/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1z-noexcept-function-type.cpp | 141 namespace OperatorDelete { namespace 158 namespace OperatorDelete { namespace
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1167 const FunctionDecl *OperatorDelete; member in __anon849f9ec30211::CallDeleteDuringNew 1179 const FunctionDecl *OperatorDelete, in CallDeleteDuringNew() 1220 const FunctionDecl *OperatorDelete; member in __anon849f9ec30211::CallDeleteDuringConditionalNew 1234 const FunctionDecl *OperatorDelete, in CallDeleteDuringConditionalNew() 1522 const FunctionDecl *OperatorDelete; member 1537 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup() 1568 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local 1602 const FunctionDecl *OperatorDelete; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1402 const FunctionDecl *OperatorDelete; member in __anone78c75b10411::CallDeleteDuringNew 1417 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew() 1847 const FunctionDecl *OperatorDelete; member 1862 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup() 1901 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local 1988 const FunctionDecl *OperatorDelete; member
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 1063 FunctionDecl *OperatorDelete = nullptr; in findDeleteForPromise() local 1265 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
D | SemaExprCXX.cpp | 2134 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local 2507 FunctionDecl *&OperatorDelete, in FindAllocationFunctions() 3032 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local 3388 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
|
D | SemaDeclCXX.cpp | 9148 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 10283 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
D | TreeTransform.h | 11514 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 11590 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
/external/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 182 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr() 244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
|
D | ExprConstant.cpp | 14403 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 2140 FunctionDecl *OperatorDelete; variable 2392 FunctionDecl *OperatorDelete = nullptr; variable 2400 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
D | DeclCXX.h | 2651 FunctionDecl *OperatorDelete = nullptr; variable
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1743 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local 1961 FunctionDecl *&OperatorDelete) { in FindAllocationFunctions() 2852 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
|
D | SemaDeclCXX.cpp | 5986 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 6929 FunctionDecl *OperatorDelete = nullptr; in CheckDestructor() local
|
D | TreeTransform.h | 9462 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 9545 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1812 FunctionDecl *OperatorDelete; variable 2010 FunctionDecl *OperatorDelete; variable
|
D | DeclCXX.h | 2417 FunctionDecl *OperatorDelete; variable
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1799 if (auto *OperatorDelete = ReadDeclAs<FunctionDecl>(Record, Idx)) { in VisitCXXDestructorDecl() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1995 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|