Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp171 ProgramStateRef CheckLocation(CheckerContext &C,
275 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker
386 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage); in CheckBufferAccess()
406 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage); in CheckBufferAccess()
1816 state = CheckLocation(C, state, CE->getArg(2), maxLastElement, in evalStrcpyCommon()
1832 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon()