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) {
539 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
559 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
621 assert(EHStack.getNumBranchFixups() == 0 ||
775 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
826 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
832 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);
    [all...]
CodeGenFunction.h 527 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
529 assert(I < getNumBranchFixups());
    [all...]

Completed in 33 milliseconds