OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprList
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.c
16387
typedef struct
ExprList
ExprList
;
19453
ExprList
*pCheck; /* All CHECK constraints */
19472
ExprList
*pDfltList; /* DEFAULT clauses on various columns.
19824
ExprList
*aColExpr; /* Column expressions */
19930
ExprList
*pGroupBy; /* The group by clause */
20079
ExprList
*pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
20255
struct
ExprList
{
20274
struct { /* Used by any
ExprList
other than Parse.pConsExpr */
20284
/* The size (in bytes) of an
ExprList
object that is big enough to hol
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
1775
NodeArray
ExprList
;
1783
: Node(KNewExpr),
ExprList
(ExprList_), Type(Type_), InitList(InitList_),
1787
F(
ExprList
, Type, InitList, IsGlobal, IsArray);
1797
if (!
ExprList
.empty()) {
1799
ExprList
.printWithComma(S);
4167
NodeArray
ExprList
= popTrailingNodeArray(Exprs);
4180
return make<NewExpr>(
ExprList
, Ty, Inits, Global, IsArray);
4183
return make<NewExpr>(
ExprList
, Ty, NodeArray(), Global, IsArray);
Completed in 87 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026