Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp754 bool Elidable, in Create()
773 bool Elidable, 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/clang/include/clang/AST/
DExprCXX.h1177 unsigned Elidable : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8724 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator