Searched defs:Elidable (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1032 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create() 1056 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15056 bool Elidable = false; in BuildCXXConstructExpr() local 15087 bool Elidable, in BuildCXXConstructExpr() 15112 bool Elidable, in BuildCXXConstructExpr()
|
H A D | SemaInit.cpp | 6355 bool Elidable = in CopyObject() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 805 unsigned Elidable : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9832 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
|