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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7878 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
10186 ExprList *pGroupBy; /* The group by clause */
10307 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */
10403 struct ExprList { struct
10406 int iECursor; /* VDBE Cursor associated with this ExprList */
10658 ExprList *pEList; /* Optional list of named expressions */
10690 ExprList *pEList; /* The fields of the result */
10696 ExprList *pGroupBy; /* The GROUP BY clause */
10698 ExprList *pOrderB
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1737 NodeArray ExprList; member in class:NewExpr
1745 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_),
1749 F(ExprList, Type, InitList, IsGlobal, IsArray);
1759 if (!ExprList.empty()) {
1761 ExprList.printWithComma(S);
4108 NodeArray ExprList = popTrailingNodeArray(Exprs); local
4121 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray);
4124 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14787 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
17660 ExprList *pCheck; /* All CHECK constraints */
17962 ExprList *aColExpr; /* Column expressions */
18065 ExprList *pGroupBy; /* The group by clause */
18191 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
18353 struct ExprList { struct
18435 ExprList *pFuncArg; /* Arguments to table-valued-function */
18538 ExprList *pEList; /* Optional list of result-set columns */
18594 ExprList *pUpsertTarge
[all...]

Completed in 817 milliseconds