Home
last modified time | relevance | path

Searched refs:ExprList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15351 typedef struct ExprList ExprList; typedef
18396 ExprList *pCheck; /* All CHECK constraints */
18415 ExprList *pDfltList; /* DEFAULT clauses on various columns.
18744 ExprList *aColExpr; /* Column expressions */
18851 ExprList *pGroupBy; /* The group by clause */
18994 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
19169 struct ExprList { struct
19298 ExprList *pFuncArg; /* Arguments to table-valued-function */
19400 ExprList *pEList; /* Optional list of result-set columns */
19461 ExprList *pUpsertTarget; /* Optional description of conflict target */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2077 NodeArray ExprList; variable
2085 : Node(KNewExpr, Prec_), ExprList(ExprList_), Type(Type_), in NewExpr()
2089 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match()
2098 if (!ExprList.empty()) { in printLeft()
2100 ExprList.printWithComma(OB); in printLeft()
4986 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
5001 return make<NewExpr>(ExprList, Ty, Inits, Global, in parseExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1997 canInitializeArrayWithEmbedDataString(ArrayRef<Expr *> ExprList, in canInitializeArrayWithEmbedDataString() argument
2010 ExprList.size() == 1 in canInitializeArrayWithEmbedDataString()
2011 ? dyn_cast_if_present<EmbedExpr>(ExprList[0]->IgnoreParens()) in canInitializeArrayWithEmbedDataString()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11877 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local
11879 ExprList.push_back(readSubExpr()); in readOpenACCIntExprList()
11880 return ExprList; in readOpenACCIntExprList()