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 283 for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
337 if (!EHStack.getNumBranchFixups()) return;
345 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
566 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
586 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
648 assert(EHStack.getNumBranchFixups() == 0 ||
802 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
853 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
859 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0)
    [all...]
EHScopeStack.h 470 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
472 assert(I < getNumBranchFixups());

Completed in 51 milliseconds