Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp238 ProgramStateRef CheckLocation(CheckerContext &C, ProgramStateRef state,
325 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker
423 State = CheckLocation(C, State, Buffer, BufEnd, Access); in CheckBufferAccess()
1856 state = CheckLocation(C, state, Dst, maxLastElement, AccessKind::write); in evalStrcpyCommon()
1868 state = CheckLocation(C, state, Dst, lastElement, AccessKind::write); in evalStrcpyCommon()