Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp50 bool isGlobalConstString(SVal V) const;
77 if (isGlobalConstString(location)) { in checkLocation()
92 bool NonnullGlobalConstantsChecker::isGlobalConstString(SVal V) const { in isGlobalConstString() function in NonnullGlobalConstantsChecker