Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Duri.go107 return os.SameFile(infoa, infob)
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Duri.go107 return os.SameFile(infoa, infob)
/external/clang/lib/Driver/
DDriver.cpp2303 bool SameFile = false; in GetNamedOutputPath() local
2307 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
2309 if (SameFile) { in GetNamedOutputPath()
/external/llvm-project/clang/lib/Driver/
DDriver.cpp4887 bool SameFile = false; in GetNamedOutputPath() local
4891 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
4893 if (SameFile) { in GetNamedOutputPath()