Searched refs:isSanitizerAttributeAllowedOnGlobals (Results 1 – 1 of 1) sorted by relevance
5766 static bool isSanitizerAttributeAllowedOnGlobals(StringRef Sanitizer) { in isSanitizerAttributeAllowedOnGlobals() function5788 else if (isGlobalVar(D) && !isSanitizerAttributeAllowedOnGlobals(SanitizerName)) in handleNoSanitizeAttr()