Searched refs:toNullTerminatedStringRef (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DTwineTest.cpp77 TEST(TwineTest, toNullTerminatedStringRef) {
79 EXPECT_EQ(0, *Twine("hello").toNullTerminatedStringRef(storage).end());
81 *Twine(StringRef("hello")).toNullTerminatedStringRef(storage).end());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DPathV2.inc140 StringRef f = from.toNullTerminatedStringRef(from_storage);
141 StringRef t = to.toNullTerminatedStringRef(to_storage);
197 StringRef p = path.toNullTerminatedStringRef(path_storage);
213 StringRef f = from.toNullTerminatedStringRef(from_storage);
214 StringRef t = to.toNullTerminatedStringRef(to_storage);
226 StringRef f = from.toNullTerminatedStringRef(from_storage);
227 StringRef t = to.toNullTerminatedStringRef(to_storage);
237 StringRef p = path.toNullTerminatedStringRef(path_storage);
253 StringRef f = from.toNullTerminatedStringRef(from_storage);
254 StringRef t = to.toNullTerminatedStringRef(to_storag
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DTwine.cpp38 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { function in class:Twine
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DTwine.h442 /// toNullTerminatedStringRef - This returns the twine as a single null
448 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;

Completed in 109 milliseconds