Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp303 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y);
321 return comparePath(X.subPieces, Y.subPieces); in compareMacro()
338 return comparePath(X.path, Y.path); in compareCall()
386 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y) { in comparePath() function
456 Optional<bool> b = comparePath(X.path, Y.path); in compare()