LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_str_loc Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_str.h"

Public Attributes

char_bulk
 
kmp_str_fname_t fname
 
charfile
 
charfunc
 
int line
 
int col
 

Detailed Description

Definition at line 92 of file kmp_str.h.

Member Data Documentation

◆ _bulk

char* kmp_str_loc::_bulk

Definition at line 93 of file kmp_str.h.

◆ col

int kmp_str_loc::col

Definition at line 98 of file kmp_str.h.

Referenced by __kmpc_error().

◆ file

char* kmp_str_loc::file

Definition at line 95 of file kmp_str.h.

Referenced by __kmp_cleanup_user_locks(), and __kmpc_error().

◆ fname

kmp_str_fname_t kmp_str_loc::fname

Definition at line 94 of file kmp_str.h.

◆ func

char* kmp_str_loc::func

Definition at line 96 of file kmp_str.h.

◆ line

int kmp_str_loc::line

Definition at line 97 of file kmp_str.h.

Referenced by __kmp_cleanup_user_locks(), and __kmpc_error().


The documentation for this struct was generated from the following file: