Searched defs:OperatorDelete (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1449 const FunctionDecl *OperatorDelete; member in __anondca4c77a0411::CallDeleteDuringNew 1465 const FunctionDecl *OperatorDelete, in CallDeleteDuringNew() 1914 const FunctionDecl *OperatorDelete; member 1929 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup() 1968 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local 2054 const FunctionDecl *OperatorDelete; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1118 FunctionDecl *&OperatorDelete) { in findDeleteForPromise() 1591 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
| H A D | SemaExceptionSpec.cpp | 1215 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in canThrow() local
|
| H A D | SemaExprCXX.cpp | 2414 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local 2909 FunctionDecl *&OperatorDelete, bool Diagnose) { in FindAllocationFunctions() 3598 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local 3948 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
|
| H A D | SemaFunctionEffects.cpp | 103 enum class SpecialFuncType : uint8_t { None, OperatorNew, OperatorDelete }; enumerator
|
| H A D | SemaDeclCXX.cpp | 9914 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 11088 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
| H A D | TreeTransform.h | 14512 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 14588 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 229 FunctionDecl *OperatorDelete, in CXXNewExpr() 295 FunctionDecl *OperatorDelete, const ImplicitAllocationParameters &IAP, in Create()
|
| H A D | ExprConstant.cpp | 16547 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2344 FunctionDecl *OperatorDelete; variable 2610 FunctionDecl *OperatorDelete = nullptr; variable 2618 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
| H A D | DeclCXX.h | 2870 FunctionDecl *OperatorDelete = nullptr; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 1875 const FunctionDecl *OperatorDelete = DeleteExpr->getOperatorDelete(); in InvalidNewDeleteExpr() local
|
| H A D | Compiler.cpp | 3699 const FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2341 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|