Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c15748 typedef struct ExprList ExprList; typedef
18800 ExprList *pCheck; /* All CHECK constraints */
18819 ExprList *pDfltList; /* DEFAULT clauses on various columns.
19156 ExprList *aColExpr; /* Column expressions */
19262 ExprList *pGroupBy; /* The group by clause */
19411 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
19587 struct ExprList { struct
19619 (offsetof(ExprList,a) + (N)*sizeof(struct ExprList_item))
19738 ExprList *pFuncArg; /* Arguments to table-valued-function */
19857 ExprList *pEList; /* Optional list of result-set columns */
[all …]
/src/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()
/src/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()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11932 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local
11934 ExprList.push_back(readSubExpr()); in readOpenACCIntExprList()
11935 return ExprList; in readOpenACCIntExprList()