Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp1967 bool SawSRet = false; in verifyFunctionAttrs() local
2014 Check(!SawSRet, "Cannot have multiple 'sret' parameters!", V); in verifyFunctionAttrs()
2017 SawSRet = true; in verifyFunctionAttrs()