Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp77 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-7.0/llvm/lib/Support/Windows/
DProgram.inc45 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/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc44 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/lib/Support/Windows/
DProgram.inc44 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/
DTooling.cpp232 SmallString<1024> PathStorage; in mapVirtualFile() local
233 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()
234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc448 SmallString<128> PathStorage;
449 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
563 SmallString<128> PathStorage;
564 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
578 SmallString<128> PathStorage;
579 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/llvm/lib/Support/Unix/
DPath.inc351 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/
DPath.inc370 SmallString<128> PathStorage;
371 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
444 SmallString<128> PathStorage;
445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc482 SmallString<128> PathStorage;
483 StringRef Path = path.toNullTerminatedStringRef(PathStorage);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp874 SmallString<128> PathStorage; in create_directories() local
875 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/external/llvm/lib/Support/
DPath.cpp872 SmallString<128> PathStorage; in create_directories() local
873 StringRef P = Path.toStringRef(PathStorage); in create_directories()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp908 SmallString<128> PathStorage; in create_directories() local
909 StringRef P = Path.toStringRef(PathStorage); in create_directories()