Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp559 SVal PointeeVal = State->getSVal(ArgRegion); in updateOutParameters() local
560 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters()