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

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

Completed in 38 milliseconds