Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp223 static std::optional<bool> comparePath(const PathPieces &X,
242 return comparePath(X.subPieces, Y.subPieces); in compareMacro()
259 return comparePath(X.path, Y.path); in compareCall()
308 static std::optional<bool> comparePath(const PathPieces &X, in comparePath() function
395 return *comparePath(X.path, Y.path); in compare()