Searched refs:ShouldCheck (Results 1 – 2 of 2) sorted by relevance
1836 bool ShouldCheck = true; in emitPtrauthAuthResign() local1843 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()1850 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()1853 ShouldCheck = true; in emitPtrauthAuthResign()1857 ShouldCheck = ShouldTrap = true; in emitPtrauthAuthResign()1886 if (!IsAUTPAC && (!ShouldCheck || !ShouldTrap)) { in emitPtrauthAuthResign()1894 if (ShouldCheck) { in emitPtrauthAuthResign()
978 bool ShouldCheck = CalleeIsDevice && CallerIsHost; in CheckLambdaCapture() local979 if (!ShouldCheck || !Capture.isReferenceCapture()) in CheckLambdaCapture()