Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8327 static bool isSanitizerAttributeAllowedOnGlobals(StringRef Sanitizer) { in isSanitizerAttributeAllowedOnGlobals() function
8349 else if (isGlobalVar(D) && !isSanitizerAttributeAllowedOnGlobals(SanitizerName)) in handleNoSanitizeAttr()