Home
last modified time | relevance | path

Searched refs:ToString (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp46 auto ToString = [](ArrayRef<char> V) { in dump() local
52 C.Fields["Name"].Value = ToString(Hdr.Name); in dump()
53 C.Fields["LastModified"].Value = ToString(Hdr.LastModified); in dump()
54 C.Fields["UID"].Value = ToString(Hdr.UID); in dump()
55 C.Fields["GID"].Value = ToString(Hdr.GID); in dump()
56 C.Fields["AccessMode"].Value = ToString(Hdr.AccessMode); in dump()
57 StringRef SizeStr = ToString(Hdr.Size); in dump()
59 C.Fields["Terminator"].Value = ToString(Hdr.Terminator); in dump()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/
H A Dcheck-sums.ps114 $result = [System.BitConverter]::ToString($hash.ComputeHash($file)) in hash()
/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs217 Error(e.ToString(), false); in Main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs86 return Directory.GetParent(document.FilePath).ToString(); in GetDocumentParent()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfmt.cs44 return b.ToString(); in ReadString()
H A Dmsgunfmt.cs161 return b.ToString(); in ConstructClassName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h53 std::string ToString() const { in ToString() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs163 return b.ToString(); in ConstructClassName()
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c87 #error ToString needs at least 8 characters for lead-in and dot
90 #error Exponent form can be too long for ToString to lay out safely
93 #error Exponent form is too long for ToString to lay out
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c87 #error ToString needs at least 8 characters for lead-in and dot
90 #error Exponent form can be too long for ToString to lay out safely
93 #error Exponent form is too long for ToString to lay out
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c87 #error ToString needs at least 8 characters for lead-in and dot
90 #error Exponent form can be too long for ToString to lay out safely
93 #error Exponent form is too long for ToString to lay out
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c87 #error ToString needs at least 8 characters for lead-in and dot
90 #error Exponent form can be too long for ToString to lay out safely
93 #error Exponent form is too long for ToString to lay out
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dbuild_llvm_package.bat27 for /f "usebackq" %%i in (`PowerShell ^(Get-Date^).ToString^('yyyyMMdd'^)`) do set datestamp=%%i
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2507 GenerateArg(Args, OPT_code_completion_at, Opts.CodeCompletionAt.ToString(), in GenerateFrontendArgs()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt611 (Such as ToString, ToHexString, etc.) None of which make sense with the
614 of ToString, ToHexString, etc.
2139 ToString
12990 ToString operator.
14868 Fixed two problems in the ToString operator. If the length parameter was
15017 ToString - explicit byte-wise conversion of buffer to string. Byte-by-
16998 Fixed a reported problem with the ToString operator where the
18823 compiler): ToDecimalString, ToHexString, ToString, ToInteger, and
18861 2.0 ToString operator.
19060 "ToString" lengt
[all...]