Searched defs:Dtor (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp973 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CalleeCtx->getDecl()); local
H A DExprEngineCallAndReturn.cpp657 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); local
726 const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(FD); local
H A DPathDiagnostic.cpp558 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); local
563 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>(); local
H A DExprEngine.cpp550 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, argument
569 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor, argument
584 const CXXDestructorDecl *Dtor = RD->getDestructor(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1000 void setDestructor(const CXXDestructorDecl *Dtor) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp383 const CXXDestructorDecl *Dtor; member in struct:__anon3079::DestroyNRVOVariable
378 DestroyNRVOVariable(llvm::Value *addr, const CXXDestructorDecl *Dtor, llvm::Value *NRVOFlag) argument
H A DCGException.cpp468 llvm::Constant *Dtor = 0; local
H A DCGExprCXX.cpp1336 const CXXDestructorDecl *Dtor = 0; local
[all...]
H A DCGClass.cpp1267 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CurGD.getDecl()); local
1247 CanSkipVTablePointerInitialization(ASTContext &Context, const CXXDestructorDecl *Dtor) argument
1372 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CGF.CurCodeDecl); local
1395 const CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(CGF.CurCodeDecl); local
1785 const CXXDestructorDecl *Dtor; member in struct:__anon3074::CallDelegatingCtorDtor
1854 const CXXDestructorDecl *Dtor; member in struct:__anon3075::CallLocalDtor
[all...]
H A DCodeGenModule.cpp547 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) { argument
H A DItaniumCXXABI.cpp129 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, argument
832 void ItaniumCXXABI::BuildDestructorSignature(const CXXDestructorDecl *Dtor, argument
1048 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
[all...]
H A DMicrosoftCXXABI.cpp115 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, argument
566 void MicrosoftCXXABI::BuildDestructorSignature(const CXXDestructorDecl *Dtor, argument
938 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, llvm::Value *This) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1598 CheckDestructorAccess(SourceLocation Loc, CXXDestructorDecl *Dtor, const PartialDiagnostic &PDiag, QualType ObjectTy) argument
H A DSemaType.cpp5343 CXXDestructorDecl *Dtor = RD->getDestructor(); local
H A DSemaDeclCXX.cpp3931 CXXDestructorDecl *Dtor = LookupDestructor(FieldClassDecl); local
3961 CXXDestructorDecl *Dtor = LookupDestructor(BaseClassDecl); local
3993 CXXDestructorDecl *Dtor = LookupDestructor(BaseClassDecl); local
4847 const CXXDestructorDecl *Dtor = Checks[i].first; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp853 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor(); local
3322 const CXXDestructorDecl *Dtor = E->getTemporary()->getDestructor(); local
H A DThreadSafety.cpp2091 bool Dtor = isa<CXXDestructorDecl>(D); local

Completed in 474 milliseconds