Home
last modified time | relevance | path

Searched refs:isRedundantBeforeReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp581 bool isRedundantBeforeReturn() override { return true; } in isRedundantBeforeReturn() function
H A DCodeGenFunction.h704 bool isRedundantBeforeReturn() override { return true; }
H A DCGCall.cpp5836 if (!(Cleanup && Cleanup->getCleanup()->isRedundantBeforeReturn())) in EmitCall()