Searched refs:ShouldCheck (Results 1 – 2 of 2) sorted by relevance
2093 bool ShouldCheck = true; in emitPtrauthAuthResign() local2100 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()2107 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()2110 ShouldCheck = true; in emitPtrauthAuthResign()2114 ShouldCheck = ShouldTrap = true; in emitPtrauthAuthResign()2136 if (!IsAUTPAC && (!ShouldCheck || !ShouldTrap)) in emitPtrauthAuthResign()2141 if (ShouldCheck) { in emitPtrauthAuthResign()
999 bool ShouldCheck = CalleeIsDevice && CallerIsHost; in CheckLambdaCapture() local1000 if (!ShouldCheck || !Capture.isReferenceCapture()) in CheckLambdaCapture()