Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp931 SVal argValue = Call.getArgSVal(i); in checkPostCall() local
932 if (hasLocalizedState(argValue, C)) { in checkPostCall()