Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
H A DThreading.inc163 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
H A DPath.cpp846 StringRef P = Model.toNullTerminatedStringRef(Storage); in createTemporaryFile()
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp182 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage); in createFSEventStream()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
234 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc93 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h164 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage); in NullTerminated()
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp209 (Prefix + "." + Extension).toNullTerminatedStringRef(OutputFile); in createOutputFile()