Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2077 NodeArray ExprList; variable
4986 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15351 typedef struct ExprList ExprList; typedef
19169 struct ExprList { struct
19172 struct ExprList_item { /* For each expression in the list */ argument
19188 struct { /* Used by any ExprList other than Parse.pConsExpr */ argument
19195 } a[1]; /* One slot for each expression in the list */
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1997 canInitializeArrayWithEmbedDataString(ArrayRef<Expr *> ExprList, in canInitializeArrayWithEmbedDataString()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11877 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local