Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp268 static bool IsFirstBufInBound(CheckerContext &C,
872 bool CStringChecker::IsFirstBufInBound(CheckerContext &C, in IsFirstBufInBound() function in CStringChecker
973 if (Size && IsFirstBufInBound(C, state, E, Size)) { in InvalidateBuffer()