OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toString
(Results
1 - 25
of
388
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilLinux.cpp
21
std::string CmdLine = Cmd.
toString
();
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
line_trace.d
11
auto str = e.
toString
();
long_backtrace_trunc.d
34
auto str = e.
toString
();
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
object.h
48
virtual DString
toString
();
rootobject.d
56
extern(D) const(char)[]
toString
() const
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OptionalDiagnostic.h
43
I.
toString
(Buffer);
54
// APFloat::
toString
would automatically print the shortest
60
F.
toString
(Buffer, precision);
69
FX.
toString
(Buffer);
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
finalize.d
11
assert(obj.
toString
() == "lib.MyFinalizer");
13
assert(obj.
toString
() == "lib.MyFinalizerBig");
plugin.d
13
void access() { assert(root.
toString
() !is null); } // vtbl call will fail if finalized
18
void tls_access() { assert(tls_root.
toString
() !is null); } // vtbl call will fail if finalized
/src/external/apache2/llvm/dist/clang/include/clang/Testing/
TestClangConfig.h
72
std::string
toString
() const {
81
return OS << ClangConfig.
toString
();
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
FindBugs.cpp
69
outs() <<
toString
(std::move(E));
81
errs() <<
toString
(std::move(E));
BugDriver.cpp
37
errs() << "Failed to keep temp file " <<
toString
(std::move(E)) << '\n';
41
errs() << "Failed to delete temp file " <<
toString
(std::move(E)) << '\n';
189
outs() <<
toString
(std::move(E));
202
errs() <<
toString
(std::move(E));
219
errs() <<
toString
(std::move(E));
225
errs() <<
toString
(std::move(E));
234
errs() <<
toString
(std::move(E));
/src/external/mit/libuv/dist/docs/code/multi-echo-server/
hammer.js
12
if (reply.
toString
().indexOf(PHRASE) != 0)
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
json.d
372
property(name, type.
toString
());
383
property(name, type.
toString
());
400
property("name", p.ident.
toString
());
404
property("default", p.defaultArg.
toString
());
418
property("name", s.
toString
());
437
property("value", em.origValue.
toString
());
454
auto ostr = d.originalType.
toString
();
457
auto tstr = d.type.
toString
();
475
property("name", td.ident.
toString
()); // Foo(T) -> Foo
487
property("name", s.md.
toString
());
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
typeinfo.d
209
override string
toString
() const pure nothrow @safe { return T.stringof; }
285
assert(typeid(int).
toString
== "int");
330
override string
toString
() const { return (T[]).stringof; }
373
assert(typeid(int[]).
toString
== "int[]");
395
override string
toString
() const pure nothrow @safe { return "void"; }
410
assert(typeid(void).
toString
== "void");
440
override string
toString
() const pure nothrow @safe { return "ifloat"; }
446
override string
toString
() const pure nothrow @safe { return "idouble"; }
452
override string
toString
() const pure nothrow @safe { return "ireal"; }
460
override string
toString
() const pure nothrow @safe { return "cfloat";
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp
56
llvm::errs() << "Skipping replacement " << Replacement.
toString
()
58
<<
toString
(std::move(Err)) << "\n";
97
llvm::errs() << llvm::
toString
(std::move(Err)) << "\n";
116
llvm::errs() << llvm::
toString
(std::move(Err)) << "\n";
136
llvm::errs() << llvm::
toString
(std::move(Err)) << "\n";
147
llvm::errs() << llvm::
toString
(std::move(Err)) << "\n";
234
<< "! " << llvm::
toString
(std::move(Err)) << "\n";
Refactoring.cpp
90
llvm::errs() << llvm::
toString
(CurStyle.takeError()) << "\n";
97
llvm::errs() << llvm::
toString
(NewReplacements.takeError()) << "\n";
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugPubTable.cpp
42
SetOffset,
toString
(C.takeError()).c_str()));
61
SetOffset,
toString
(C.takeError()).c_str()));
80
SetOffset,
toString
(C.takeError()).c_str()));
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFixedPoint.h
175
void
toString
(SmallVectorImpl<char> &Str) const;
176
std::string
toString
() const {
178
toString
(S);
231
OS << FX.
toString
();
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Wasm.cpp
11
std::string llvm::wasm::
toString
(wasm::WasmSymbolType Type) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
TestRunner.cpp
37
errs() <<
toString
(std::move(E));
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
outbuffer.d
238
override string
toString
() const
240
//printf("OutBuffer.
toString
()\n");
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);
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassDefinitionDumper.cpp
100
Pct.
toString
(PctStr, 4);
108
Pct2.
toString
(PctStr, 4);
/src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.cc
90
str_expr = sb.
toString
();
160
return sb.
toString
();
Dbe.cc
362
result->store (1, sb.
toString
()); // failure
374
result->store (1, sb.
toString
()); // failure
387
result->store (1, sb.
toString
()); // failure
606
s = sb.
toString
();
2591
return sb.
toString
();
6470
elist = sb.
toString
();
7992
writeStat->append (sb.
toString
());
7994
writeStat->append (sb.
toString
());
7999
writeStat->append (sb.
toString
());
8001
writeStat->append (sb.
toString
());
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.cc
90
str_expr = sb.
toString
();
160
return sb.
toString
();
Completed in 31 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Sep 19 00:25:42 UTC 2026