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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp50 bool isGlobalConstString(SVal V) const;
78 if (isGlobalConstString(location)) {
93 bool NonnullGlobalConstantsChecker::isGlobalConstString(SVal V) const { function in class:NonnullGlobalConstantsChecker

Completed in 101 milliseconds