/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unused-variables.cpp | 169 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/ |
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/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 1032 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/ |
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/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 1494 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()
|
D | Stmt.h | 805 unsigned Elidable : 1; variable
|
/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/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 14990 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()
|
D | SemaInit.cpp | 6287 bool Elidable = in CopyObject() local 6295 Elidable, in CopyObject()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4305 CXXConstructorDecl *Constructor, bool Elidable, 4317 CXXConstructorDecl *Constructor, bool Elidable,
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1695 E->CXXConstructExprBits.Elidable = Record.readInt(); in VisitCXXConstructExpr()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5594 CXXConstructorDecl *Constructor, bool Elidable, 5606 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()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9587 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator 9659 *Info = StaticAllocaInfo::Elidable; in findArgumentCopyElisionCandidates()
|