Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp2708 bool SanitizeBase = CGF.SanOpts.has(SanitizerKind::ShiftBase) && in EmitShl() local
2715 else if ((SanitizeBase || SanitizeExponent) && in EmitShl()
2727 if (SanitizeBase) { in EmitShl()