HomeSort by relevance Sort by last modified time
    Searched refs:getNumBranchFixups (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 285 for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
340 if (!EHStack.getNumBranchFixups()) return;
348 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
576 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
596 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
658 assert(EHStack.getNumBranchFixups() == 0 ||
812 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
    [all...]
EHScopeStack.h 386 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
388 assert(I < getNumBranchFixups());

Completed in 39 milliseconds