Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp249 ProgramStateRef CheckLocation(CheckerContext &C, ProgramStateRef state,
338 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker
463 State = CheckLocation(C, State, Buffer, BufEnd, Access, IsWide); in CheckBufferAccess()
1924 state = CheckLocation(C, state, Dst, maxLastElement, AccessKind::write); in evalStrcpyCommon()
1936 state = CheckLocation(C, state, Dst, lastElement, AccessKind::write); in evalStrcpyCommon()