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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h401 unsigned getNumBranchFixups() const { return BranchFixups.size(); } function in class:clang::CodeGen::EHScopeStack
403 assert(I < getNumBranchFixups());

Completed in 84 milliseconds