Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6504 static bool isGlobalVar(const Decl *D) { in isGlobalVar() function
6532 else if (isGlobalVar(D) && !isSanitizerAttributeAllowedOnGlobals(SanitizerName)) in handleNoSanitizeAttr()
6551 if (isGlobalVar(D) && SanitizerName != "address") in handleNoSanitizeSpecificAttr()