Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/openmp/runtime/test/teams/
H A Dkmp_num_teams.c16 typedef struct ident { struct
22 } ident_t; argument
/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp41 #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 Dkmp_debugger.cpp263 int __kmp_omp_num_threads(ident_t const *ident) { in __kmp_omp_num_threads()
/llvm-project/openmp/runtime/test/tasking/
H A Dbug_nested_proxy_task.c32 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 Dbug_proxy_task_dep_waiting.c29 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 Domp_record_replay.cpp8 typedef struct ident { struct
10 } ident_t; argument
H A Domp_record_replay_taskloop.cpp9 typedef struct ident { struct
11 } ident_t; argument
H A Domp_record_replay_print_dot.cpp9 typedef struct ident { struct
11 } ident_t; argument
H A Domp_record_replay_deps.cpp11 typedef struct ident { struct
13 } ident_t; argument
H A Domp_record_replay_multiTDGs.cpp10 typedef struct ident { struct
12 } ident_t; argument
H A Dkmp_detach_tasks_t1.c24 typedef struct ident { struct
26 } ident_t; argument
H A Dbug_taskwait_detach.cpp25 typedef struct ident { struct
27 } ident_t; argument
H A Dkmp_taskloop.c17 typedef struct ident { struct
19 } ident_t; argument
H A Dkmp_detach_tasks_t2.c24 typedef struct ident { struct
26 } ident_t; argument
H A Dkmp_taskloop_5.c18 typedef struct ident { struct
20 } ident_t; argument
H A Dkmp_detach_tasks_t3.c26 typedef struct ident { struct
28 } ident_t; argument
/llvm-project/clang/test/CodeGen/
H A Daligned-sret.c8 matrix_double4x4 ident(matrix_double4x4 x) { in ident() function
/llvm-project/clang/test/CodeGenCXX/
H A Dapple-kext-linkage.cpp27 template <typename X> X ident(X x) { return x; } in ident() function
/llvm-project/offload/DeviceRTL/src/
H A DParallelism.cpp86 __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 Dcreate-empty-corefile.cpp81 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 DCocoaConventions.cpp100 const IdentifierInfo *ident = fn->getIdentifier(); in followsCreateRule() local
/llvm-project/clang/test/Parser/
H A Dc2x-auto.c131 …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 DCxxModuleHandler.cpp73 IdentifierInfo &ident = sema.getASTContext().Idents.get(name); in emulateLookupInCtxt() local
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp89 std::string ident; in add_lc_note_kern_ver_str_load_command() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h257 uint32_t ident = 0; variable

12