Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3857 bool SanitizeUnsignedBase = in EmitShl() local
3860 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
3893 if (SanitizeUnsignedBase || CGF.getLangOpts().CPlusPlus) { in EmitShl()