Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3498 bool MayReturn = in emitCheckHandlerCall() local
3502 if (!MayReturn) { in emitCheckHandlerCall()
3514 if (!MayReturn) { in emitCheckHandlerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4514 bool MayReturn = !AA::hasAssumedIRAttr<Attribute::NoReturn>( in manifest() local
4517 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()