Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp172 SVal ReceiverSVal = C.getSVal(RecE); in inferReceiverType() local
175 if (const MemRegion *ReceiverRegion = ReceiverSVal.getAsRegion()) { in inferReceiverType()
181 if (SymbolRef ReceiverSymbol = ReceiverSVal.getAsSymbol()) { in inferReceiverType()
201 if (ReceiverSVal == SelfSVal) { in inferReceiverType()