Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2112 bool SawReturned = false; in verifyFunctionAttrs() local
2164 Check(!SawReturned, "More than one parameter has attribute returned!", V); in verifyFunctionAttrs()
2168 SawReturned = true; in verifyFunctionAttrs()
3614 bool SawReturned = false; in visitCallBase() local
3620 SawReturned = true; in visitCallBase()
3635 Check(!SawReturned, "More than one parameter has attribute returned!", in visitCallBase()
3641 SawReturned = true; in visitCallBase()