Searched defs:OperatorDelete (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1408 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 D | SemaCoroutine.cpp | 1050 FunctionDecl *&OperatorDelete) { in findDeleteForPromise() 1494 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
|
H A D | SemaExprCXX.cpp | 2243 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 D | SemaDeclCXX.cpp | 9500 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local 10650 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
|
H A D | TreeTransform.h | 12287 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local 12363 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 183 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr() 245 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
|
H A D | ExprConstant.cpp | 14892 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2208 FunctionDecl *OperatorDelete; variable 2477 FunctionDecl *OperatorDelete = nullptr; variable 2485 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
|
H A D | DeclCXX.h | 2721 FunctionDecl *OperatorDelete = nullptr; variable
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2203 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local
|