Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp754 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/
DExprCXX.h1177 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/
DSemaDeclCXX.cpp11442 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()
DSemaInit.cpp5471 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class); in CopyObject() local
5559 Elidable, in CopyObject()
/external/clang/include/clang/Sema/
DSema.h4305 CXXConstructorDecl *Constructor, bool Elidable,
4317 CXXConstructorDecl *Constructor, bool Elidable,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9479 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
9551 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()