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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1588 FunctionDecl *OperatorDelete; member in class:clang::CXXNewExpr
H A DDeclCXX.h2219 FunctionDecl *OperatorDelete; member in class:clang::CXXDestructorDecl
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1020 const FunctionDecl *OperatorDelete; member in class:__anon3054::CallDeleteDuringNew
1075 const FunctionDecl *OperatorDelete; member in class:__anon3054::CallDeleteDuringConditionalNew
1031 CallDeleteDuringNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, llvm::Value *AllocSize) argument
1088 CallDeleteDuringConditionalNew(size_t NumPlacementArgs, const FunctionDecl *OperatorDelete, DominatingValue<RValue>::saved_type Ptr, DominatingValue<RValue>::saved_type AllocSize) argument
1372 const FunctionDecl *OperatorDelete; member in struct:__anon3055::CallObjectDelete
1375 CallObjectDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, QualType ElementType) argument
1387 EmitObjectDelete(CodeGenFunction &CGF, const FunctionDecl *OperatorDelete, llvm::Value *Ptr, QualType ElementType, bool UseGlobalDelete) argument
1471 const FunctionDecl *OperatorDelete; member in struct:__anon3056::CallArrayDelete
1476 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1308 FunctionDecl *OperatorDelete = 0; local
1521 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, Expr **PlaceArgs, unsigned NumPlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
2078 FunctionDecl *OperatorDelete = 0; local
[all...]
H A DSemaDeclCXX.cpp4999 FunctionDecl *OperatorDelete = 0; local
5889 FunctionDecl *OperatorDelete = 0; local
H A DTreeTransform.h7389 FunctionDecl *OperatorDelete = 0; local
[all...]

Completed in 292 milliseconds