Home
last modified time | relevance | path

Searched refs:toNullTerminatedStringRef (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/llvm/unittests/ADT/
H A DTwineTest.cpp84 TEST(TwineTest, toNullTerminatedStringRef) { in TEST() argument
86 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end()); in TEST()
88 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end()); in TEST()
90 .toNullTerminatedStringRef(storage) in TEST()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DPath.inc263 StringRef p = path.toNullTerminatedStringRef(path_storage);
279 StringRef f = from.toNullTerminatedStringRef(from_storage);
280 StringRef t = to.toNullTerminatedStringRef(to_storage);
292 StringRef f = from.toNullTerminatedStringRef(from_storage);
293 StringRef t = to.toNullTerminatedStringRef(to_storage);
303 StringRef p = path.toNullTerminatedStringRef(path_storage);
332 StringRef f = from.toNullTerminatedStringRef(from_storage);
333 StringRef t = to.toNullTerminatedStringRef(to_storage);
371 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
[all …]
/aosp_15_r20/external/llvm/lib/Support/Unix/
H A DPath.inc266 StringRef p = path.toNullTerminatedStringRef(path_storage);
282 StringRef f = from.toNullTerminatedStringRef(from_storage);
283 StringRef t = to.toNullTerminatedStringRef(to_storage);
293 StringRef p = path.toNullTerminatedStringRef(path_storage);
322 StringRef f = from.toNullTerminatedStringRef(from_storage);
323 StringRef t = to.toNullTerminatedStringRef(to_storage);
352 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
426 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
563 StringRef P = Name.toNullTerminatedStringRef(Storage);
617 StringRef P = Name.toNullTerminatedStringRef(Storage);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DPath.inc357 StringRef p = path.toNullTerminatedStringRef(path_storage);
368 StringRef p = path.toNullTerminatedStringRef(path_storage);
384 StringRef f = from.toNullTerminatedStringRef(from_storage);
385 StringRef t = to.toNullTerminatedStringRef(to_storage);
397 StringRef f = from.toNullTerminatedStringRef(from_storage);
398 StringRef t = to.toNullTerminatedStringRef(to_storage);
408 StringRef p = path.toNullTerminatedStringRef(path_storage);
534 StringRef f = from.toNullTerminatedStringRef(from_storage);
535 StringRef t = to.toNullTerminatedStringRef(to_storage);
579 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Unix/
H A DPath.inc398 StringRef p = path.toNullTerminatedStringRef(path_storage);
409 StringRef p = path.toNullTerminatedStringRef(path_storage);
425 StringRef f = from.toNullTerminatedStringRef(from_storage);
426 StringRef t = to.toNullTerminatedStringRef(to_storage);
438 StringRef f = from.toNullTerminatedStringRef(from_storage);
439 StringRef t = to.toNullTerminatedStringRef(to_storage);
449 StringRef p = path.toNullTerminatedStringRef(path_storage);
580 StringRef f = from.toNullTerminatedStringRef(from_storage);
581 StringRef t = to.toNullTerminatedStringRef(to_storage);
612 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
[all …]
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp132 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
147 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
504 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in buildASTFromCodeWithArgs()
521 Code.toNullTerminatedStringRef(CodeStorage))); in buildASTFromCodeWithArgs()
/aosp_15_r20/external/llvm/lib/Support/
H A DTwine.cpp31 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DThreading.inc95 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/aosp_15_r20/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp149 ) + Twine(MIRFunc) + Twine("...\n")).toNullTerminatedStringRef(S); in liveIntervalTest()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTwine.h467 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h201 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DTwine.h464 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DTwine.h504 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
DStringExtras.h287 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DTwine.h504 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
DStringExtras.h287 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DTwine.h504 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
DStringExtras.h287 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DTwine.h485 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h274 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DTwine.h504 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTwine.h475 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;

12