Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h115 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp194 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State) { in getPointeeVal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp335 const auto LinePtrValOpt = getPointeeVal(LinePtrPtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
340 const auto NSVal = getPointeeVal(SizePtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
H A DStreamChecker.cpp1469 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 DMallocChecker.cpp1525 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()