Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1442 bool SawNest = false; in verifyFunctionAttrs() local
1465 Assert(!SawNest, "More than one parameter has attribute nest!", V); in verifyFunctionAttrs()
1466 SawNest = true; in verifyFunctionAttrs()
2557 bool SawNest = false; in verifyCallSite() local
2562 SawNest = true; in verifyCallSite()
2573 Assert(!SawNest, "More than one parameter has attribute nest!", I); in verifyCallSite()
2574 SawNest = true; in verifyCallSite()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp578 bool SawNest = false; in VerifyFunctionAttrs() local
594 Assert1(!SawNest, "More than one parameter has attribute nest!", V); in VerifyFunctionAttrs()
595 SawNest = true; in VerifyFunctionAttrs()