Searched refs:Print (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.2-release/tools/tools/epfe/
H A Depfe.pl13 sub Print { s/\&amp\;/&/g; push(@a,$_); } subroutine
33 $in++; &Print;
36 $in++; &Print;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp91 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, function in class:Command
136 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, function in class:FallbackCommand
138 Command::Print(OS, "", Quote, CrashReport);
140 Fallback->Print(OS, Terminator, Quote, CrashReport);
173 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, function in class:JobList
176 (*it)->Print(OS, Terminator, Quote, CrashReport);
H A DCompilation.cpp153 C.Print(*OS, "\n", /*Quote=*/getDriver().CCPrintOptions);
H A DDriver.cpp412 // Print the version of the compiler.
428 FailingCommand->Print(OS, "\n", /*Quote*/ false, /*CrashReport*/ true);
432 C.getJobs().Print(OS, "\n", /*Quote*/ false, /*CrashReport*/ true);
565 C.getJobs().Print(llvm::errs(), "\n", true);
599 // Print extra information about abnormal failures, if possible.
642 // Print the threading model.
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h49 /// Print - Print this Job in -### format.
55 virtual void Print(llvm::raw_ostream &OS, const char *Terminator,
79 virtual void Print(llvm::raw_ostream &OS, const char *Terminator,
107 virtual void Print(llvm::raw_ostream &OS, const char *Terminator,
136 virtual void Print(llvm::raw_ostream &OS, const char *Terminator,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp59 C->getJobs().Print(llvm::errs(), "\n", true);
69 Jobs.Print(OS, "; ", true);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h64 Print (FILE *out);
H A DSBInstructionList.h48 Print (FILE *out);
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h108 /// emit - Print out the table as the body of an array initializer.
109 /// Use the Print function to print elements.
111 void (*Print)(raw_ostream&, ElemT),
119 Print(OS, *SI);
110 emit(raw_ostream &OS, void (*Print)(raw_ostream&, ElemT), const char *Term = �) const argument
/freebsd-10.2-release/tools/tools/termcap/
H A Dtermcap.pl44 Print all information about <term>
47 Print all relations from and to <term>
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp84 SBInstructionList::Print (FILE *out) function in class:SBInstructionList
H A DSBInstruction.cpp182 SBInstruction::Print (FILE *out) function in class:SBInstruction
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h147 void Print(Function &F, raw_ostream &OS) const;
/freebsd-10.2-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp102 Print, ///< Print the contents of the archive enumerator in enum:ArchiveOperation
197 case 'p': ++NumOperations; Operation = Print; break;
350 case Print:
381 case Print:
849 case Print:
874 // Print a stack trace if we signal out.
/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A Dxditview.c145 static void Print(Widget, XtPointer, XtPointer);
154 {"print", Print},
175 {(String)"Print", PrintAction},
484 Print (Widget entry, XtPointer name, XtPointer data) function
506 MakePrompt (toplevel, "Print command:", DoPrint, fileBuf);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp74 Jobs.Print(error_stream, "; ", true);
240 Compilation->getJobs().Print(llvm::errs(), "\n", true);
/freebsd-10.2-release/lib/libkse/test/
H A Dverify275 # Print summary stats.
449 -h --help | Print usage and exit.
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp38 void Print(AccessSpecifier AS);
208 void DeclPrinter::Print(AccessSpecifier AS) { function in class:DeclPrinter
286 Print(D->getAccess());
761 // Print the base classes
774 Print(AS);
782 // Print the class definition
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp329 void SparseSolver::Print(Function &F, raw_ostream &OS) const { function in class:SparseSolver
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm132 Print space no matter spacing mode.
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm159 Print space no matter spacing mode.
/freebsd-10.2-release/sys/boot/i386/boot0/
H A Dboot0.S254 callw putn # Print a newline
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddllwrap.c476 fprintf (file, _(" --version Print dllwrap version\n"));
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.sh1595 /* Print out the details of the current architecture. */
1640 # Print the macro definition.
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4484 % Print any size, any type, section title.
5534 % Print arguments in slanted roman (not ttsl), inconsistently with using

Completed in 304 milliseconds

12