OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
493
auto
NameContext
= FullContext.rsplit(" @ ");
494
if (
NameContext
.second.empty()) {
495
Name =
NameContext
.first;
496
CallingContext =
NameContext
.second;
498
Name =
NameContext
.second;
499
CallingContext =
NameContext
.first;
/src/external/public-domain/sqlite/dist/
sqlite3.c
16402
typedef struct
NameContext
NameContext
;
20502
** A
NameContext
defines a context in which to resolve table and column
20517
** Each subquery gets a new
NameContext
. The pNext field points to the
20518
**
NameContext
in the parent query. Thus the process of scanning the
20519
**
NameContext
list corresponds to searching through successively outer
20522
struct
NameContext
{
20531
NameContext
*pNext; /* Next outer name context. NULL for outermost */
20540
** Allowed values for the
NameContext
, ncFlags field.
21404
NameContext
*pNC; /* Naming context *
[
all
...]
Completed in 91 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026