Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1408 const FunctionDecl *OperatorDelete; member in __anon4f4da8510411::CallDeleteDuringNew
1423 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew()
1853 const FunctionDecl *OperatorDelete; member
1868 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1907 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1994 const FunctionDecl *OperatorDelete; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1050 FunctionDecl *&OperatorDelete) { in findDeleteForPromise()
1494 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2243 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
2636 FunctionDecl *&OperatorDelete, in FindAllocationFunctions()
3232 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local
3590 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp9500 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
10650 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h12287 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
12363 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp183 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr()
245 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
H A DExprConstant.cpp14892 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2208 FunctionDecl *OperatorDelete; variable
2477 FunctionDecl *OperatorDelete = nullptr; variable
2485 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2721 FunctionDecl *OperatorDelete = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2203 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local