HomeSort by: relevance | last modified time | path
    Searched refs:isRedundantBeforeReturn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 153 virtual bool isRedundantBeforeReturn() { return false; }
CGDecl.cpp 553 bool isRedundantBeforeReturn() override { return true; }
CodeGenFunction.h 588 bool isRedundantBeforeReturn() override { return true; }
CGCall.cpp 5352 if (!(Cleanup && Cleanup->getCleanup()->isRedundantBeforeReturn()))

Completed in 74 milliseconds