Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp369 PathPieces::const_iterator Y_I = Y.begin(), Y_end = Y.end(); in comparePath() local
371 for ( ; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) { in comparePath()
372 Optional<bool> b = comparePiece(**X_I, **Y_I); in comparePath()