Home
last modified time | relevance | path

Searched defs:OperatorDelete (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1449 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 DSemaCoroutine.cpp1118 FunctionDecl *&OperatorDelete) { in findDeleteForPromise()
1591 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExceptionSpec.cpp1215 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in canThrow() local
H A DSemaExprCXX.cpp2414 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 DSemaFunctionEffects.cpp103 enum class SpecialFuncType : uint8_t { None, OperatorNew, OperatorDelete }; enumerator
H A DSemaDeclCXX.cpp9914 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
11088 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h14512 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
14588 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp229 FunctionDecl *OperatorDelete, in CXXNewExpr()
295 FunctionDecl *OperatorDelete, const ImplicitAllocationParameters &IAP, in Create()
H A DExprConstant.cpp16547 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2344 FunctionDecl *OperatorDelete; variable
2610 FunctionDecl *OperatorDelete = nullptr; variable
2618 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2870 FunctionDecl *OperatorDelete = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1875 const FunctionDecl *OperatorDelete = DeleteExpr->getOperatorDelete(); in InvalidNewDeleteExpr() local
H A DCompiler.cpp3699 const FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2341 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local