Searched defs:OperatorDelete (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1674 FunctionDecl *OperatorDelete; member in class:clang::CXXNewExpr
H A DDeclCXX.h2271 FunctionDecl *OperatorDelete; member in class:clang::CXXDestructorDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp971 const FunctionDecl *OperatorDelete; member in class:__anon3088::CallDeleteDuringNew
1024 const FunctionDecl *OperatorDelete; member in class:__anon3088::CallDeleteDuringConditionalNew
982 CallDeleteDuringNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, llvm::Value *AllocSize) argument
1037 CallDeleteDuringConditionalNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, DominatingValue<RValue>::saved_type Ptr, DominatingValue<RValue>::saved_type AllocSize) argument
1314 const FunctionDecl *OperatorDelete; member in struct:__anon3089::CallObjectDelete
1317 CallObjectDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, QualType ElementType) argument
1329 EmitObjectDelete(CodeGenFunction &CGF, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, QualType ElementType, bool UseGlobalDelete) argument
1412 const FunctionDecl *OperatorDelete; member in struct:__anon3090::CallArrayDelete
1417 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1363 FunctionDecl *OperatorDelete = 0; local
1576 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
2228 FunctionDecl *OperatorDelete = 0; local
[all...]
H A DSemaDeclCXX.cpp5264 FunctionDecl *OperatorDelete = 0; local
6173 FunctionDecl *OperatorDelete = 0; local
H A DTreeTransform.h7609 FunctionDecl *OperatorDelete = 0; local
[all...]

Completed in 173 milliseconds