Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp77 bool hasLocalizedState(SVal S, CheckerContext &C) const;
671 bool NonLocalizedStringChecker::hasLocalizedState(SVal S, in hasLocalizedState() function in NonLocalizedStringChecker
937 if (hasLocalizedState(argValue, C)) { in checkPostCall()
955 !hasLocalizedState(sv, C)) { in checkPostCall()