Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNonnullGlobalConstantsChecker.cpp50 bool isGlobalConstString(SVal V) const;
78 if (isGlobalConstString(location)) { in checkLocation()
93 bool NonnullGlobalConstantsChecker::isGlobalConstString(SVal V) const { in isGlobalConstString() function in NonnullGlobalConstantsChecker