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

/external/clang/lib/CodeGen/
H A DCGException.cpp583 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); local
604 CatchScope->setHandler(I, TypeInfo, Handler);
607 CatchScope->setCatchAllHandler(I, Handler);
1226 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); local
1227 assert(CatchScope.getNumHandlers() == NumHandlers);
1230 if (!CatchScope.hasEHBranches()) {
1236 emitCatchDispatchBlock(*this, CatchScope);
1241 memcpy(Handlers.data(), CatchScope.begin(),
1276 RunCleanupsScope CatchScope(*this);
1300 CatchScope
[all...]

Completed in 45 milliseconds