Searched refs:NameContext (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h493 auto NameContext = FullContext.rsplit(" @ "); local
494 if (NameContext.second.empty()) {
495 Name = NameContext.first;
496 CallingContext = NameContext.second;
498 Name = NameContext.second;
499 CallingContext = NameContext.first;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15320 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
19310 ** A NameContext defines a context in which to resolve table and column
19325 ** Each subquery gets a new NameContext. The pNext field points to the
19326 ** NameContext in the parent query. Thus the process of scanning the
19327 ** NameContext list corresponds to searching through successively outer
19330 struct NameContext { struct
19339 NameContext *pNext; /* Next outer name context. NULL for outermost */
19348 ** Allowed values for the NameContext, ncFlags field.
20212 NameContext *pN
[all...]

Completed in 486 milliseconds