Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_itt.inl118 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
158 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
215 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
236 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
275 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
366 // Parse line and column from psource string: ";file;func;line;col;;"
369 KMP_DEBUG_ASSERT(loc->psource);
371 s_line = strchr(CCAST(char *, loc->psource), ';');
373 s_line = strchr(loc->psource, ';');
411 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
[all …]
HDkmp_debugger.cpp148 offset_and_size_of(ident_t, psource),
272 kmp_str_loc_t loc = __kmp_str_loc_init(ident->psource, 1); in __kmp_omp_num_threads()
HDkmp_error.cpp35 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource)
88 if (ident != NULL && ident->psource != NULL) { in __kmp_pragma()
91 ident->psource); // Copy source to buffer. in __kmp_pragma()
HDkmp_str.cpp298 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname) { in __kmp_str_loc_init() argument
307 if (psource != NULL) { in __kmp_str_loc_init()
314 loc._bulk = __kmp_str_format("%s", psource); in __kmp_str_loc_init()
HDkmp_str.h101 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname);
HDkmp_taskdeps.cpp218 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
219 task_sink->td_ident->psource); in __kmp_track_dependence()
HDkmp_sched.cpp164 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource)); in __kmp_for_static_init()
HDkmp_csupport.cpp169 semi2 = loc->psource; in __kmpc_ok_to_fork()
183 while ((name > loc->psource) && (*name != '/') && (*name != ';')) { in __kmpc_ok_to_fork()
HDkmp_lock.cpp3885 (loc->psource != NULL)) { in __kmp_cleanup_user_locks()
3886 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 0); in __kmp_cleanup_user_locks()
HDkmp.h232 char const *psource; /**< String describing the source location. member
/freebsd-11-stable/contrib/lua/src/
HDldump.c96 static void DumpFunction(const Proto *f, TString *psource, DumpState *D);
166 static void DumpFunction (const Proto *f, TString *psource, DumpState *D) { in DumpFunction() argument
167 if (D->strip || f->source == psource) in DumpFunction()
HDlundump.c115 static void LoadFunction(LoadState *S, Proto *f, TString *psource);
202 static void LoadFunction (LoadState *S, Proto *f, TString *psource) { in LoadFunction() argument
205 f->source = psource; /* reuse parent's source */ in LoadFunction()