Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1836 bool ShouldCheck = true; in emitPtrauthAuthResign() local
1843 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp978 bool ShouldCheck = CalleeIsDevice && CallerIsHost; in CheckLambdaCapture() local
979 if (!ShouldCheck || !Capture.isReferenceCapture()) in CheckLambdaCapture()