Searched refs:getPointeeVal (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerHelpers.h | 115 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 186 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State) { in getPointeeVal() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 336 auto LinePtrSVal = getPointeeVal(LinePtrPtrSVal, State)->getAs<DefinedSVal>(); in EnsureGetdelimBufferAndSizeCorrect() 337 auto NSVal = getPointeeVal(SizePtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
|
H A D | StreamChecker.cpp | 1430 auto NewLinePtr = getPointeeVal(Call.getArgSVal(0), State); in evalGetdelim() 1438 auto NVal = getPointeeVal(SizePtrSval, State); in evalGetdelim() 1458 if (auto NewLinePtr = getPointeeVal(Call.getArgSVal(0), State)) in evalGetdelim()
|
H A D | MallocChecker.cpp | 1358 const auto LinePtr = getPointeeVal(Call.getArgSVal(0), State); in preGetdelim() 1390 getPointeeVal(Call.getArgSVal(0), State)->getAs<DefinedSVal>(); in checkGetdelim() 1392 getPointeeVal(Call.getArgSVal(1), State)->getAs<DefinedSVal>(); in checkGetdelim()
|