Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h284 SVal getRawSVal(Loc LV, QualType T= QualType()) const;
711 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp267 SVal RValue = State->getRawSVal(*LValue, RetE->getType()); in visitNodeInitial()
989 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in trackNullOrUndefValue()
1042 RVal = state->getRawSVal(L.getValue(), E->getType()); in trackNullOrUndefValue()
DProgramState.cpp252 SVal V = getRawSVal(cast<Loc>(location), T); in getSVal()
DBugReporter.cpp1293 if (R.isInteresting(LV) || R.isInteresting(State->getRawSVal(LV))) in reversePropagateInterestingSymbols()