Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc403 StringRef p = path.toNullTerminatedStringRef(path_storage);
414 StringRef p = path.toNullTerminatedStringRef(path_storage);
430 StringRef f = from.toNullTerminatedStringRef(from_storage);
431 StringRef t = to.toNullTerminatedStringRef(to_storage);
444 StringRef t = to.toNullTerminatedStringRef(to_storage);
586 StringRef t = to.toNullTerminatedStringRef(to_storage);
617 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
759 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
1021 StringRef P = Name.toNullTerminatedStringRef(Storage);
1160 StringRef P = Name.toNullTerminatedStringRef(Storage);
[all …]
H A DThreading.inc163 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
H A DPath.cpp848 StringRef P = Model.toNullTerminatedStringRef(Storage); in createTemporaryFile()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp182 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage); in createFSEventStream()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp216 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
242 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h504 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h287 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc93 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h164 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage); in NullTerminated()