Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h383 SVal getRawSVal(Loc LV, QualType T= QualType()) const;
812 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp227 Value = State->getRawSVal(*ValAsLoc); in verifyRandomIncrOrDecr()
H A DIteratorModeling.cpp601 Val = State->getRawSVal(*LocAmount); in handleRandomIncrOrDecr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp257 return State->getRawSVal(*FieldL, FD->getType()); in getSValForVar()
1059 SVal RValue = State->getRawSVal(*LValue, RetE->getType()); in visitNodeInitial()
2372 SVal V = LVState->getRawSVal(loc::MemRegionVal(R)); in handle()
2538 RVal = LVState->getRawSVal(*L, Inner->getType()); in handle()
H A DProgramState.cpp275 SVal V = getRawSVal(location, T); in getSVal()