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.cpp186 std::optional<SVal> getPointeeVal(SVal PtrSVal, ProgramStateRef State) { in getPointeeVal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp336 auto LinePtrSVal = getPointeeVal(LinePtrPtrSVal, State)->getAs<DefinedSVal>(); in EnsureGetdelimBufferAndSizeCorrect()
337 auto NSVal = getPointeeVal(SizePtrSVal, State); in EnsureGetdelimBufferAndSizeCorrect()
H A DStreamChecker.cpp1430 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 DMallocChecker.cpp1358 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()