Searched defs:Elidable (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1162 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create() 1186 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15922 bool Elidable = false; in BuildCXXConstructExpr() local 15960 CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, in BuildCXXConstructExpr() argument 15983 CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, in BuildCXXConstructExpr() argument
|
H A D | SemaInit.cpp | 7026 bool Elidable = in CopyObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11281 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
|