Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp313 PathPieces::const_iterator X_I = X.begin(), X_end = X.end(); in comparePath() local
316 for (; X_I != X_end && Y_I != Y_end; ++X_I, ++Y_I) in comparePath()
317 if (std::optional<bool> b = comparePiece(**X_I, **Y_I)) in comparePath()