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.cpp2093 bool ShouldCheck = true; in emitPtrauthAuthResign() local
2100 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp999 bool ShouldCheck = CalleeIsDevice && CallerIsHost; in CheckLambdaCapture() local
1000 if (!ShouldCheck || !Capture.isReferenceCapture()) in CheckLambdaCapture()