Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4756 bool SanitizeSignedBase = CGF.SanOpts.has(SanitizerKind::ShiftBase) && in EmitShl() local
4763 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
4771 if (SanitizeSignedBase) in EmitShl()
4823 BaseCheck, SanitizeSignedBase ? SanitizerKind::SO_ShiftBase in EmitShl()