Home
last modified time | relevance | path

Searched refs:psource (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_itt.inl102 KMP_DEBUG_ASSERT(loc->psource == entry->loc->psource);
312 KMP_DEBUG_ASSERT(loc->psource);
315 __kmp_str_loc_numbers(loc->psource, &line, &col);
344 __kmp_str_loc_numbers(loc->psource, &line, &col);
465 src = loc->psource;
504 src = loc->psource;
584 char const *src = (loc == NULL ? NULL : loc->psource);
655 char const *src = (loc == NULL ? NULL : loc->psource);
672 char const *src = (loc == NULL ? NULL : loc->psource);
805 char const *src = (loc == NULL ? NULL : loc->psource);
[all …]
H A Dkmp_debugger.cpp148 offset_and_size_of(ident_t, psource),
272 kmp_str_loc_t loc = __kmp_str_loc_init(ident->psource, true); in __kmp_omp_num_threads()
H A Dkmp_error.cpp41 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource)
94 if (ident != NULL && ident->psource != NULL) { in __kmp_pragma()
97 ident->psource); // Copy source to buffer. in __kmp_pragma()
H A Dkmp_str.h101 kmp_str_loc_t __kmp_str_loc_init(char const *psource, bool init_fname);
H A Dkmp_str.cpp347 kmp_str_loc_t __kmp_str_loc_init(char const *psource, bool init_fname) { in __kmp_str_loc_init() argument
356 if (psource != NULL) { in __kmp_str_loc_init()
363 loc._bulk = __kmp_str_format("%s", psource); in __kmp_str_loc_init()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h36 char const *psource; member
63 return std::string(reinterpret_cast<const char *>(Loc->psource)); in initStr()
/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A Dteams-no-par.c28 char *psource; member
H A Dteams-reduction.c28 char const *psource; member
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dkmp_taskwait_depend_in.c19 char *psource; member
H A Dkmp_taskwait_nowait.c21 char *psource; member
H A Dkmp_detach_tasks_t1.c20 char *psource; member
H A Dkmp_detach_tasks_t2.c20 char *psource; member
H A Dbug_taskwait_detach.cpp21 char *psource; member
H A Dbug_nested_proxy_task.c37 char const *psource; /**< String describing the source location. member
H A Dkmp_detach_tasks_t3.c22 char *psource; member
H A Dbug_proxy_task_dep_waiting.c34 char const *psource; /**< String describing the source location. member
H A Domp50_task_depend_mtx2.c47 char *psource; member
H A Domp50_task_depend_mtx.c47 char *psource; member
H A Domp51_task_dep_inoutset.c61 char *psource; member
H A Dkmp_task_depend_all.c65 char *psource; member
/llvm-project-15.0.7/openmp/runtime/test/teams/
H A Dkmp_num_teams.c21 char const *psource; member
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DTypes.h152 char const *psource; /**< String describing the source location. member
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Dkmp_sch_simd_runtime_guided.c45 char *psource; member
H A Dkmp_sch_simd_runtime_static.c39 char *psource; member
H A Dkmp_sch_simd_runtime_api.c37 char *psource; member

12