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.cpp1427 const FunctionDecl *OperatorDelete; member in __anon1726de420411::CallDeleteDuringNew
1442 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew()
1879 const FunctionDecl *OperatorDelete; member
1894 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1933 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
2020 const FunctionDecl *OperatorDelete; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1138 FunctionDecl *&OperatorDelete) { in findDeleteForPromise()
1599 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2280 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
2677 FunctionDecl *&OperatorDelete, in FindAllocationFunctions()
3275 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local
3633 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp9797 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
10947 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h12526 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
12602 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp183 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr()
247 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in Create()
H A DExprConstant.cpp15243 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2233 FunctionDecl *OperatorDelete; variable
2485 FunctionDecl *OperatorDelete = nullptr; variable
2493 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2798 FunctionDecl *OperatorDelete = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2332 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local