Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3175 bool MayReturn = in emitCheckHandlerCall() local
3179 if (!MayReturn) { in emitCheckHandlerCall()
3191 if (!MayReturn) { in emitCheckHandlerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3681 bool MayReturn = !NoReturnAA.isAssumedNoReturn(); in manifest() local
3682 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()