Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
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 …]
DThreading.inc163 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
DPath.cpp846 StringRef P = Model.toNullTerminatedStringRef(Storage); in createTemporaryFile()
/openbsd/src/gnu/llvm/clang/lib/DirectoryWatcher/mac/
DDirectoryWatcher-mac.cpp182 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage); in createFSEventStream()
/openbsd/src/gnu/llvm/clang/lib/Tooling/
DTooling.cpp208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
234 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DTwine.h485 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
DStringExtras.h274 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DThreading.inc93 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h164 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage); in NullTerminated()