Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1432 const FunctionDecl *OperatorDelete; member in __anondca4c77a0411::CallDeleteDuringNew
1447 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew()
1877 const FunctionDecl *OperatorDelete; member
1892 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1931 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
2017 const FunctionDecl *OperatorDelete; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1048 FunctionDecl *&OperatorDelete) { in findDeleteForPromise()
1509 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2311 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
2702 FunctionDecl *&OperatorDelete, in FindAllocationFunctions()
3277 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local
3633 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp9705 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
10852 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h13392 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
13468 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp230 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr()
294 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in Create()
H A DExprConstant.cpp15655 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2249 FunctionDecl *OperatorDelete; variable
2501 FunctionDecl *OperatorDelete = nullptr; variable
2509 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2812 FunctionDecl *OperatorDelete = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2314 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local