Searched refs:Elidable (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 754 bool Elidable, in Create() argument 763 Ctor, Elidable, Args, in Create() 773 bool Elidable, in CXXConstructExpr() argument 787 Elidable(Elidable), HadMultipleCandidates(HadMultipleCandidates), in CXXConstructExpr()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1177 unsigned Elidable : 1; variable 1191 bool Elidable, 1202 : Expr(SC, Empty), Constructor(nullptr), NumArgs(0), Elidable(false), in CXXConstructExpr() 1215 bool Elidable, 1231 bool isElidable() const { return Elidable; } in isElidable() 1232 void setElidable(bool E) { Elidable = E; } in setElidable()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11442 bool Elidable = false; in BuildCXXConstructExpr() local 11457 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr() 11463 Elidable, ExprArgs, HadMultipleCandidates, in BuildCXXConstructExpr() 11473 bool Elidable, in BuildCXXConstructExpr() argument 11488 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 11498 bool Elidable, in BuildCXXConstructExpr() argument 11513 Context, DeclInitType, ConstructLoc, Constructor, Elidable, in BuildCXXConstructExpr()
|
D | SemaInit.cpp | 5471 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class); in CopyObject() local 5559 Elidable, in CopyObject()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4305 CXXConstructorDecl *Constructor, bool Elidable, 4317 CXXConstructorDecl *Constructor, bool Elidable,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9479 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator 9551 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()
|