Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1162 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 DSemaDeclCXX.cpp15922 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 DSemaInit.cpp7026 bool Elidable = in CopyObject() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11281 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator