Home
last modified time | relevance | path

Searched full:tostring (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/freebsd/crypto/openssh/regress/unittests/sshsig/
H A Dwebauthn.html144 throw new Error("Unsupported int type 0x" + len.toString(16))
170 …// console.log("decodeArray level " + level.toString() + " index " + i.toString() + " value " + JS…
181 …// console.log("decodeMap level " + level.toString() + " key " + k.toString() + " value " + JSON.s…
194 throw new Error("Unsupported primitive 0x" + t.toString(2))
204 …// console.log("decode level " + level.toString() + " type " + t.toString() + " len " + l.toString
225 console.log("XXX ignored semantic tag " + this.decodeInteger(l).toString())
231 throw new Error("Unsupported type 0x" + t.toString(2) + " len " + l.toString())
233 // console.log("decode level " + level.toString() + " value " + JSON.stringify(r))
337 b => b.toString(16).padStart(2, "0"))
342 fmt.push(i.toString(16).padStart(4, "0"))
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp39 error = Status::FromErrorString(toString(trace_or_err.takeError()).c_str()); in LoadTraceFromFile()
63 llvm::toString(trace_cursor_sp.takeError()).c_str()); in CreateNewCursor()
82 Status::FromErrorString(llvm::toString(desc_file.takeError()).c_str()); in SaveToDisk()
102 error = Status::FromErrorString(llvm::toString(std::move(err)).c_str()); in Start()
117 error = Status::FromErrorString(llvm::toString(std::move(err)).c_str()); in Start()
129 error = Status::FromErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
139 error = Status::FromErrorString(llvm::toString(std::move(err)).c_str()); in Stop()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp71 std::string toString() const override { in toString() function in __anona430d0b90111::RawTextStencil
94 std::string toString() const override { in toString() function in __anona430d0b90111::DebugPrintNodeStencil
123 std::string toString() const override { in toString() function in __anona430d0b90111::UnaryOperationStencil
223 std::string toString() const override { return "selection(...)"; } in toString() function in __anona430d0b90111::SelectorStencil
273 std::string toString() const override { in toString() function in __anona430d0b90111::AccessStencil
274 return (llvm::Twine("access(\"") + BaseId + "\", " + Member->toString() + in toString()
305 std::string toString() const override { in toString() function in __anona430d0b90111::IfBoundStencil
306 return (llvm::Twine("ifBound(\"") + Id + "\", " + TrueStencil->toString() + in toString()
307 ", " + FalseStencil->toString() + ")") in toString()
361 std::string toString() const override { in toString() function in __anona430d0b90111::SelectBoundStencil
[all …]
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_printable_elem.h60 virtual void toString(std::string &str) const;
68 inline void trcPrintableElem::toString(std::string &str) const in toString() function
75 toString(str); in toStringFmt()
84 pktClass.toString(str); in trcPrintElemToString()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h43 I.toString(Buffer);
54 // APFloat::toString would automatically print the shortest
60 F.toString(Buffer, precision);
69 FX.toString(Buffer);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp22 std::string toString(FormatterBytecode::OpCodes op) { in toString() function
35 std::string toString(FormatterBytecode::Selectors sel) { in toString() function
46 std::string toString(FormatterBytecode::Signatures sig) { in toString() function
57 std::string toString(const FormatterBytecode::DataStack &data) { in toString() function
76 os << toString(*sel); in toString()
127 format(build_format_adapter(toString(*sel))); in FormatImpl()
226 "[eval {0}] opcode={1}, control={2}, data={3}", toString(sel), in Interpret()
227 toString(opcode), control.size(), toString(data)); in Interpret()
235 return llvm::createStringError(msg + "(opcode=" + toString(opcode) + ")"); in Interpret()
453 toString(opcode).c_str(), in Interpret()
[all …]
H A DFormatterBytecode.h60 std::string toString(FormatterBytecode::OpCodes op);
61 std::string toString(FormatterBytecode::Selectors sel);
62 std::string toString(FormatterBytecode::Signatures sig);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp56 llvm::errs() << "Skipping replacement " << Replacement.toString() in HandleTranslationUnit()
58 << toString(std::move(Err)) << "\n"; in HandleTranslationUnit()
97 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run()
116 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run()
136 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run()
147 llvm::errs() << llvm::toString(std::move(Err)) << "\n"; in run()
235 << "! " << llvm::toString(std::move(Err)) << "\n"; in run()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp37 errs() << "Failed to keep temp file " << toString(std::move(E)) << '\n'; in ~DiscardTemp()
41 errs() << "Failed to delete temp file " << toString(std::move(E)) << '\n'; in ~DiscardTemp()
190 outs() << toString(std::move(E)); in run()
203 errs() << toString(std::move(E)); in run()
220 errs() << toString(std::move(E)); in run()
226 errs() << toString(std::move(E)); in run()
235 errs() << toString(std::move(E)); in run()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp27 /// returns something else if the result of toString would be ambiguous, e.g.
35 std::string DocNode::toString() const { in toString() function in DocNode
108 /// returns something else if the result of toString would be ambiguous, e.g.
116 N.fromString(toString(), ""); in getYAMLTag()
177 OS << S.toString(); in output()
217 IO.mapRequired(I.first.toString().c_str(), I.second); in output()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua48 assert(tostring(a) == "NAME")
438 -- testing 'tostring'
439 assert(tostring("alo") == "alo")
440 assert(tostring(12) == "12")
441 assert(tostring(1234567890123) == '1234567890123')
442 assert(type(tostring("hello")) == "string")
443 assert(tostring(true) == "true")
444 assert(tostring(false) == "false")
445 assert(string.find(tostring{}, 'table:'))
446 assert(string.find(tostring(select), 'function:'))
[all …]
/freebsd/contrib/bearssl/T0/
H A DTValue.cs86 throw new Exception("not an integer: " + ToString());
104 public override string ToString() in ToString() method
109 return ptr.ToString(this); in ToString()
130 "value is not an xt: " + ToString()); in ToXT()
H A DTPointerBase.cs51 throw new Exception("value is not an xt: " + ToString()); in Execute()
54 internal virtual string ToString(TValue vp) in ToString() method in TPointerBase
H A DT0Comp.cs163 Console.WriteLine(e.ToString()); in Main()
383 c.ToString(), min, max)); in T0Comp()
487 string tt = s.ToString(); in T0Comp()
616 string name = cpu.Pop().ToString(); in T0Comp()
699 wordBuilder.GetLocal(cpu.Pop().ToString()); in T0Comp()
703 wordBuilder.PutLocal(cpu.Pop().ToString()); in T0Comp()
788 wordBuilder.DefLocal(cpu.Pop().ToString()); in T0Comp()
839 a.ToString() + b.ToString())); in T0Comp()
988 Console.Write(" {0}", cpu.Pop().ToString()); in T0Comp()
993 Console.Write(" {0}", cpu.Peek(i).ToString()); in T0Comp()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp102 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete()
145 locked_stream << toString(std::move(error)); in IOHandlerInputComplete()
198 llvm::toString(std::move(e))); in ExecuteOneLine()
205 llvm::toString(std::move(e))); in ExecuteOneLine()
236 llvm::toString(std::move(e))); in LoadScriptingModule()
304 *debugger.GetAsyncErrorStream() << toString(std::move(E)); in BreakpointCallbackFunction()
331 *debugger.GetAsyncErrorStream() << toString(std::move(E)); in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOffloadDump.cpp65 toString(std::move(Err))); in dumpOffloadBinary()
89 toString(std::move(Err))); in dumpOffloadBundleFatBinary()
104 toString(std::move(Err))); in dumpOffloadBundleFatBinary()
116 toString(std::move(Err))); in dumpOffloadSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp85 std::string lld::toString(const InputFile *f) { in toString() function in lld
99 std::string lld::toString(const Section &sec) { in toString() function in lld
100 return (toString(sec.file) + ":(" + sec.name + ")").str(); in toString()
171 error(toString(input) + " has platform " + platformNames + in checkCompatibility()
178 warn(toString(input) + " has version " + in checkCompatibility()
198 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()
375 fatal(toString(this) + ": " + sec.segname + "," + sec.sectname + in parseSections()
386 fatal(toString(this) + ": " + sec.segname + "," + sec.sectname + in parseSections()
507 sec.sectname + " in " + toString(file)) in validateRelocationInfo()
847 error(toString(*sections[i]) + ": symbol " + name + in parseSymbols()
[all …]
H A DInputSection.cpp117 return (toString(getFile()) + ":(symbol " + toString(*sym) + "+0x" + in getLocation()
129 return (toString(getFile()) + ":(" + getName() + "+0x" + in getLocation()
305 fatal(toString(this) + ": offset is outside the section"); in getStringPiece()
318 fatal(toString(this) + ": offset is outside the section"); in getStringPieceIndex()
397 std::string lld::toString(const InputSection *isec) { in toString() function in lld
398 return (toString(isec->getFile()) + ":(" + isec->getName() + ")").str(); in toString()
H A DSymbolTable.cpp147 std::string srcFile1 = toString(defined->getFile()); in addDefined()
148 std::string srcFile2 = toString(file); in addDefined()
175 ") in the bitcode file(" + toString(undef->getFile()) + in addDefined()
177 toString(file); in addDefined()
189 toString(undef->getFile()) + in addDefined()
192 toString(file); in addDefined()
473 "duplicate symbol: " + toString(*duplicate.sym) + "\n>>> defined in "; in reportPendingDuplicateSymbols()
618 message += ": " + toString(sym); in reportUndefinedSymbol()
652 "\n>>> did you mean" + preHint + toString(*corrected) + postHint; in reportUndefinedSymbol()
654 message += "\n>>> defined in: " + toString(corrected->getFile()); in reportUndefinedSymbol()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp307 llvm::toString(HeaderReplacements.takeError())); in applyAtomicChanges()
313 llvm::toString(Replaces.takeError())); in applyAtomicChanges()
321 llvm::toString(std::move(Err))); in applyAtomicChanges()
329 llvm::toString(CleanReplaces.takeError())); in applyAtomicChanges()
338 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges()
349 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges()
362 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h189 fatal(llvm::toString(e.takeError())); in check()
196 fatal(llvm::toString(e.takeError())); in check()
210 fatal(prefix() + ": " + toString(e.takeError())); in check2()
214 inline std::string toString(const Twine &s) { return s.str(); } in toString() function
217 #define CHECK(E, S) check2((E), [&] { return toString(S); })
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdslDatasetHoldReleMismatch.ql16 ds.getType().toString() = "dsl_dataset_t *" and
34 ds, ds.toString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp42 SetOffset, toString(C.takeError()).c_str())); in extract()
61 SetOffset, toString(C.takeError()).c_str())); in extract()
80 SetOffset, toString(C.takeError()).c_str())); in extract()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java153 req.s = buf.toString(); in applyProbespec()
171 out.printf(stringFormat, value.toString()); in printValue()
179 logger.finer(data.toString()); in consumeProbeData()
232 buf.toString()); in consumeProbeData()
241 buf.toString()); in consumeProbeData()
257 out.print(record.toString()); in consumeProbeData()
280 logger.fine(printa.toString()); in consumeProbeData()
424 return buf.toString(); in repeat()
469 printValue(tupleRecord.toString(), -1, " %-50s"); in printAggregationRecords()
986 logger.fine(error.toString()); in main()
[all …]
/freebsd/contrib/one-true-awk/
H A Dtran.c237 p->nval = tostring(n); in setsymtab()
238 p->sval = s ? tostring(s) : tostring(""); in setsymtab()
371 t = s ? tostring(s) : tostring(""); /* in case it's self-assign */ in setsval()
471 vp->sval = tostring(s); \ in get_str_val()
526 char *tostring(const char *s) /* make a copy of string s */ in tostring() function
530 FATAL("out of space in tostring on %s", s); in tostring()
540 FATAL("out of space in tostring on %s", s); in tostringN()

12345678910>>...21