Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp232 const MemRegion *RecReg = Msg->getReceiverSVal().getAsRegion(); in checkPostCall() local
233 if (!RecReg) in checkPostCall()
235 DynamicTypeInfo RecDynType = getDynamicTypeInfo(State, RecReg); in checkPostCall()