/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1427 const FunctionDecl *OperatorDelete; global() member in __anon1a7185cc0411::CallDeleteDuringNew 1442 CallDeleteDuringNew(size_t NumPlacementArgs,const FunctionDecl * OperatorDelete,ValueTy Ptr,ValueTy AllocSize,bool PassAlignmentToPlacementDelete,CharUnits AllocAlign) CallDeleteDuringNew() argument 1879 const FunctionDecl *OperatorDelete; global() member 1894 pushCallObjectDeleteCleanup(const FunctionDecl * OperatorDelete,llvm::Value * CompletePtr,QualType ElementType) pushCallObjectDeleteCleanup() argument 1933 const FunctionDecl *OperatorDelete = DE->getOperatorDelete(); EmitObjectDelete() local 2020 const FunctionDecl *OperatorDelete; global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1138 findDeleteForPromise(Sema & S,SourceLocation Loc,QualType PromiseType,FunctionDecl * & OperatorDelete) findDeleteForPromise() argument 1599 FunctionDecl *OperatorDelete = nullptr; makeNewAndDeleteExpr() local [all...] |
H A D | SemaExprCXX.cpp | 2280 FunctionDecl *OperatorDelete = nullptr; BuildCXXNew() local 2677 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument 3275 FunctionDecl *OperatorDelete = nullptr; FindDeallocationFunctionForDestructor() local 3633 FunctionDecl *OperatorDelete = nullptr; ActOnCXXDelete() local [all...] |
H A D | SemaDeclCXX.cpp | 9797 FunctionDecl *OperatorDelete = nullptr; ShouldDeleteSpecialMember() local 10947 if (FunctionDecl *OperatorDelete = CheckDestructor() local
|
H A D | TreeTransform.h | 12526 FunctionDecl *OperatorDelete = nullptr; TransformCXXNewExpr() local 12602 FunctionDecl *OperatorDelete = nullptr; TransformCXXDeleteExpr() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 183 CXXNewExpr(bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) CXXNewExpr() argument 247 Create(const ASTContext & Ctx,bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) Create() argument
|
H A D | ExprConstant.cpp | 15243 FunctionDecl *OperatorDelete = E->getOperatorDelete(); VisitCXXDeleteExpr() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2233 FunctionDecl *OperatorDelete; global() variable 2485 FunctionDecl *OperatorDelete = nullptr; global() variable 2493 CXXDeleteExpr(QualType Ty,bool GlobalDelete,bool ArrayForm,bool ArrayFormAsWritten,bool UsualArrayDeleteWantsSize,FunctionDecl * OperatorDelete,Expr * Arg,SourceLocation Loc) CXXDeleteExpr() argument [all...] |
H A D | DeclCXX.h | 2798 FunctionDecl *OperatorDelete = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2332 if (auto *OperatorDelete = readDeclAs<FunctionDecl>()) { VisitCXXDestructorDecl() local
|