| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 39 using llvm::sys::path::is_separator; 89 if (is_separator(path[0], style)) in find_first_component() 127 !is_separator(str[2], style)) { in root_dir_start() 151 is_separator(path[end_pos - 1], style)) in parent_path_end() 262 if (is_separator(Path[Position], S)) { in operator ++() 322 is_separator(Path[end_pos - 1], S)) in operator ++() 327 is_separator(Path.back(), S) && in operator ++() 367 if (is_separator((*b)[0], style)) { in root_path() 508 bool SepPath = is_separator(Path[I], style); in starts_with() 557 if (is_separator(Ch, style)) in native() [all …]
|
| H A D | VirtualFileSystem.cpp | 1956 sys::path::is_separator(Trimmed.back(), path_style)) in parseEntry()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/IndexSerialization/ |
| H A D | SerializablePathCollection.cpp | 63 while (Dir.size() > 1 && llvm::sys::path::is_separator(Dir.back())) in tryStoreDirPath() 74 llvm::sys::path::is_separator(Dir[SysRoot.size()])) { in tryStoreDirPath() 78 llvm::sys::path::is_separator(Dir[WorkDir.size()])) { in tryStoreDirPath() 84 while (!Dir.empty() && llvm::sys::path::is_separator(Dir.front())) in tryStoreDirPath()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | TildeExpressionResolver.cpp | 36 assert(!llvm::any_of(Expr, [](char c) { return path::is_separator(c); })); in ResolveExact() 46 assert(!llvm::any_of(Expr, [](char c) { return path::is_separator(c); })); in ResolvePartial() 85 Expr.take_until([](char c) { return path::is_separator(c); }); in ResolveFullPath()
|
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | idn-lookup.c | 56 is_separator(uint32_t u) in is_separator() function 94 for (j = i; j < norm_len && !is_separator(norm[j]); ++j) in lookup()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 102 path::is_separator(NI->front()) && path::is_separator(DI->front())) in getRelativeIncludeName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 397 bool is_separator(char value, Style style = Style::native);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 80 if (llvm::sys::path::is_separator(Filename[Filename.size() - 1])) in getDirectoryFromFile() 125 llvm::sys::path::is_separator(DirName.back())) in getDirectoryRef()
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | cond.c | 383 is_separator(char ch) in is_separator() function 426 if (atStart && is_separator(par->p[0])) in CondParser_StringExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 316 sys::path::is_separator(this->DumpDir.back())) in DumpObjects()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 341 Buffer.find_if([](char c) { return path::is_separator(c); }); in DiskFilesOrDirectories() 401 path::is_separator(CompletionBuffer.back())) in DiskFilesOrDirectories()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 191 llvm::sys::path::is_separator(*component->data(), style)) in AppendPathComponents()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 111 return !Path.empty() && llvm::sys::path::is_separator(Path[0]); in CanPrefixSysroot()
|
| H A D | PPDirectives.cpp | 226 else if (::llvm::sys::path::is_separator(Ch)) in warnByDefaultOnWrongCase() 1870 llvm::sys::path::is_separator(Component[0], Separator); in trySimplifyPath() 2468 return llvm::sys::path::is_separator(c, BackslashStyle); in HandleHeaderIncludeOrImport()
|
| H A D | HeaderSearch.cpp | 1974 path::is_separator(NI->front()) && path::is_separator(DI->front())) in suggestPathToFileForDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 407 if (sys::path::is_separator(*Pos)) { in printSourceLine()
|
| H A D | llvm-objdump.cpp | 3561 while (!Prefix.empty() && sys::path::is_separator(Prefix.back())) in llvm_objdump_main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 51 static bool is_separator(const wchar_t value) { 1028 if (PathUTF16Len > 0 && !is_separator(PathUTF16[PathUTF16Len - 1]) && 1403 PathStr.take_until([](char c) { return path::is_separator(c); });
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 969 if (llvm::sys::path::is_separator(FileName.front())) in setGenDwarfRootFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 878 if (sys::path::is_separator(si.displayName[0])) in print()
|
| H A D | InstrProf.cpp | 278 if (llvm::sys::path::is_separator(CI)) { in stripDirPrefix()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 533 if (!NativePath.empty() && !sys::path::is_separator(NativePath.back())) in remapPathNames()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 4084 !llvm::sys::path::is_separator(V.back())) { in BuildActions() 4096 !llvm::sys::path::is_separator(V.back())) { in BuildActions() 5698 } else if (llvm::sys::path::is_separator(Filename.back())) { in MakeCLOutputFilename()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 660 PathStr.take_until([](char c) { return path::is_separator(c); });
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1106 if (!llvm::sys::path::is_separator(Filename[Pos])) { in adjustFilenameForRelocatableAST() 1107 if (!llvm::sys::path::is_separator(BaseDir.back())) in adjustFilenameForRelocatableAST()
|