Searched refs:Out (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/clang/include/clang/Basic/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp96 formatted_raw_ostream &Out; member in class:__anon10714::CppWriter
111 : ModulePass(ID), OutOwner(std::move(o)), Out(*OutOwner), uniqueNum(0),
130 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0);
170 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) { argument
171 Out << '\n';
174 Out.indent(indent_level);
175 return Out;
225 Out << "ConstantFP::get(mod->getContext(), ";
226 Out << "APFloat(";
235 Out << "BitsToDoubl
[all...]
/external/clang/lib/Frontend/
H A DASTConsumers.cpp38 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false,
40 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
56 bool ShowColors = Out.has_colors();
58 Out.changeColor(raw_ostream::BLUE);
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
62 Out.resetColor();
64 Out << "\n";
84 DC->dumpLookups(Out, Dum
96 raw_ostream &Out; member in class:__anon1030::ASTPrinter
121 raw_ostream &Out; member in class:__anon1030::ASTDeclNodeLister
125 CreateASTPrinter(raw_ostream *Out, StringRef FilterString) argument
185 raw_ostream& Out; member in class:__anon1032::DeclContextPrinter
[all...]
/external/clang/lib/AST/
H A DDeclPrinter.cpp29 raw_ostream &Out; member in class:__anon826::DeclPrinter
41 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, argument
43 : Out(Out), Policy(Policy), Indentation(Indentation),
94 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
96 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
99 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, argument
101 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
138 raw_ostream &Out, const PrintingPolicy &Policy,
141 (*Begin)->print(Out, Polic
137 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
[all...]
H A DInheritViz.cpp36 raw_ostream &Out; member in class:__anon854::InheritanceHierarchyWriter
41 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out) argument
42 : Context(Context), Out(Out) { }
45 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
48 Out << "}\n";
76 Out << " ";
81 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName);
87 Out << "\\n(" << CanonType.getAsString() << ")";
91 Out << " \"];\
[all...]
H A DMangle.cpp42 raw_ostream &Out) {
45 Out << "__" << Outer << "_block_invoke";
47 Out << "__" << Outer << "_block_invoke_" << discriminator+1;
117 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) { argument
132 Out << '\01'; // LLVM IR Marker for __asm("foo")
134 Out << ALA->getLabel();
144 mangleObjCMethodName(OMD, Out);
146 mangleCXXName(D, Out);
150 Out << '\01';
152 Out << '
39 mangleFunctionBlock(MangleContext &Context, StringRef Outer, const BlockDecl *BD, raw_ostream &Out) argument
186 mangleGlobalBlock(const BlockDecl *BD, const NamedDecl *ID, raw_ostream &Out) argument
223 mangleBlock(const DeclContext *DC, const BlockDecl *BD, raw_ostream &Out) argument
260 mangleObjCMethodName(const ObjCMethodDecl *MD, raw_ostream &Out) argument
[all...]
H A DMicrosoftMangle.cpp104 void mangleCXXName(const NamedDecl *D, raw_ostream &Out) override;
114 raw_ostream &Out) override;
117 raw_ostream &Out) override;
119 uint32_t NumEntries, raw_ostream &Out) override;
121 raw_ostream &Out) override;
125 raw_ostream &Out) override;
127 raw_ostream &Out) override;
128 void mangleCXXRTTI(QualType T, raw_ostream &Out) override;
129 void mangleCXXRTTIName(QualType T, raw_ostream &Out) override;
133 raw_ostream &Out) overrid
207 raw_ostream &Out; member in class:__anon859::MicrosoftCXXNameMangler
2159 mangleCXXName(const NamedDecl *D, raw_ostream &Out) argument
2198 mangleThunkThisAdjustment(const CXXMethodDecl *MD, const ThisAdjustment &Adjustment, MicrosoftCXXNameMangler &Mangler, raw_ostream &Out) argument
2263 mangleVirtualMemPtrThunk(const CXXMethodDecl *MD, raw_ostream &Out) argument
2275 mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk, raw_ostream &Out) argument
2291 mangleCXXDtorThunk( const CXXDestructorDecl *DD, CXXDtorType Type, const ThisAdjustment &Adjustment, raw_ostream &Out) argument
2305 mangleCXXVFTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
2321 mangleCXXVBTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
2337 mangleCXXRTTI(QualType T, raw_ostream &Out) argument
2344 mangleCXXRTTIName(QualType T, raw_ostream &Out) argument
2351 mangleCXXCatchHandlerType(QualType T, uint32_t Flags, raw_ostream &Out) argument
2360 mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, uint32_t NumEntries, raw_ostream &Out) argument
2375 mangleCXXCatchableTypeArray( QualType T, uint32_t NumEntries, raw_ostream &Out) argument
2383 mangleCXXCatchableType( QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, raw_ostream &Out) argument
2419 mangleCXXRTTIBaseClassDescriptor( const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBTableOffset, uint32_t Flags, raw_ostream &Out) argument
2432 mangleCXXRTTIBaseClassArray( const CXXRecordDecl *Derived, raw_ostream &Out) argument
2440 mangleCXXRTTIClassHierarchyDescriptor( const CXXRecordDecl *Derived, raw_ostream &Out) argument
2448 mangleCXXRTTICompleteObjectLocator( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
2464 mangleSEHFilterExpression( const NamedDecl *EnclosingDecl, raw_ostream &Out) argument
2475 mangleSEHFinallyBlock( const NamedDecl *EnclosingDecl, raw_ostream &Out) argument
2486 mangleTypeName(QualType T, raw_ostream &Out) argument
2494 mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, raw_ostream &Out) argument
2501 mangleCXXDtor(const CXXDestructorDecl *D, CXXDtorType Type, raw_ostream &Out) argument
2516 mangleStaticGuardVariable(const VarDecl *VD, raw_ostream &Out) argument
2554 mangleInitFiniStub(const VarDecl *D, raw_ostream &Out, char CharCode) argument
2569 mangleDynamicInitializer(const VarDecl *D, raw_ostream &Out) argument
2576 mangleDynamicAtExitDestructor(const VarDecl *D, raw_ostream &Out) argument
2582 mangleStringLiteral(const StringLiteral *SL, raw_ostream &Out) argument
2721 mangleCXXVTableBitSet(const CXXRecordDecl *RD, raw_ostream &Out) argument
[all...]
H A DStmtViz.cpp39 llvm::raw_string_ostream Out(OutSStr);
42 Out << Node->getStmtClassName();
44 Out << "<NULL>";
46 std::string OutStr = Out.str();
H A DItaniumMangle.cpp164 void mangleDynamicInitializer(const VarDecl *D, raw_ostream &Out) override;
166 raw_ostream &Out) override;
168 raw_ostream &Out) override;
170 raw_ostream &Out) override;
216 raw_ostream &Out; member in class:__anon856::CXXNameMangler
273 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
281 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
285 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
290 if (Out.str()[0] == '\01')
294 char *result = abi::__cxa_demangle(Out
[all...]
/external/libcxx/test/std/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp32 typedef output_iterator<char*> Out; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
70 typedef output_iterator<char*> Out; typedef
83 typedef output_iterator<char*> Out; typedef
96 typedef output_iterator<char*> Out; typedef
[all...]
H A Dtest2.pass.cpp32 typedef output_iterator<char*> Out; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
70 typedef output_iterator<char*> Out; typedef
83 typedef output_iterator<char*> Out; typedef
96 typedef output_iterator<char*> Out; typedef
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp292 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { argument
294 default: Out << "cc" << cc; break;
295 case CallingConv::Fast: Out << "fastcc"; break;
296 case CallingConv::Cold: Out << "coldcc"; break;
297 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break;
298 case CallingConv::AnyReg: Out << "anyregcc"; break;
299 case CallingConv::PreserveMost: Out << "preserve_mostcc"; break;
300 case CallingConv::PreserveAll: Out << "preserve_allcc"; break;
301 case CallingConv::GHC: Out << "ghccc"; break;
302 case CallingConv::X86_StdCall: Out << "x86_stdcallc
322 PrintEscapedString(StringRef Name, raw_ostream &Out) argument
984 writeAtomicRMWOperation(raw_ostream &Out, AtomicRMWInst::BinOp Op) argument
1002 WriteOptimizationInfo(raw_ostream &Out, const User *U) argument
1035 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1323 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1360 raw_ostream &Out; member in struct:__anon10539::MDFieldPrinter
1366 MDFieldPrinter(raw_ostream &Out) argument
1368 MDFieldPrinter(raw_ostream &Out, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1405 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1469 writeGenericDebugNode(raw_ostream &Out, const GenericDebugNode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1488 writeMDLocation(raw_ostream &Out, const MDLocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1501 writeMDSubrange(raw_ostream &Out, const MDSubrange *N, TypePrinting *, SlotTracker *, const Module *) argument
1510 writeMDEnumerator(raw_ostream &Out, const MDEnumerator *N, TypePrinting *, SlotTracker *, const Module *) argument
1519 writeMDBasicType(raw_ostream &Out, const MDBasicType *N, TypePrinting *, SlotTracker *, const Module *) argument
1533 writeMDDerivedType(raw_ostream &Out, const MDDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1553 writeMDCompositeType(raw_ostream &Out, const MDCompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1577 writeMDSubroutineType(raw_ostream &Out, const MDSubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1588 writeMDFile(raw_ostream &Out, const MDFile *N, TypePrinting *, SlotTracker *, const Module *) argument
1599 writeMDCompileUnit(raw_ostream &Out, const MDCompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1623 writeMDSubprogram(raw_ostream &Out, const MDSubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1650 writeMDLexicalBlock(raw_ostream &Out, const MDLexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1662 writeMDLexicalBlockFile(raw_ostream &Out, const MDLexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1676 writeMDNamespace(raw_ostream &Out, const MDNamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1688 writeMDTemplateTypeParameter(raw_ostream &Out, const MDTemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1700 writeMDTemplateValueParameter(raw_ostream &Out, const MDTemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1715 writeMDGlobalVariable(raw_ostream &Out, const MDGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1733 writeMDLocalVariable(raw_ostream &Out, const MDLocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1751 writeMDExpression(raw_ostream &Out, const MDExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1772 writeMDObjCProperty(raw_ostream &Out, const MDObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1787 writeMDImportedEntity(raw_ostream &Out, const MDImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1801 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1823 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1901 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) argument
1937 formatted_raw_ostream &Out; member in class:__anon10540::AssemblyWriter
2135 Out); local
2234 PrintLinkage(GlobalValue::LinkageTypes LT, formatted_raw_ostream &Out) argument
2254 PrintVisibility(GlobalValue::VisibilityTypes Vis, formatted_raw_ostream &Out) argument
2263 PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT, formatted_raw_ostream &Out) argument
2272 PrintThreadLocalModel(GlobalVariable::ThreadLocalMode TLM, formatted_raw_ostream &Out) argument
2292 maybePrintComdat(formatted_raw_ostream &Out, const GlobalObject &GO) argument
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp196 MCStreamer &Out) override {
197 InstrumentMOVS(Inst, Operands, Ctx, MII, Out);
199 EmitInstruction(Out, MCInstBuilder(X86::REP_PREFIX));
201 InstrumentMOV(Inst, Operands, Ctx, MII, Out);
205 EmitInstruction(Out, Inst);
211 MCStreamer &Out) = 0;
216 MCStreamer &Out) = 0;
221 MCContext &Ctx, MCStreamer &Out) = 0;
225 MCContext &Ctx, MCStreamer &Out) = 0;
228 MCStreamer &Out)
242 EmitLabel(MCStreamer &Out, MCSymbol *Label) argument
244 EmitLEA(X86Operand &Op, MVT::SimpleValueType VT, unsigned Reg, MCStreamer &Out) argument
288 InstrumentMemOperand( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
301 InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, unsigned CntReg, unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
356 InstrumentMOVS(const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
383 InstrumentMOV(const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
440 ComputeMemOperandAddress(X86Operand &Op, MVT::SimpleValueType VT, unsigned Reg, MCContext &Ctx, MCStreamer &Out) argument
512 GetFrameReg(const MCContext &Ctx, MCStreamer &Out) argument
519 SpillReg(MCStreamer &Out, unsigned Reg) argument
524 RestoreReg(MCStreamer &Out, unsigned Reg) argument
529 StoreFlags(MCStreamer &Out) argument
534 RestoreFlags(MCStreamer &Out) argument
566 StoreFlags(Out); variable
575 RestoreFlags(Out); variable
604 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
624 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
699 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
740 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
769 GetFrameReg(const MCContext &Ctx, MCStreamer &Out) argument
776 SpillReg(MCStreamer &Out, unsigned Reg) argument
781 RestoreReg(MCStreamer &Out, unsigned Reg) argument
786 StoreFlags(MCStreamer &Out) argument
791 RestoreFlags(MCStreamer &Out) argument
824 StoreFlags(Out); variable
833 RestoreFlags(Out); variable
863 EmitAdjustRSP(MCContext &Ctx, MCStreamer &Out, long Offset) argument
872 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
894 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
970 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
1012 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
1039 InstrumentAndEmitInstruction( const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
1045 EmitInstruction(MCStreamer &Out, const MCInst &Inst) argument
1050 GetFrameRegGeneric(const MCContext &Ctx, MCStreamer &Out) argument
[all...]
/external/clang/lib/Lex/
H A DMacroInfo.cpp130 llvm::raw_ostream &Out = llvm::errs(); local
133 Out << "MacroInfo " << this;
134 if (IsBuiltinMacro) Out << " builtin";
135 if (IsDisabled) Out << " disabled";
136 if (IsUsed) Out << " used";
138 Out << " allow_redefinitions_without_warning";
139 if (IsWarnIfUnused) Out << " warn_if_unused";
140 if (FromASTFile) Out << " imported";
141 if (UsedForHeaderGuard) Out << " header_guard";
143 Out << "\
209 llvm::raw_ostream &Out = llvm::errs(); local
[all...]
/external/clang/lib/Index/
H A DUSRGeneration.cpp53 llvm::raw_svector_ostream Out; member in class:__anon1079::USRGenerator
63 Out(Buf),
69 Out << getUSRSpacePrefix();
127 generateUSRForObjCClass(cls, Out);
131 generateUSRForObjCCategory(cls, cat, Out);
135 generateUSRForObjCProperty(prop, Out);
139 generateUSRForObjCProtocol(prot, Out);
159 Out.flush();
161 D->printName(Out);
162 Out
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp51 void Out(StringRef AsmString) { function in class:__anon10762::InlineAsmHelper
204 IAH.Out(MI + "$$4,$$f12");
207 IAH.Out(MI +"$$4,$$f12");
208 IAH.Out(MI + "$$5,$$f14");
211 IAH.Out(MI + "$$4,$$f12");
213 IAH.Out(MI + "$$6,$$f14");
214 IAH.Out(MI + "$$7,$$f15");
216 IAH.Out(MI + "$$7,$$f14");
217 IAH.Out(MI + "$$6,$$f15");
222 IAH.Out(M
[all...]
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.h20 std::error_code coff2yaml(llvm::raw_ostream &Out,
22 std::error_code elf2yaml(llvm::raw_ostream &Out,
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.h21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs48 Console.Out.WriteLine("enterRule " + ruleName);
51 Console.Out.WriteLine("exitRule " + ruleName);
54 Console.Out.WriteLine("enterSubRule");
57 Console.Out.WriteLine("exitSubRule");
60 Console.Out.WriteLine("location " + line + ":" + pos);
69 Console.Out.WriteLine("consumeNode " + ID + " " + text + " " + type);
76 Console.Out.WriteLine("LT " + i + " " + ID + " " + text + " " + type);
85 Console.Out.WriteLine("nilNode " + adaptor.GetUniqueID(t));
92 Console.Out.WriteLine("create " + ID + ": " + text + ", " + type);
99 Console.Out
[all...]
H A DTracer.cs62 Console.Out.Write(" ");
64 Console.Out.WriteLine("> " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1));
73 Console.Out.Write(" ");
75 Console.Out.WriteLine("< " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTraceDebugEventListener.cs52 Console.Out.WriteLine( "enterRule " + ruleName );
56 Console.Out.WriteLine( "exitRule " + ruleName );
60 Console.Out.WriteLine( "enterSubRule" );
64 Console.Out.WriteLine( "exitSubRule" );
68 Console.Out.WriteLine( "location " + line + ":" + pos );
78 Console.Out.WriteLine( "consumeNode " + ID + " " + text + " " + type );
86 Console.Out.WriteLine( "LT " + i + " " + ID + " " + text + " " + type );
96 Console.Out.WriteLine( "nilNode " + adaptor.GetUniqueID( t ) );
104 Console.Out.WriteLine( "create " + ID + ": " + text + ", " + type );
112 Console.Out
[all...]
H A DTracer.cs59 Console.Out.Write( " " );
61 Console.Out.WriteLine( "> " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) );
70 Console.Out.Write( " " );
72 Console.Out.WriteLine( "< " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) );
/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp34 raw_ostream& clang::ento::operator<<(raw_ostream &Out, argument
36 Out << Checker.getCheckName().getName();
37 return Out;
/external/clang/lib/Basic/
H A DVersionTuple.cpp22 llvm::raw_string_ostream Out(Result);
23 Out << *this;
28 raw_ostream& clang::operator<<(raw_ostream &Out, argument
30 Out << V.getMajor();
32 Out << (V.usesUnderscores() ? '_' : '.') << *Minor;
34 Out << (V.usesUnderscores() ? '_' : '.') << *Subminor;
36 Out << (V.usesUnderscores() ? '_' : '.') << *Build;
37 return Out;
/external/llvm/tools/opt/
H A DPassPrinters.cpp28 raw_ostream &Out; member in struct:__anon11181::FunctionPassPrinter
34 : FunctionPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) {
41 Out << "Printing analysis '" << PassToPrint->getPassName()
45 getAnalysisID<Pass>(PassToPrint->getTypeInfo()).print(Out, F.getParent());
62 raw_ostream &Out; member in struct:__anon11181::CallGraphSCCPassPrinter
67 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) {
74 Out << "Printing analysis '" << PassToPrint->getPassName() << "':\n";
81 .print(Out, F->getParent());
99 raw_ostream &Out; member in struct:__anon11181::ModulePassPrinter
104 : ModulePass(ID), PassToPrint(PI), Out(ou
131 raw_ostream &Out; member in struct:__anon11181::LoopPassPrinter
164 raw_ostream &Out; member in struct:__anon11181::RegionPassPrinter
198 raw_ostream &Out; member in struct:__anon11181::BasicBlockPassPrinter
[all...]

Completed in 508 milliseconds

12345678910