Searched refs:hasOneOf (Results 1 – 7 of 7) sorted by relevance
28 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan()60 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan()72 if (CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in disableSanitizerForGlobal()
271 if (getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in CreateGlobalInitOrDestructFunction()
674 if (SanOpts.hasOneOf(SanitizerKind::Address | SanitizerKind::KernelAddress)) in StartFunction()
1358 if (!LangOpts.Sanitize.hasOneOf( in isInSanitizerBlacklist()
58 bool hasOneOf(SanitizerMask K) const { return Mask & K; } in hasOneOf() function
1057 LangOpts.Sanitize.hasOneOf(SanitizerKind::Address | in HasFeature()
3689 if (!Context.getLangOpts().Sanitize.hasOneOf( in mayInsertExtraPadding()