Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp365 PathPieces::const_iterator Y_I = Y.begin(), Y_end = Y.end(); in comparePath() local
367 for ( ; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) { in comparePath()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp318 PathPieces::const_iterator Y_I = Y.begin(), Y_end = Y.end(); in comparePath() local
320 for ( ; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) { in comparePath()