Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-variables.cpp169 struct Elidable { struct
/external/clang/lib/AST/
DExprCXX.cpp754 bool Elidable, in Create()
773 bool Elidable, in CXXConstructExpr()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1032 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create()
1056 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11442 bool Elidable = false; in BuildCXXConstructExpr() local
11473 bool Elidable, in BuildCXXConstructExpr()
11498 bool Elidable, in BuildCXXConstructExpr()
DSemaInit.cpp5471 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class); in CopyObject() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp14990 bool Elidable = false; in BuildCXXConstructExpr() local
15021 bool Elidable, in BuildCXXConstructExpr()
15046 bool Elidable, in BuildCXXConstructExpr()
DSemaInit.cpp6287 bool Elidable = in CopyObject() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h805 unsigned Elidable : 1; variable
/external/clang/include/clang/AST/
DExprCXX.h1177 unsigned Elidable : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9479 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9587 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator