HomeSort by relevance Sort by last modified time
    Searched refs:print (Results 326 - 350 of 1169) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
InstCount.cpp 64 void print(raw_ostream &O, const Module *M) const override {}
MemDepPrinter.cpp 49 void print(raw_ostream &OS, const Module * = nullptr) const override;
80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps",
81 "Print MemDeps of function", false, true)
83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps",
84 "Print MemDeps of function", false, true)
159 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { function in class:MemDepPrinter
183 DepInst->print(OS);
188 Inst->print(OS);
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 79 print(dbgs());
TargetRegisterInfo.cpp 36 void PrintReg::print(raw_ostream &OS) const { function in class:PrintReg
55 void PrintRegUnit::print(raw_ostream &OS) const { function in class:PrintRegUnit
76 void PrintVRegOrUnit::print(raw_ostream &OS) const { function in class:PrintVRegOrUnit
81 PrintRegUnit::print(OS);
MachineFunction.cpp 325 print(dbgs());
334 void MachineFunction::print(raw_ostream &OS, SlotIndexes *Indexes) const { function in class:MachineFunction
343 // Print Frame Information
344 FrameInfo->print(*this, OS);
346 // Print JumpTable Information
348 JumpTableInfo->print(OS);
350 // Print Constant Pool
351 ConstantPool->print(OS);
370 BB.print(OS, Indexes);
397 Node->print(OSS)
676 void MachineFrameInfo::print(const MachineFunction &MF, raw_ostream &OS) const{ function in class:MachineFrameInfo
797 void MachineJumpTableInfo::print(raw_ostream &OS) const { function in class:MachineJumpTableInfo
935 void MachineConstantPool::print(raw_ostream &OS) const { function in class:MachineConstantPool
    [all...]
  /external/llvm/lib/IR/
DiagnosticPrinter.cpp 94 Str.print(Stream);
Dominators.cpp 293 print(errs());
295 OtherDT.print(errs());
319 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { function in class:DominatorTreeWrapperPass
320 DT.print(OS);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 77 Expr->print(OS);
  /external/llvm/lib/Target/R600/
SIFixSGPRCopies.cpp 211 DEBUG(MI.print(dbgs()));
220 DEBUG(MI.print(dbgs()));
256 DEBUG(MI.print(dbgs()));
269 DEBUG(MI.print(dbgs()));
  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 60 void SystemZConstantPoolValue::print(raw_ostream &O) const { function in class:SystemZConstantPoolValue
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 72 P1("print-externalfnconstants",
73 "Print external fn callsites passed constants");
85 getAnalysis<CallGraphWrapperPass>().print(errs(), &M);
93 P2("print-callgraph", "Print a call graph");
  /external/mesa3d/src/mesa/main/
dlist.h 60 void (*print)( struct gl_context *, void * ) );
  /external/mockito/src/org/mockito/internal/debugging/
WarningsCollector.java 34 String warnings = new WarningsPrinterImpl(unused, allInvocationMatchers, false).print();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 69 Debug.print(value);
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
JoinParser.java 71 System.out.print("encoded = " + t.encode() + "==> ");
ReplacesParser.java 73 System.out.print("encoded = " + t.encode() + "==> ");
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_validate.cpp 110 ir->print();
491 ir->print();
521 ir->print();
529 ir->print();
544 ir->print();
558 ir->print();
622 ir->print();
624 callee->print();
636 ir->print();
650 ir->print(); printf("\n")
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-builtin-callback.js 45 print(event_data.sourceLineText());
56 print("element " + num); // Expected to step to this point.
61 print("element " + num); // Expected to step to this point.
66 print("elements " + a + " and " + b); // Expected to step to this point.
146 print("back to the first level of recursion.");
  /external/mesa3d/src/glsl/
ir_validate.cpp 110 ir->print();
491 ir->print();
521 ir->print();
529 ir->print();
544 ir->print();
558 ir->print();
622 ir->print();
624 callee->print();
636 ir->print();
650 ir->print(); printf("\n")
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 225 print(std::cout, value); // expected-error 4{{neither visible in the template definition nor found by argument-dependent lookup}}
235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site{{$}}}}
236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns'}}
237 std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns2'}}
238 std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site or in an associated namespace of one of its arguments}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 214 if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1$ //$NON-NLS-2$
224 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundAttribute")); } //$NON-NLS-1$
229 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundElement")); } //$NON-NLS-1$
234 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundText")); } //$NON-NLS-1$
244 System.out.print((debug>0?aNode.getNodeName() + " = ":NS) + aNode.getNodeValue()); //$NON-NLS-1$ //$NON-NLS-2$
  /external/llvm/lib/Support/
Timer.cpp 27 // CreateInfoOutputFile - Return a file stream to print our output on.
57 // CreateInfoOutputFile - Return a file stream to print our output on.
66 // 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.
293 // Print the report when all timers in this group are destroyed if some of
322 // Print out timing header.
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)
364 void TimerGroup::print(raw_ostream &OS) { function in class:TimerGroup
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 10 // This file implements the Decl::print method, which pretty prints the
38 void Print(AccessSpecifier AS);
93 void Decl::print(raw_ostream &Out, unsigned Indentation, function in class:Decl
95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
98 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, function in class:Decl
140 (*Begin)->print(Out, Policy, Indentation);
151 TD->print(Out, Policy, Indentation);
166 (*Begin)->print(Out, SubPolicy, Indentation);
208 void DeclPrinter::Print(AccessSpecifier AS) {
232 // Don't print ObjCIvarDecls, as they are printed when visiting th
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 180 //System.err.print("[SPURIOUS] ");
754 /** Used to print out token names like ID during debugging and
866 System.out.print("enter "+ruleName+" "+inputSymbol);
868 System.out.print(" backtracking="+state.backtracking);
877 System.out.print("exit "+ruleName+" "+inputSymbol);
879 System.out.print(" backtracking="+state.backtracking);
880 if ( state.failed ) System.out.print(" failed");
881 else System.out.print(" succeeded");
  /external/bison/
Android.mk 36 lib/bitsetv-print.c \
173 src/print-xml.c \
174 src/print.c \

Completed in 2109 milliseconds

<<11121314151617181920>>