HomeSort by relevance Sort by last modified time
    Searched refs:getInnermostEHScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 138 for (stable_iterator si = getInnermostEHScope(), se = stable_end();
203 assert(getInnermostEHScope() == stable_end());
    [all...]
CGException.cpp 751 EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope());
882 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
    [all...]
CodeGenFunction.h 482 stable_iterator getInnermostEHScope() const {
    [all...]

Completed in 157 milliseconds