Searched refs:CheckLocation (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 271 ProgramStateRef CheckLocation(CheckerContext &C, ProgramStateRef state, 362 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker 487 State = CheckLocation(C, State, Buffer, BufEnd, Access, CK); in CheckBufferAccess() 1951 state = CheckLocation(C, state, Dst, maxLastElement, AccessKind::write); in evalStrcpyCommon() 1963 state = CheckLocation(C, state, Dst, lastElement, AccessKind::write); in evalStrcpyCommon()
|