/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | YamlSymbolIndex.cpp | 38 for (llvm::SmallString<128> PathStorage = Directory; !Directory.empty(); in createFromDirectory() local 40 assert(Directory.size() <= PathStorage.size()); in createFromDirectory() 41 PathStorage.resize(Directory.size()); // Shrink to parent. in createFromDirectory() 42 llvm::sys::path::append(PathStorage, Name); in createFromDirectory() 43 if (auto DB = createFromFile(PathStorage)) in createFromDirectory()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 88 SmallString<16> PathStorage; in TEST() local 89 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST() 90 expected_files.push_back(std::string(PathStorage.str())); in TEST() 91 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST() 92 expected_files.push_back(std::string(PathStorage.str())); in TEST() 93 llvm::sys::path::native("//net/file1", PathStorage); in TEST() 94 expected_files.push_back(std::string(PathStorage.str())); in TEST()
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 77 SmallString<16> PathStorage; in TEST() local 78 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST() 79 expected_files.push_back(PathStorage.str()); in TEST() 80 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST() 81 expected_files.push_back(PathStorage.str()); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 44 std::wstring PathStorage; 46 PathStorage.reserve(Paths.size() * MAX_PATH); 49 PathStorage.push_back(L';'); 54 PathStorage.append(TmpPath.begin(), TmpPath.end()); 56 Path = PathStorage.c_str();
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 44 std::wstring PathStorage; 46 PathStorage.reserve(Paths.size() * MAX_PATH); 49 PathStorage.push_back(L';'); 54 PathStorage.append(TmpPath.begin(), TmpPath.end()); 56 Path = PathStorage.c_str();
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Program.inc | 45 std::wstring PathStorage; 47 PathStorage.reserve(Paths.size() * MAX_PATH); 50 PathStorage.push_back(L';'); 55 PathStorage.append(TmpPath.begin(), TmpPath.end()); 57 Path = PathStorage.c_str();
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 44 std::wstring PathStorage; 46 PathStorage.reserve(Paths.size() * MAX_PATH); 49 PathStorage.push_back(L';'); 54 PathStorage.append(TmpPath.begin(), TmpPath.end()); 56 Path = PathStorage.c_str();
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 232 SmallString<1024> PathStorage; in mapVirtualFile() local 233 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile() 234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 351 SmallString<128> PathStorage; 352 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 425 SmallString<128> PathStorage; 426 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 370 SmallString<128> PathStorage; 371 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 444 SmallString<128> PathStorage; 445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 578 SmallString<128> PathStorage; 579 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 718 SmallString<128> PathStorage; 719 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 741 SmallString<128> PathStorage; 742 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 602 SmallString<128> PathStorage; 603 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 742 SmallString<128> PathStorage; 743 StringRef P = Path.toNullTerminatedStringRef(PathStorage); 765 SmallString<128> PathStorage; 766 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
|
/external/llvm/lib/Support/ |
D | Path.cpp | 872 SmallString<128> PathStorage; in create_directories() local 873 StringRef P = Path.toStringRef(PathStorage); in create_directories()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 874 SmallString<128> PathStorage; in create_directories() local 875 StringRef P = Path.toStringRef(PathStorage); in create_directories()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 940 SmallString<128> PathStorage; in create_directories() local 941 StringRef P = Path.toStringRef(PathStorage); in create_directories()
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 967 SmallString<128> PathStorage; in create_directories() local 968 StringRef P = Path.toStringRef(PathStorage); in create_directories()
|