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 | 194 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State) { in getPointeeVal() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnixAPIChecker.cpp | 335 const auto LinePtrValOpt = getPointeeVal(LinePtrPtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect() 340 const auto NSVal = getPointeeVal(SizePtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
|
| H A D | StreamChecker.cpp | 1469 auto NewLinePtr = getPointeeVal(Call.getArgSVal(0), State); in evalGetdelim() 1477 auto NVal = getPointeeVal(SizePtrSval, State); in evalGetdelim() 1497 if (auto NewLinePtr = getPointeeVal(Call.getArgSVal(0), State)) in evalGetdelim()
|
| H A D | MallocChecker.cpp | 1525 const auto LinePtr = getPointeeVal(Call.getArgSVal(0), State); in preGetDelimOrGetLine() 1555 const auto LinePtrOpt = getPointeeVal(Call.getArgSVal(0), State); in checkGetDelimOrGetLine() 1556 const auto SizeOpt = getPointeeVal(Call.getArgSVal(1), State); in checkGetDelimOrGetLine()
|