Searched refs:addType (Results 1 – 11 of 11) sorted by relevance
/external/webkit/LayoutTests/http/tests/appcache/ |
D | foreign-iframe-main-expected.txt | 1 Test for <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType().
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 590 void CompileUnit::addType(DIE *Entity, DIType Ty) { in addType() function in CompileUnit 670 addType(&Buffer, FromTy); in constructTypeDIE() 717 addType(&Buffer, DIType(RTy)); in constructTypeDIE() 729 addType(Arg, DIType(Ty)); in constructTypeDIE() 773 addType(ElemDie, DV.getType()); in constructTypeDIE() 847 addType(ParamDIE, TP.getType()); in getOrCreateTemplateTypeParameterDIE() 861 addType(ParamDIE, TPV.getType()); in getOrCreateTemplateValueParameterDIE() 914 addType(&Buffer, CTy->getTypeDerivedFrom()); in constructArrayTypeDIE() 954 addType(MemberDie, DT.getTypeDerivedFrom()); in createMemberDIE()
|
D | DwarfCompileUnit.h | 224 void addType(DIE *Entity, DIType Ty);
|
D | DwarfDebug.cpp | 358 SPCU->addType(SPDie, SPTy); in createSubprogramDIE() 360 SPCU->addType(SPDie, DIType(Args.getElement(0))); in createSubprogramDIE() 386 SPCU->addType(Arg, ATy); in createSubprogramDIE() 484 SPCU->addType(Arg, ATy); in updateSubprogramScopeDIE() 677 VariableCU->addType(VariableDie, DV->getType()); in constructVariableDIE() 990 TheCU->addType(VariableDIE, GTy); in constructGlobalVariableDIE()
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheResource.h | 52 void addType(unsigned type);
|
D | ApplicationCacheResource.cpp | 43 void ApplicationCacheResource::addType(unsigned type) in addType() function in WebCore::ApplicationCacheResource
|
D | ApplicationCacheGroup.cpp | 172 resource->addType(ApplicationCacheResource::Foreign); in selectCache() 246 resource->addType(ApplicationCacheResource::Master); in finishedLoadingMainResource() 266 resource->addType(ApplicationCacheResource::Master); in finishedLoadingMainResource() 1001 resource->addType(type); in addEntry() 1008 m_manifestResource->addType(type); in addEntry()
|
/external/llvm/lib/Analysis/ |
D | DebugInfo.cpp | 851 if (!addType(DT)) in processType() 906 bool DebugInfoFinder::addType(DIType DT) { in addType() function in DebugInfoFinder
|
/external/llvm/include/llvm/Analysis/ |
D | DebugInfo.h | 763 bool addType(DIType DT);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 22855 (WebCore::ApplicationCacheResource::addType): 30457 (WebCore::ApplicationCacheResource::addType):
|
D | ChangeLog-2009-06-16 | 54746 … * loader/appcache/ApplicationCacheResource.cpp: (WebCore::ApplicationCacheResource::addType): 59964 <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()
|