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/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1997 canInitializeArrayWithEmbedDataString(ArrayRef<Expr *> ExprList, in canInitializeArrayWithEmbedDataString()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15748 typedef struct ExprList ExprList; typedef
19587 struct ExprList { struct
19590 struct ExprList_item { /* For each expression in the list */ argument
19606 struct { /* Used by any ExprList other than Parse.pConsExpr */ argument
19616 /* The size (in bytes) of an ExprList object that is big enough to hold argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11932 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local