HomeSort by: relevance | last modified time | path
    Searched refs:writeln (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 86 def writeln(self, line): member in class:KScriptGenerator
90 self.writeln('# ' + comment)
93 self.writeln("")
98 self.writeln("def binary : 1 (x y) y;")
101 self.writeln("extern putchard(x);")
102 self.writeln("extern printd(d);")
103 self.writeln("extern printlf();")
106 self.writeln("def printresult(N Result)")
107 self.writeln(" # 'result('")
108 self.writeln(" putchard(114) : putchard(101) : putchard(115) : putchard(117) : putchard(108) : putchard(116) : (…)
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 91 def writeln(self, line): member in class:KScriptGenerator
95 self.writeln('# ' + comment)
98 self.writeln("")
103 self.writeln("def binary : 1 (x y) y;")
106 self.writeln("extern putchard(x);")
107 self.writeln("extern printd(d);")
108 self.writeln("extern printlf();")
111 self.writeln("def printresult(N Result)")
112 self.writeln(" # 'result('")
113 self.writeln(" putchard(114) : putchard(101) : putchard(115) : putchard(117) : putchard(108) : putchard(116) : (…)
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 86 def writeln(self, line): member in class:KScriptGenerator
90 self.writeln('# ' + comment)
93 self.writeln("")
98 self.writeln("def binary : 1 (x y) y;")
101 self.writeln("extern putchard(x);")
102 self.writeln("extern printd(d);")
103 self.writeln("extern printlf();")
106 self.writeln("def printresult(N Result)")
107 self.writeln(" # 'result('")
108 self.writeln(" putchard(114) : putchard(101) : putchard(115) : putchard(117) : putchard(108) : putchard(116) : (…)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
hello.pas 8 Writeln('Before assignment'); { set breakpoint 1 here }
10 writeln(st); {set breakpoint 2 here }
case-insensitive-symbols.pas 59 writeln('Error in check')
61 writeln('check OK');
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
hello.pas 8 Writeln('Before assignment'); { set breakpoint 1 here }
10 writeln(st); {set breakpoint 2 here }
case-insensitive-symbols.pas 59 writeln('Error in check')
61 writeln('check OK');
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
lang-pascal 27 writeln(question);
28 writeln(format(currencies, ['FF', 'EUR']));
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 28 $(MYREF writeln)
471 f.writeln("!");
1753 void writeln(S...)(S args)
1968 writeln(words);
2127 writeln(++a);
2465 writeln(wordCount);
2479 writeln(line);
2484 writeln(line);
2639 writeln(line);
3520 scope(failure) .writeln(bytesOut)
    [all...]
parallelism.d 676 stderr.writeln("Doing workForce work.");
697 stderr.writeln("Yield from workForce.");
3028 outHandle.writeln(num, '\t', gcd(num, 42));
4218 debug(std_parallelism) stderr.writeln("totalCPUs = ", totalCPUs);
4483 file.writeln(join(to!(string[])(row), "\t"));
4523 stderr.writeln(ii, '\t', elem);
4617 import std.stdio : stderr, writeln, readln;
4641 stderr.writeln("Done creating nums.");
4649 stderr.writeln("Done modulus test.");
4657 stderr.writeln("Done squares.")
    [all...]
uri.d 589 debug(uri) writeln("uri.encodeURI.unittest");
614 debug(uri) writeln(result);
process.d 725 writeln("Compilation failed!");
757 writeln("Compilation failed. See errors.log for details.");
1660 std.stdio.stderr.writeln(__FILE__, ':', __LINE__,
1666 std.stdio.stderr.writeln(__FILE__, ':', __LINE__,
1742 pipei.writeEnd.writeln("input");
2062 logFile.writeln("myapp exited with code ", exitCode);
2551 if (dmd.status == 0) writeln("Compilation succeeded!");
2552 else writeln("Compilation failed");
2554 else writeln("Still compiling...");
2721 p.writeEnd.writeln("Hello World")
    [all...]
zlib.d 809 debug(zlib) writeln("std.zlib.unittest");
836 debug(zlib) writeln("; Success.");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
backtracking.d 253 writeln("------------------------------------------");
325 debug(std_regex_ctr) writeln("using C-T matcher");
337 writeln("Try match starting at ", s[index .. s.lastIndex]);
535 debug(std_regex_matcher) writeln("Infinited nesting:", infiniteNesting);
554 debug(std_regex_matcher) writeln("Infinited nesting:", infiniteNesting);
715 debug(std_regex_matcher) writeln("push element SP= ", lastState);
724 debug(std_regex_matcher) writeln("push array SP= ", lastState);
733 debug(std_regex_matcher) writeln("pop element SP= ", lastState);
744 debug(std_regex_matcher) writeln("pop array SP= ", lastState);
1068 case $$: debug(std_regex_matcher) writeln("#$$");`
    [all...]
tests.d 369 debug(std_regex_test) writeln(" Test #", a, " pattern: ", tvd.pattern, " with Char = ", Char.stringof);
378 debug(std_regex_test) writeln(e.msg);
401 debug(std_regex_test) writeln("!!! FReD bulk test done "~matchFn.stringof~" !!!");
460 debug(std_regex_test) writeln("!!! FReD C-T test done !!!");
tests2.d 139 debug(std_regex_test) writeln("!!! FReD FLAGS test done "~matchFn.stringof~" !!!");
203 debug(std_regex_test) writeln("!!! FReD REGRESSION test done "~matchFn.stringof~" !!!");
255 debug(std_regex_test) writeln("!!! Replace test done "~matchFn.stringof~" !!!");
603 import std.stdio : writeln;
thompson.d 103 debug(std_regex_matcher) writeln("Finished thread ", matches);
941 writeln("------------------------------------------");
987 writeln();
1002 debug(std_regex_matcher) writeln("Stopped matching before consuming full input");
1081 debug(std_regex_matcher) writeln("---- Evaluating thread");
1114 debug(std_regex_matcher) writeln("\n-- Started iteration of main cycle");
1129 debug(std_regex_matcher) writeln("Stopped matching before consuming full input");
1136 debug(std_regex_matcher) writeln("-- Ended iteration of main cycle\n");
ir.d 453 import std.stdio : writeln;
455 writeln("\t", disassemble(slice, pc, dict));
758 writeln("Total merge table size: ", hotspotTableSize);
759 writeln("Max counter nesting depth: ", maxCounterDepth);
kickstart.d 373 debug (fred_search) writeln("ShiftOr stumbled on ",re.ir[t.pc].mnemonic);
384 writeln("Min length: ", n_length);
parser.d 226 {//@@@BUG@@@ writeln is @system
260 debug(std_regex_allocation) writeln("Trie generated");
637 __ctfe || writeln("*LR*\nSource: ", pat, "\nStack: ",fixupStack.data);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
free_tree.d 121 import std.stdio : writef, writefln, writeln;
122 writeln(typeof(this).stringof, "@", &this, " {");
123 scope(exit) writeln("}");
139 writeln;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
common.d 488 import std.stdio : writeln, stderr;
491 scope(failure) stderr.writeln("testAllocator failed for ", A.stringof);
630 import std.stdio : writeln, stderr;
632 scope(failure) stderr.writeln("testAllocatorObject failed for ",
package.d 3532 import std.stdio : writeln;
3533 writeln(typeid(this), " @ ", cast(void*) &this);
3539 import std.stdio : write, writeln;
3546 writeln("(null)");
3549 writeln(r.payload, " @ ", cast(void*) r);
3822 if (false) writeln(benchmark!(
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
rbtree.d 1769 import std.stdio : write, writeln;
1775 writeln(n.color == n.color.Black ? "B" : "R");
1782 writeln("N");
1785 writeln();
1799 import std.stdio : writeln;
1826 writeln("bad tree at:");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
registry.d 1739 debug(winreg) scope(success) writeln("unittest @", __FILE__, ":", __LINE__, " succeeded.");
1772 debug(winreg) scope(success) writeln("unittest @", __FILE__, ":", __LINE__, " succeeded.");

Completed in 67 milliseconds

1 2