Searched refs:CheckLocation (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 287 ProgramStateRef CheckLocation(CheckerContext &C, ProgramStateRef state, 377 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker 484 State = CheckLocation(C, State, Buffer, BufStart, Access, CK); in CheckBufferAccess() 508 State = CheckLocation(C, State, Buffer, BufEnd, Access, CK); in CheckBufferAccess() 2045 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2049 state = CheckLocation(C, state, Dst, maxLastElement, AccessKind::write); in evalStrcpyCommon() 2062 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2066 state = CheckLocation(C, state, Dst, lastElement, AccessKind::write); in evalStrcpyCommon()
|