Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp280 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y);
297 return comparePath(X.subPieces, Y.subPieces); in compareMacro()
314 return comparePath(X.path, Y.path); in compareCall()
361 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y) { in comparePath() function
412 Optional<bool> b = comparePath(X.path, Y.path); in compare()