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

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

Completed in 113 milliseconds