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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp259 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin());
277 for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
279 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I);
304 CGF.EHStack.clearFixups();
331 if (!EHStack.getNumBranchFixups()) return;
333 assert(EHStack.hasNormalCleanups() &&
339 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
341 BranchFixup &Fixup = EHStack.getBranchFixup(I);
364 EHStack.popNullFixups();
371 while (EHStack
953 IsUsedAsNormalCleanup(EHScopeStack &EHStack, EHScopeStack::stable_iterator C) argument
972 IsUsedAsEHCleanup(EHScopeStack &EHStack, EHScopeStack::stable_iterator cleanup) argument
[all...]

Completed in 46 milliseconds