Searched refs:psource (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h84 kmp_str_loc_t loc = __kmp_str_loc_init( ident->psource, 0 );
89 If psource is NULL or does not follow format above, file and/or func may be
101 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname);
H A Dkmp_debugger.cpp148 offset_and_size_of(ident_t, psource),
272 kmp_str_loc_t loc = __kmp_str_loc_init(ident->psource, 1);
H A Dkmp_error.cpp35 #define get_src(ident) ((ident) == NULL ? NULL : (ident)->psource)
88 if (ident != NULL && ident->psource != NULL) {
91 ident->psource); // Copy source to buffer.
H A Dkmp_str.cpp298 kmp_str_loc_t __kmp_str_loc_init(char const *psource, int init_fname) { argument
307 if (psource != NULL) {
313 // Copy psource to keep it intact.
314 loc._bulk = __kmp_str_format("%s", psource);
316 // Parse psource string: ";file;func;line;col;;"
H A Dkmp_taskdeps.cpp218 task_source->td_ident->psource, sink->dn.id,
219 task_sink->td_ident->psource);
H A Dkmp_sched.cpp164 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource));
H A Dkmp_csupport.cpp169 semi2 = loc->psource;
183 while ((name > loc->psource) && (*name != '/') && (*name != ';')) {
H A Dkmp_lock.cpp3889 (loc->psource != NULL)) {
3890 kmp_str_loc_t str_loc = __kmp_str_loc_init(loc->psource, 0);
H A Dkmp.h232 char const *psource; /**< String describing the source location. member in struct:ident
/freebsd-13-stable/contrib/lua/src/
H A Dldump.c106 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
179 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { argument
180 if (D->strip || f->source == psource)
H A Dlundump.c152 static void loadFunction(LoadState *S, Proto *f, TString *psource);
256 static void loadFunction (LoadState *S, Proto *f, TString *psource) { argument
259 f->source = psource; /* reuse parent's source */

Completed in 87 milliseconds