Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dwarn-unused-variables.cpp169 struct Elidable { struct
170 Elidable();
174 Elidable elidable; // no warning in foo()
175 Elidable elidableArray[2]; // no warning in foo()
176 Elidable elidableDynArray[size]; // no warning in foo()
177 Elidable elidableNestedArray[1][2][3]; // no warning in foo()
/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/llvm-project/clang/lib/AST/
DExprCXX.cpp1032 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, in Create() argument
1040 CXXConstructExprClass, Ty, Loc, Ctor, Elidable, Args, in Create()
1056 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, in CXXConstructExpr() argument
1062 CXXConstructExprBits.Elidable = Elidable; 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/llvm-project/clang/include/clang/AST/
DExprCXX.h1494 CXXConstructorDecl *Ctor, bool Elidable,
1513 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args,
1528 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable()
1529 void setElidable(bool E) { CXXConstructExprBits.Elidable = E; } in setElidable()
DStmt.h805 unsigned Elidable : 1; variable
/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/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp14990 bool Elidable = false; in BuildCXXConstructExpr() local
15005 Elidable = SubExpr->isTemporaryObject( in BuildCXXConstructExpr()
15011 Elidable, ExprArgs, HadMultipleCandidates, in BuildCXXConstructExpr()
15021 bool Elidable, in BuildCXXConstructExpr() argument
15036 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
15046 bool Elidable, in BuildCXXConstructExpr() argument
15067 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
DSemaInit.cpp6287 bool Elidable = in CopyObject() local
6295 Elidable, in CopyObject()
/external/clang/include/clang/Sema/
DSema.h4305 CXXConstructorDecl *Constructor, bool Elidable,
4317 CXXConstructorDecl *Constructor, bool Elidable,
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1695 E->CXXConstructExprBits.Elidable = Record.readInt(); in VisitCXXConstructExpr()
/external/llvm-project/clang/include/clang/Sema/
DSema.h5594 CXXConstructorDecl *Constructor, bool Elidable,
5606 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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9587 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
9659 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()