/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | json.d | 372 property(name, type.toString()); in property() 383 property(name, type.toString()); in property() 400 property("name", p.ident.toString()); in property() 404 property("default", p.defaultArg.toString()); in property() 418 property("name", s.toString()); in jsonProperties() 437 property("value", em.origValue.toString()); in jsonProperties() 454 auto ostr = d.originalType.toString(); in jsonProperties() 457 auto tstr = d.type.toString(); in jsonProperties() 475 property("name", td.ident.toString()); // Foo(T) -> Foo in jsonProperties() 487 property("name", s.md.toString()); in visit() [all …]
|
H A D | hdrgen.d | 83 writeFile(m.loc, m.hdrfile.toString(), buf[]); in genhdrfile() 265 buf.writestring(p.ident.toString()); in visit() 323 buf.writestring(Token.toString(s.op)); in foreachWithoutBody() 334 buf.writestring(p.ident.toString()); in foreachWithoutBody() 357 buf.writestring(Token.toString(s.op)); in foreachRangeWithoutBody() 362 buf.writestring(s.prm.ident.toString()); in foreachRangeWithoutBody() 416 buf.writestring(p.ident.toString()); in visit() 485 buf.writestring(s.ident.toString()); in visit() 606 buf.writestring(s.ident.toString()); in visit() 618 buf.writestring(s.ident.toString()); in visit() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/ |
H A D | write.d | 64 override string toString() const { return "C"; } in toString() function 84 string toString() const { return "S"; } in toString() function 426 override string toString() const { return "C"; } 444 string toString() const { return "S"; } 724 override string toString() const { return "C"; } 741 string toString() const { return "S"; } 1093 override string toString() const { return "C"; } 1111 string toString() const { return "S"; } 1212 override string toString() const { return "C"; } 1220 string toString() const { return "S"; } [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/ |
H A D | typeinfo.d | 209 override string toString() const pure nothrow @safe { return T.stringof; } in toString() function 285 assert(typeid(int).toString == "int"); 330 override string toString() const { return (T[]).stringof; } in toString() function 373 assert(typeid(int[]).toString == "int[]"); 395 override string toString() const pure nothrow @safe { return "void"; } in toString() function 410 assert(typeid(void).toString == "void"); 440 override string toString() const pure nothrow @safe { return "ifloat"; } in toString() function 446 override string toString() const pure nothrow @safe { return "idouble"; } in toString() function 452 override string toString() const pure nothrow @safe { return "ireal"; } in toString() function 460 override string toString() const pure nothrow @safe { return "cfloat"; } in toString() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/ |
H A D | ti_Ag.d | 25 override string toString() const { return "byte[]"; } in toString() function 74 override string toString() const { return "ubyte[]"; } in toString() function 94 override string toString() const { return "void[]"; } in toString() function 106 override string toString() const { return "bool[]"; } in toString() function 118 override string toString() const { return "char[]"; } in toString() function 136 override string toString() const { return "immutable(char)[]"; } in toString() function 148 override string toString() const { return "const(char)[]"; } in toString() function
|
H A D | ti_Ashort.d | 24 override string toString() const { return "short[]"; } in toString() function 74 override string toString() const { return "ushort[]"; } in toString() function 107 override string toString() const { return "wchar[]"; } in toString() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 37 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() 189 outs() << toString(std::move(E)); in run() 202 errs() << toString(std::move(E)); in run() 219 errs() << toString(std::move(E)); in run() 225 errs() << toString(std::move(E)); in run() 234 errs() << toString(std::move(E)); in run()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
H A D | object.d | 55 string toString() in toString() function 213 override string toString() const pure @safe nothrow in toString() function 220 return hashOf(this.toString()); in toHash() 234 return dstrcmp(this.toString(), ti.toString()); in opCmp() 246 return ti && this.toString() == ti.toString(); in opEquals() 327 override string toString() const { return name; } in toString() function 376 override string toString() const { return m_next.toString() ~ "*"; } in toString() function 432 override string toString() const { return value.toString() ~ "[]"; } in toString() function 522 override string toString() const in toString() function 529 return value.toString() ~ "[" ~ sizeToTempString(len, tmpBuff, 10) ~ "]"; in toString() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Dbe.cc | 362 result->store (1, sb.toString ()); // failure in dbeReadFile() 374 result->store (1, sb.toString ()); // failure in dbeReadFile() 387 result->store (1, sb.toString ()); // failure in dbeReadFile() 606 s = sb.toString (); in dbeGetExpsProperty() 2591 return sb.toString (); in dbeComposeFilterClause() 6470 elist = sb.toString (); in setDataSummary() 7995 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 7997 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 8002 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 8004 writeStat->append (sb.toString ()); in dbeGetIOStatistics() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Dbe.cc | 362 result->store (1, sb.toString ()); // failure in dbeReadFile() 374 result->store (1, sb.toString ()); // failure in dbeReadFile() 387 result->store (1, sb.toString ()); // failure in dbeReadFile() 606 s = sb.toString (); in dbeGetExpsProperty() 2591 return sb.toString (); in dbeComposeFilterClause() 6470 elist = sb.toString (); in setDataSummary() 7995 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 7997 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 8002 writeStat->append (sb.toString ()); in dbeGetIOStatistics() 8004 writeStat->append (sb.toString ()); in dbeGetIOStatistics() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | outbuffer.d | 238 override string toString() const in toString() function 324 assert(b.toString() == "a16b"); 343 assert(b.toString() == "a16b"); 370 assert(b.toString() == "a16b\n"); 389 assert(b.toString() == "a16b\n"); 428 assert(cmp(buf.toString(), "hello world 62665") == 0); 431 assert(cmp(buf.toString(), "") == 0); 433 assert(cmp(buf.toString(),"New data") == 0);
|
H A D | json.d | 58 assert(jj.toString == jjStr); 864 string toString(in JSONOptions options = JSONOptions.none) const @safe 870 void toString(Out)(Out sink, in JSONOptions options = JSONOptions.none) const 898 public string toString () const @system { return null; } 899 alias toString this; 1404 assert(a.toString == `{"key1":{"key2":1}}`); 1530 void toString(string str) 1593 toString(name); 1643 toString(value.str); 1663 toString(JSONFloatLiteral.nan); [all …]
|
H A D | xml.d | 642 override string toString() scope const @safe in toString() function 644 return prolog ~ super.toString() ~ epilog; in toString() 916 if (t is null) throw new DecodeException(item.toString()); 917 buffer ~= decode(t.toString(),mode); 941 return [tag.toStartString() ~ t.toString() ~ tag.toEndString()]; 967 override string toString() scope @safe in toString() function 972 foreach (item;items) { buffer ~= item.toString(); } in toString() 1021 catch (Err e) { assert(false,"Invalid tag name:" ~ e.toString()); } in invariant() 1028 { assert(false,"Invalid attribute name:" ~ e.toString()); } in invariant() 1184 override string toString() @safe in toString() function [all …]
|
H A D | uuid.d | 115 assert(ids[1].toString() == "22390768-cced-325f-8f0f-cfeaa19d0ccd"); 147 179, 189, 251, 70]).toString() == "8ab3060e-2cba-4f23-b74c-b52db3bdfb46"); 396 assert(id.toString() == "8ab3060e-2cba-4f23-b74c-b52db3bdfb46"); 420 assert(id.toString() == "8ab3060e-2cba-4f23-b74c-b52db3bdfb46"); 870 void toString(Writer)(scope Writer sink) const 897 @trusted pure nothrow string toString() const 901 toString(result); 910 assert(id.toString() == str); 924 enum p = id.toString(); 929 id.toString(str[]); [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 56 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() 234 << "! " << llvm::toString(std::move(Err)) << "\n"; in run()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/ |
H A D | assert_fail.d | 68 string toString() const { return "S(...)"; } in testPointers() function 112 override string toString() { in testToString() 125 string toString() in testToString() function 130 string toString() const in testToString() function 333 class C { override string toString() { return "C()"; }} 385 extern(D) string toString() const { return a == 0 ? "hello" : "world"; } 448 string toString() 456 …test(MayThrow(0), MayThrow(1), `Some message != <toString() failed: "Error", called on MayThrow(1)…
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OptionalDiagnostic.h | 43 I.toString(Buffer); 60 F.toString(Buffer, precision); 69 FX.toString(Buffer);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | outbuffer.d | 237 override string toString() const in toString() function 323 assert(b.toString() == "a16b"); 350 assert(b.toString() == "a16b\n"); 389 assert(cmp(buf.toString(), "hello world 62665") == 0); 392 assert(cmp(buf.toString(), "") == 0); 394 assert(cmp(buf.toString(),"New data") == 0);
|
H A D | json.d | 58 assert(jj.toString == jjStr); 678 string toString(in JSONOptions options = JSONOptions.none) const @safe 1091 assert(a.toString == `{"key1":{"key2":1}}`); 1200 void toString(string str) @safe in toString() function 1251 toString(name); in toValue() 1301 toString(value.str); in toValue() 1321 toString(JSONFloatLiteral.nan); in toValue() 1333 toString((val > 0) ? JSONFloatLiteral.inf : JSONFloatLiteral.negativeInf); in toValue() 1607 writefln(text(json, "\n", e.toString())); 1650 assert(jv.toString == json); [all …]
|
H A D | format.d | 1588 string toString() 1777 override string toString() const { return "C"; } } 1785 string toString() const { return "S"; } } 2054 override string toString() const { return "C"; } } 2060 string toString() const { return "S"; } } 2078 string toString() 2088 string toString() 2329 override string toString() const { return "C"; } } 2335 string toString() const { return "S"; } } 2385 override string toString() const { return "C"; } } [all …]
|
H A D | xml.d | 639 override string toString() scope const @safe in toString() function 641 return prolog ~ super.toString() ~ epilog; in toString() 908 if (t is null) throw new DecodeException(item.toString()); 909 buffer ~= decode(t.toString(),mode); 933 return [tag.toStartString() ~ t.toString() ~ tag.toEndString()]; 959 override string toString() scope @safe in toString() function 964 foreach (item;items) { buffer ~= item.toString(); } in toString() 1013 catch (Err e) { assert(false,"Invalid tag name:" ~ e.toString()); } in invariant() 1020 { assert(false,"Invalid atrribute name:" ~ e.toString()); } in invariant() 1176 override string toString() @safe in toString() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 175 void toString(SmallVectorImpl<char> &Str) const; 176 std::string toString() const { in toString() function 178 toString(S); in toString() 231 OS << FX.toString();
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 309 llvm::toString(HeaderReplacements.takeError())); in applyAtomicChanges() 315 llvm::toString(Replaces.takeError())); in applyAtomicChanges() 323 llvm::toString(std::move(Err))); in applyAtomicChanges() 331 llvm::toString(CleanReplaces.takeError())); in applyAtomicChanges() 340 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges() 351 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges() 364 llvm::toString(ChangedCode.takeError())); in applyAtomicChanges()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 835 CmdLine = DefaultCmd.toString(); in TEST() 843 CmdLine = InitializedCmd.toString(); in TEST() 859 CmdLine = CopiedCmd.toString(); in TEST() 866 CmdLine = AssignedCmd.toString(); in TEST() 877 CmdLine = Cmd.toString(); in TEST() 883 CmdLine = Cmd.toString(); in TEST() 889 CmdLine = Cmd.toString(); in TEST() 903 CmdLine = Cmd.toString(); in TEST() 912 CmdLine = Cmd.toString(); in TEST() 921 CmdLine = Cmd.toString(); in TEST() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 36 std::string DocNode::toString() const { in toString() function in DocNode 117 N.fromString(toString(), ""); in getYAMLTag() 178 OS << S.toString(); in output() 218 IO.mapRequired(I.first.toString().c_str(), I.second); in output()
|