Searched refs:LinePtr (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 1358 const auto LinePtr = getPointeeVal(Call.getArgSVal(0), State); in preGetdelim() local 1359 if (!LinePtr) in preGetdelim() 1368 IsKnownToBeAllocated, AF_Malloc, false, LinePtr); in preGetdelim() 1389 const auto LinePtr = in checkGetdelim() local 1393 if (!LinePtr || !Size || !LinePtr->getAsRegion()) in checkGetdelim() 1396 State = setDynamicExtent(State, LinePtr->getAsRegion(), *Size, SVB); in checkGetdelim() 1397 C.addTransition(MallocUpdateRefState(C, CE, State, AF_Malloc, *LinePtr)); in checkGetdelim()
|