Searched refs:Elidable (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1034 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create() argument 1042 CXXConstructExprClass, Ty, Loc, Ctor, Elidable, Args, in Create() 1058 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr() argument 1064 CXXConstructExprBits.Elidable = Elidable; in CXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1504 CXXConstructorDecl *Ctor, bool Elidable, 1523 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, 1538 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() 1539 void setElidable(bool E) { CXXConstructExprBits.Elidable = E; } in setElidable()
|
| H A D | Stmt.h | 805 unsigned Elidable : 1; in alignas() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15252 bool Elidable = false; in BuildCXXConstructExpr() local 15276 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr() 15282 Elidable, ExprArgs, HadMultipleCandidates, in BuildCXXConstructExpr() 15292 bool Elidable, in BuildCXXConstructExpr() argument 15307 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15317 bool Elidable, in BuildCXXConstructExpr() argument 15338 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|
| H A D | SemaInit.cpp | 6357 bool Elidable = in CopyObject() local 6365 Elidable, in CopyObject()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1706 E->CXXConstructExprBits.Elidable = Record.readInt(); in VisitCXXConstructExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5802 CXXConstructorDecl *Constructor, bool Elidable, 5814 CXXConstructorDecl *Constructor, bool Elidable,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9887 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator 9964 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()
|