Home
last modified time | relevance | path

Searched refs:SanitizeUnsignedBase (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4154 bool SanitizeUnsignedBase = in EmitShl() local
4157 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
4190 if (SanitizeUnsignedBase || CGF.getLangOpts().CPlusPlus) { in EmitShl()