Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp51 bool isGlobalConstString(SVal V) const;
79 if (isGlobalConstString(location)) { in checkLocation()
95 bool NonnullGlobalConstantsChecker::isGlobalConstString(SVal V) const { in isGlobalConstString() function in NonnullGlobalConstantsChecker