Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3236 bool MayReturn = in emitCheckHandlerCall() local
3240 if (!MayReturn) { in emitCheckHandlerCall()
3252 if (!MayReturn) { in emitCheckHandlerCall()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4484 bool MayReturn = !NoReturnAA.isAssumedNoReturn(); in manifest() local
4485 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()