Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2113 bool SawSRet = false; in verifyFunctionAttrs() local
2172 Check(!SawSRet, "Cannot have multiple 'sret' parameters!", V); in verifyFunctionAttrs()
2175 SawSRet = true; in verifyFunctionAttrs()