Searched defs:OperatorDelete (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1432 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 D | SemaCoroutine.cpp | 1048 FunctionDecl *&OperatorDelete) { in findDeleteForPromise() 1509 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
H A D | SemaExprCXX.cpp | 2311 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 D | SemaDeclCXX.cpp | 9705 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 10852 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
H A D | TreeTransform.h | 13392 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 13468 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 230 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr() 294 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in Create()
|
H A D | ExprConstant.cpp | 15655 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2249 FunctionDecl *OperatorDelete; variable 2501 FunctionDecl *OperatorDelete = nullptr; variable 2509 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
H A D | DeclCXX.h | 2812 FunctionDecl *OperatorDelete = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2314 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|