Home
last modified time | relevance | path

Searched refs:addType (Results 1 – 11 of 11) sorted by relevance

/external/webkit/LayoutTests/http/tests/appcache/
Dforeign-iframe-main-expected.txt1 Test for <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType().
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp590 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()
DDwarfCompileUnit.h224 void addType(DIE *Entity, DIType Ty);
DDwarfDebug.cpp358 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/
DApplicationCacheResource.h52 void addType(unsigned type);
DApplicationCacheResource.cpp43 void ApplicationCacheResource::addType(unsigned type) in addType() function in WebCore::ApplicationCacheResource
DApplicationCacheGroup.cpp172 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/
DDebugInfo.cpp851 if (!addType(DT)) in processType()
906 bool DebugInfoFinder::addType(DIType DT) { in addType() function in DebugInfoFinder
/external/llvm/include/llvm/Analysis/
DDebugInfo.h763 bool addType(DIType DT);
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1022855 (WebCore::ApplicationCacheResource::addType):
30457 (WebCore::ApplicationCacheResource::addType):
DChangeLog-2009-06-1654746 … * loader/appcache/ApplicationCacheResource.cpp: (WebCore::ApplicationCacheResource::addType):
59964 <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()