Home
last modified time | relevance | path

Searched refs:toVector (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCompletion.cpp137 static std::vector<std::string> toVector(const StringList &SL) { in toVector() function
242 EXPECT_THAT(toVector(Results), UnorderedElementsAre("~" + sep)); in TEST_F()
246 EXPECT_THAT(toVector(Results), in TEST_F()
253 EXPECT_THAT(toVector(Results), UnorderedElementsAre("~/foo/nested" + sep)); in TEST_F()
256 EXPECT_THAT(toVector(Results), UnorderedElementsAre("~/foo/nested" + sep)); in TEST_F()
262 EXPECT_THAT(toVector(Results), UnorderedElementsAre("~Lars" + sep)); in TEST_F()
266 EXPECT_THAT(toVector(Results), UnorderedElementsAre()); in TEST_F()
270 EXPECT_THAT(toVector(Results), in TEST_F()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCaching.cpp36 CacheNameRef.toVector(CacheName); in localCache()
37 TempFilePrefixRef.toVector(TempFilePrefix); in localCache()
38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache()
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
51 toVector(Out); in toNullTerminatedStringRef()
H A DVirtualFileSystem.cpp290 Path.toVector(Storage); in adjustPath()
823 P.toVector(Path); in addFile()
933 P.toVector(Path); in lookupNode()
1034 NewLink.toVector(NewLinkStr); in addSymbolicLink()
1035 Target.toVector(TargetStr); in addSymbolicLink()
1140 P.toVector(Path); in setCurrentWorkingDirectory()
1161 Path.toVector(Output); in getRealPath()
1330 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()
1340 Path_.toVector(Path); in isLocal()
1388 Dir.toVector(Path); in dir_begin()
[all …]
H A DPath.cpp535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
546 path.toVector(result); in native()
799 Model.toVector(ModelStorage); in createUniquePath()
919 current_directory.toVector(current_dir); in make_absolute()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileUtilities.h50 filename.toVector(Filename); in DeleteIt()
70 filename.toVector(Filename);
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp103 Msg.toVector(PErr.Msg); in Error()
120 Suffix.toVector(PErr.Msg); in addErrorSuffix()
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DCOFF.cpp43 Twine('/').concat(Twine(Offset)).toVector(Buffer); in encodeSectionName()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTwine.h455 void toVector(SmallVectorImpl<char> &Out) const;
480 toVector(Out); in toStringRef()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadsafeFS.cpp35 InPath.toVector(Path); in openFileForRead()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp78 Twine("/symlink").toVector(Output); in getRealPath()
82 Path.toVector(Output); in getRealPath()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCheckerRegistration.h112 (Twine{Info->name()} + ".cc").toVector(FileName); in getCurrentTestNameAsFileName()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp29 Path.toVector(PathVec); in Canonicalize()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DURI.cpp48 ("//" + Authority).toVector(Path); in getAbsolutePath()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp175 (llvm::Twine("/proc/") + llvm::Twine(pid) + "/exe").toVector(ProcExe); in GetExePathAndArch()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp1130 .toVector(Str); in ExecuteAction()
1144 .toVector(Str); in ExecuteAction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp127 Twine(No).toVector(Prefix); in buildSuspendPrefixStr()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp390 Twine(Index).toVector(Name); in mapping()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc75 Path8.toVector(Path8Str);
1391 path.toVector(dest);
1405 path.toVector(Storage);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp325 partial_name.toVector(CompletionBuffer); in DiskFilesOrDirectories()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp88 Twine("/symlink").toVector(Output); in getRealPath()
92 Path.toVector(Output); in getRealPath()
147 Path.toVector(P); in findEntry()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp168 ("//" + authority).toVector(path); in getAbsolutePath()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc700 path.toVector(dest);
1314 path.toVector(Storage);
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp224 val.toVector(ltoPolicy); in getLTOCachePolicy()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp57 (f->archiveName + "(" + f->getName() + ")").toVector(f->toStringCache); in toString()

12