Home
last modified time | relevance | path

Searched defs:Elidable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1032 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 DSemaDeclCXX.cpp15056 bool Elidable = false; in BuildCXXConstructExpr() local
15087 bool Elidable, in BuildCXXConstructExpr()
15112 bool Elidable, in BuildCXXConstructExpr()
H A DSemaInit.cpp6355 bool Elidable = in CopyObject() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h805 unsigned Elidable : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9832 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator