Searched refs:print (Results 226 - 250 of 807) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp32 Expr->print(OS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDominators.cpp85 print(errs());
87 OtherDT.print(errs());
92 void DominatorTree::print(raw_ostream &OS, const Module *) const { function in class:DominatorTree
93 DT->print(OS);
H A DPass.cpp104 // print - Print out the internal state of the pass. This is called by Analyze
105 // to print out the contents of an analysis. Otherwise it is not necessary to
108 void Pass::print(raw_ostream &O,const Module*) const { function in class:Pass
109 O << "Pass::print not implemented for pass: '" << getPassName() << "'!\n";
112 // dump - call print(cerr);
114 print(dbgs(), 0);
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A DAnalysisWrappers.cpp73 P1("print-externalfnconstants",
86 getAnalysis<CallGraph>().print(errs(), &M);
94 P2("print-callgraph", "Print a call graph");
H A DGraphPrinters.cpp80 void print(raw_ostream &OS, const llvm::Module*) const {} function in struct:__anon10518::CallGraphPrinter
118 DIP("print-dom-info", "Dominator Info Printer", true, true);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dstrerror.c29 #include <isc/print.h>
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dacksend.c96 print(message, addr);
/macosx-10.10.1/shell_cmds-179/who/
H A Dwho.c82 static void print(const char *, const char *, time_t, const char *, pid_t pid,
276 print(pw ? pw->pw_name : "?", p, now, "", getpid(), 0, 0, 0, 0);
298 print(ep->name, ep->line, (time_t)ep->tv.tv_sec, ep->host, ep->pid,
307 print(const char *name, const char *line, time_t t, const char *host, function
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl19 bottomup topdown print equal \
127 proc ::pt::pe::print {serial} {
133 epsilon - alpha - alnum - ascii - digit - graph - lower - print - \
226 proc ::pt::pe::printable {} { return print }
275 print {0 0}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTimer.cpp26 // CreateInfoOutputFile - Return a file stream to print our output on.
56 // CreateInfoOutputFile - Return a file stream to print our output on.
65 // each time -stats or -time-passes wants to print output to it. To
175 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { function in class:TimeRecord
267 // print the timing data.
330 // If this is not an collection of ungrouped times, print the total time.
331 // Ungrouped timers don't really make sense to add up. We still print the
352 Entry.first.print(Total, OS);
356 Total.print(Total, OS);
363 /// print
364 void TimerGroup::print(raw_ostream &OS) { function in class:TimerGroup
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp21 print(errs(), 0);
24 void Matcher::print(raw_ostream &OS, unsigned indent) const { function in class:Matcher
27 return Next->print(OS, indent);
105 getChild(i)->print(OS, indent+2);
154 Cases[i].second->print(OS, indent+2);
169 Cases[i].second->print(OS, indent+2);
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsBmap.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsBmap.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
22 button .t.bot.print -text Print -command "lpr $c"
23 pack .t.bot.print .t.bot.quit -side left -pady 1m -expand 1
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp104 stream.print(". ");
106 stream.print(value1, ".");
118 stream.print(". ");
120 stream.print(value1, value2, ".");
132 stream.print(". ");
134 stream.print(value1, value2, value3, ".");
146 stream.print(". ");
148 stream.print(value1, value2, value3, value4, ".");
160 stream.print(". ");
162 stream.print(value
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.js33 print("PASS: " + msg, "green");
38 print("FAIL: " + msg, "red");
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dengine.ih23 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dnroff-mode.el164 (defun nroff-count-text-lines (start end &optional print)
167 Interactively, print result in echo area.
170 (if print
/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dt-groff.bat22 echo I will use this command to format a document and print it on the screen:
29 echo I will use this command to format a document and print it on PS printer:
36 echo I will use this command to format a document and print it on LJ4 printer:
53 echo I will use this command to format a document and print it on an LBP printer:
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DTimer.h72 /// print - Print the current timer to standard error, and reset the "Started"
74 void print(const TimeRecord &Total, raw_ostream &OS) const;
80 /// By default, the Timer will print the amount of time it has captured to
82 /// when its TimerGroup is destroyed. Timers do not print their information
180 /// print - Print any started timers in this group and zero them.
181 void print(raw_ostream &OS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DDominanceFrontier.cpp113 void DominanceFrontierBase::print(raw_ostream &OS, const Module* ) const { function in class:DominanceFrontierBase
138 print(dbgs());
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPutByIdStatus.cpp340 out.print("(NoInformation)");
344 out.print("(", listDump(m_variants), ")");
348 out.print("(TakesSlowPath)");
351 out.print("(MakesCalls)");
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBasicBlock.cpp110 out.print("#", index);
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerBytecodeSequence.cpp47 out.print("arg", i, " (r", virtualRegisterForArgument(i).offset(), "): ", description);
/macosx-10.10.1/bind9-45.101/bind9/bin/tools/
H A Dgenrandom.c24 #include <isc/print.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/time/
H A Dtimedb.c31 #include <isc/print.h>

Completed in 232 milliseconds

1234567891011>>