Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp205 static bool IsFirstBufInBound(CheckerContext &C,
830 bool CStringChecker::IsFirstBufInBound(CheckerContext &C, in IsFirstBufInBound() function in CStringChecker
930 if (Size && IsFirstBufInBound(C, state, E, Size)) { in InvalidateBuffer()