Home
last modified time | relevance | path

Searched refs:Elidable (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp986 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create() argument
994 CXXConstructExprClass, Ty, Loc, Ctor, Elidable, Args, in Create()
1010 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr() argument
1019 CXXConstructExprBits.Elidable = Elidable; in CXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1306 CXXConstructorDecl *Ctor, bool Elidable,
1325 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args,
1340 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable()
1341 void setElidable(bool E) { CXXConstructExprBits.Elidable = E; } in setElidable()
H A DStmt.h721 unsigned Elidable : 1; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp12898 bool Elidable = false; in BuildCXXConstructExpr() local
12913 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr()
12919 Elidable, ExprArgs, HadMultipleCandidates, in BuildCXXConstructExpr()
12929 bool Elidable, in BuildCXXConstructExpr() argument
12944 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
12954 bool Elidable, in BuildCXXConstructExpr() argument
12971 Context, DeclInitType, ConstructLoc, Constructor, Elidable, in BuildCXXConstructExpr()
H A DSemaInit.cpp6013 bool Elidable = in CopyObject() local
6021 Elidable, in CopyObject()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1360 E->CXXConstructExprBits.Elidable = Record.readInt(); in VisitCXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4711 CXXConstructorDecl *Constructor, bool Elidable,
4723 CXXConstructorDecl *Constructor, bool Elidable,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8834 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
8906 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()