Searched refs:SawNest (Results 1 – 2 of 2) sorted by relevance
1442 bool SawNest = false; in verifyFunctionAttrs() local1465 Assert(!SawNest, "More than one parameter has attribute nest!", V); in verifyFunctionAttrs()1466 SawNest = true; in verifyFunctionAttrs()2557 bool SawNest = false; in verifyCallSite() local2562 SawNest = true; in verifyCallSite()2573 Assert(!SawNest, "More than one parameter has attribute nest!", I); in verifyCallSite()2574 SawNest = true; in verifyCallSite()
578 bool SawNest = false; in VerifyFunctionAttrs() local594 Assert1(!SawNest, "More than one parameter has attribute nest!", V); in VerifyFunctionAttrs()595 SawNest = true; in VerifyFunctionAttrs()