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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15305 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
18342 ExprList *pCheck; /* All CHECK constraints */
18361 ExprList *pDfltList; /* DEFAULT clauses on various columns.
18682 ExprList *aColExpr; /* Column expressions */
18789 ExprList *pGroupBy; /* The group by clause */
18932 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
19107 struct ExprList { struct
19126 struct { /* Used by any ExprList other than Parse.pConsExpr */
19233 ExprList *pFuncAr
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1775 NodeArray ExprList; member in class:NewExpr
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); local
4180 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray);
4183 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray);

Completed in 607 milliseconds