Home
last modified time | relevance | path

Searched refs:MayReturn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3264 bool MayReturn = in emitCheckHandlerCall() local
3268 if (!MayReturn) { in emitCheckHandlerCall()
3280 if (!MayReturn) { in emitCheckHandlerCall()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3786 bool MayReturn = !NoReturnAA.isAssumedNoReturn(); in manifest() local
3787 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()