/llvm-project/openmp/runtime/test/teams/ |
H A D | kmp_num_teams.c | 16 typedef struct ident { struct 22 } ident_t; argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 41 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource) argument 43 #define PUSH_MSG(ct, ident) \ argument 81 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma() 114 ident_t const *ident // Construct ident. in __kmp_error_construct() 123 ident_t const *ident, // First construct ident. in __kmp_error_construct2() 193 void __kmp_push_parallel(int gtid, ident_t const *ident) { in __kmp_push_parallel() 212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… 336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… [all …]
|
H A D | kmp_debugger.cpp | 263 int __kmp_omp_num_threads(ident_t const *ident) { in __kmp_omp_num_threads()
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | bug_nested_proxy_task.c | 32 typedef struct ident { struct 34 …kmp_int32 flags; /**< also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this un… argument 45 } ident_t; argument
|
H A D | bug_proxy_task_dep_waiting.c | 29 typedef struct ident { struct 31 …kmp_int32 flags; /**< also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this un… argument 42 } ident_t; argument
|
H A D | omp_record_replay.cpp | 8 typedef struct ident { struct 10 } ident_t; argument
|
H A D | omp_record_replay_taskloop.cpp | 9 typedef struct ident { struct 11 } ident_t; argument
|
H A D | omp_record_replay_print_dot.cpp | 9 typedef struct ident { struct 11 } ident_t; argument
|
H A D | omp_record_replay_deps.cpp | 11 typedef struct ident { struct 13 } ident_t; argument
|
H A D | omp_record_replay_multiTDGs.cpp | 10 typedef struct ident { struct 12 } ident_t; argument
|
H A D | kmp_detach_tasks_t1.c | 24 typedef struct ident { struct 26 } ident_t; argument
|
H A D | bug_taskwait_detach.cpp | 25 typedef struct ident { struct 27 } ident_t; argument
|
H A D | kmp_taskloop.c | 17 typedef struct ident { struct 19 } ident_t; argument
|
H A D | kmp_detach_tasks_t2.c | 24 typedef struct ident { struct 26 } ident_t; argument
|
H A D | kmp_taskloop_5.c | 18 typedef struct ident { struct 20 } ident_t; argument
|
H A D | kmp_detach_tasks_t3.c | 26 typedef struct ident { struct 28 } ident_t; argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | aligned-sret.c | 8 matrix_double4x4 ident(matrix_double4x4 x) { in ident() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | apple-kext-linkage.cpp | 27 template <typename X> X ident(X x) { return x; } in ident() function
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Parallelism.cpp | 86 __kmpc_parallel_spmd(IdentTy * ident,int32_t num_threads,void * fn,void ** args,const int64_t nargs) __kmpc_parallel_spmd() argument 145 __kmpc_parallel_51(IdentTy * ident,int32_t,int32_t if_expr,int32_t num_threads,int proc_bind,void * fn,void * wrapper_fn,void ** args,int64_t nargs) __kmpc_parallel_51() argument [all...] |
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
H A D | create-empty-corefile.cpp | 81 std::string ident) in add_lc_note_kern_ver_str_load_command() 248 std::string ident = "EFI UUID=3F9BA21F-55EA-356A-A349-BBA6F51FE8B1"; in main() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CocoaConventions.cpp | 100 const IdentifierInfo *ident = fn->getIdentifier(); in followsCreateRule() local
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-auto.c | 131 …auto ident [[clang::annotate("this works")]] = 12; // c17-error {{type specifier missing, default… in attributes() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 73 IdentifierInfo &ident = sema.getASTContext().Idents.get(name); in emulateLookupInCtxt() local
|
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
H A D | create-empty-corefile.cpp | 89 std::string ident; in add_lc_note_kern_ver_str_load_command() local
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 257 uint32_t ident = 0; variable
|