Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_itt.inl370 KMP_DEBUG_ASSERT(loc->psource);
372 s_line = strchr(CCAST(char *, loc->psource), ';');
374 s_line = strchr(loc->psource, ';');
412 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 1);
531 src = loc->psource;
569 src = loc->psource;
649 char const *src = (loc == NULL ? NULL : loc->psource);
720 char const *src = (loc == NULL ? NULL : loc->psource);
737 char const *src = (loc == NULL ? NULL : loc->psource);
870 char const *src = (loc == NULL ? NULL : loc->psource);
[all …]
H A Dkmp_debugger.cpp153 offset_and_size_of(ident_t, psource),
279 kmp_str_loc_t loc = __kmp_str_loc_init(ident->psource, 1); in __kmp_omp_num_threads()
H A Dkmp_error.cpp38 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource)
91 if (ident != NULL && ident->psource != NULL) { in __kmp_pragma()
94 ident->psource); // Copy source to buffer. in __kmp_pragma()
H A Dkmp_str.cpp299 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname) { in __kmp_str_loc_init() argument
308 if (psource != NULL) { in __kmp_str_loc_init()
315 loc._bulk = __kmp_str_format("%s", psource); in __kmp_str_loc_init()
H A Dkmp_str.h102 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname);
H A Dkmp_taskdeps.cpp166 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
167 task_sink->td_ident->psource); in __kmp_track_dependence()
H A Dkmp_sched.cpp142 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource)); in __kmp_for_static_init()
H A Dkmp_csupport.cpp173 semi2 = loc->psource; in __kmpc_ok_to_fork()
187 while ((name > loc->psource) && (*name != '/') && (*name != ';')) { in __kmpc_ok_to_fork()
H A Dkmp_lock.cpp3908 (loc->psource != NULL)) { in __kmp_cleanup_user_locks()
3909 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 0); in __kmp_cleanup_user_locks()
H A Dkmp.h234 char const *psource; /**< String describing the source location. member
/freebsd-12.1/contrib/lua/src/
H A Dldump.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()
H A Dlundump.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()