Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp721 bool SawNest = false; in VerifyFunctionAttrs() local
737 Assert1(!SawNest, "More than one parameter has attribute nest!", V); in VerifyFunctionAttrs()
738 SawNest = true; in VerifyFunctionAttrs()