Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp80 bool hasLocalizedState(SVal S, CheckerContext &C) const;
667 bool NonLocalizedStringChecker::hasLocalizedState(SVal S, in hasLocalizedState() function in NonLocalizedStringChecker
932 if (hasLocalizedState(argValue, C)) { in checkPostCall()
950 !hasLocalizedState(sv, C)) { in checkPostCall()