Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1407 const FunctionDecl *OperatorDelete; member in __anon33873e850411::CallDeleteDuringNew
1422 const FunctionDecl *OperatorDelete, ValueTy Ptr, in CallDeleteDuringNew()
1852 const FunctionDecl *OperatorDelete; member
1867 CodeGenFunction::pushCallObjectDeleteCleanup(const FunctionDecl *OperatorDelete, in pushCallObjectDeleteCleanup()
1906 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); in EmitObjectDelete() local
1993 const FunctionDecl *OperatorDelete; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1065 FunctionDecl *OperatorDelete = nullptr; in findDeleteForPromise() local
1267 FunctionDecl *OperatorDelete = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2163 FunctionDecl *OperatorDelete = nullptr; in BuildCXXNew() local
2560 FunctionDecl *&OperatorDelete, in FindAllocationFunctions()
3101 FunctionDecl *OperatorDelete = nullptr; in FindDeallocationFunctionForDestructor() local
3457 FunctionDecl *OperatorDelete = nullptr; in ActOnCXXDelete() local
H A DSemaDeclCXX.cpp9227 FunctionDecl *OperatorDelete = nullptr; in ShouldDeleteSpecialMember() local
10362 if (FunctionDecl *OperatorDelete = in CheckDestructor() local
H A DTreeTransform.h11752 FunctionDecl *OperatorDelete = nullptr; in TransformCXXNewExpr() local
11828 FunctionDecl *OperatorDelete = nullptr; in TransformCXXDeleteExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp182 FunctionDecl *OperatorDelete, bool ShouldPassAlignment, in CXXNewExpr()
244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
H A DExprConstant.cpp14411 FunctionDecl *OperatorDelete = E->getOperatorDelete(); in VisitCXXDeleteExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2150 FunctionDecl *OperatorDelete; variable
2402 FunctionDecl *OperatorDelete = nullptr; variable
2410 FunctionDecl *OperatorDelete, Expr *Arg, SourceLocation Loc) in CXXDeleteExpr()
H A DDeclCXX.h2672 FunctionDecl *OperatorDelete = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1997 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { in VisitCXXDestructorDecl() local