Home
last modified time | relevance | path

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

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