Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp78 bool hasLocalizedState(SVal S, CheckerContext &C) const;
672 bool NonLocalizedStringChecker::hasLocalizedState(SVal S, in hasLocalizedState() function in NonLocalizedStringChecker
938 if (hasLocalizedState(argValue, C)) { in checkPostCall()
956 !hasLocalizedState(sv, C)) { in checkPostCall()