Searched refs:SawNest (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1442 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/ |
D | Verifier.cpp | 578 bool SawNest = false; in VerifyFunctionAttrs() local 594 Assert1(!SawNest, "More than one parameter has attribute nest!", V); in VerifyFunctionAttrs() 595 SawNest = true; in VerifyFunctionAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 1617 bool SawNest = false; in verifyFunctionAttrs() local 1653 Assert(!SawNest, "More than one parameter has attribute nest!", V); in verifyFunctionAttrs() 1654 SawNest = true; in verifyFunctionAttrs() 2773 bool SawNest = false; in verifyCallSite() local 2778 SawNest = true; in verifyCallSite() 2790 Assert(!SawNest, "More than one parameter has attribute nest!", I); in verifyCallSite() 2791 SawNest = true; in verifyCallSite()
|