Searched refs:CheckLocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 315 ProgramStateRef CheckLocation(CheckerContext &C, ProgramStateRef state, 553 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker 630 State = CheckLocation(C, State, Buffer, BufStart, Access, CK); in CheckBufferAccess() 655 State = CheckLocation(C, State, Buffer, BufEnd, Access, CK); in CheckBufferAccess() 2195 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2199 state = CheckLocation(C, state, Dst, maxLastElement, AccessKind::write); in evalStrcpyCommon() 2212 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2216 state = CheckLocation(C, state, Dst, lastElement, AccessKind::write); in evalStrcpyCommon()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6424 …ateEPKNS1_4ExprENS2_4SValEb", "(anonymous namespace)::CStringChecker::CheckLocation(clang::ento::C…
|