Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1073 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create()
1097 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp14614 bool Elidable = false; in BuildCXXConstructExpr() local
14645 bool Elidable, in BuildCXXConstructExpr()
14670 bool Elidable, in BuildCXXConstructExpr()
HDSemaInit.cpp6216 bool Elidable = in CopyObject() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h797 unsigned Elidable : 1; in alignas() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp9479 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator