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

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

Completed in 105 milliseconds