HomeSort by relevance Sort by last modified time
    Searched refs:Out (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
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/
CPPBackend.cpp 96 formatted_raw_ostream &Out;
111 : ModulePass(ID), OutOwner(std::move(o)), Out(*OutOwner), uniqueNum(0),
130 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0);
132 inline void out() { if (indent_level >0) indent_level--; } function in class:__anon17651::CppWriter
170 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) {
171 Out << '\n';
174 Out.indent(indent_level);
175 return Out;
225 Out << "ConstantFP::get(mod->getContext(), ";
226 Out << "APFloat("
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 38 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, Dump)
    [all...]
  /external/clang/lib/Basic/
DiagnosticOptions.cpp 19 raw_ostream& operator<<(raw_ostream& Out, DiagnosticLevelMask M) {
21 return Out << static_cast<UT>(M);
VersionTuple.cpp 22 llvm::raw_string_ostream Out(Result);
23 Out << *this;
28 raw_ostream& clang::operator<<(raw_ostream &Out,
30 Out << V.getMajor();
32 Out << (V.usesUnderscores() ? '_' : '.') << *Minor;
34 Out << (V.usesUnderscores() ? '_' : '.') << *Subminor;
36 Out << (V.usesUnderscores() ? '_' : '.') << *Build;
37 return Out;
  /external/clang/lib/AST/
DeclPrinter.cpp 11 // AST back out to C/Objective-C/C++/Objective-C++ code.
29 raw_ostream &Out;
50 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy,
52 : Out(Out), Policy(Policy), Indentation(Indentation),
104 void Decl::print(raw_ostream &Out, unsigned Indentation,
106 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
109 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy,
111 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
148 raw_ostream &Out, const PrintingPolicy &Policy
    [all...]
InheritViz.cpp 28 /// InheritanceHierarchyWriter - Helper class that writes out a
36 raw_ostream &Out;
41 InheritanceHierarchyWriter(ASTContext& Context, raw_ostream& Out)
42 : Context(Context), Out(Out) { }
45 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
48 Out << "}\n";
52 /// WriteNode - Write out the description of node in the inheritance
56 /// WriteNodeReference - Write out a reference to the given node,
76 Out << " ";
    [all...]
Mangle.cpp 42 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) {
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 << '_'
    [all...]
MicrosoftMangle.cpp 105 void mangleCXXName(const NamedDecl *D, raw_ostream &Out) override;
115 raw_ostream &Out) override;
118 raw_ostream &Out) override;
121 raw_ostream &Out) override;
123 uint32_t NumEntries, raw_ostream &Out) override;
125 raw_ostream &Out) override;
129 raw_ostream &Out) override;
131 raw_ostream &Out) override;
132 void mangleCXXRTTI(QualType T, raw_ostream &Out) override;
133 void mangleCXXRTTIName(QualType T, raw_ostream &Out) override
    [all...]
StmtViz.cpp 39 llvm::raw_string_ostream Out(OutSStr);
42 Out << Node->getStmtClassName();
44 Out << "<NULL>";
46 std::string OutStr = Out.str();
  /external/libcxx/test/std/re/re.alg/re.alg.replace/
test1.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
test2.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
test1.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
test2.pass.cpp 15 // regex_replace(OutputIterator out,
32 typedef output_iterator<char*> Out;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
44 typedef output_iterator<char*> Out;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
57 typedef output_iterator<char*> Out;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book))
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 290 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
292 default: Out << "cc" << cc; break;
293 case CallingConv::Fast: Out << "fastcc"; break;
294 case CallingConv::Cold: Out << "coldcc"; break;
295 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break;
296 case CallingConv::AnyReg: Out << "anyregcc"; break;
297 case CallingConv::PreserveMost: Out << "preserve_mostcc"; break;
298 case CallingConv::PreserveAll: Out << "preserve_allcc"; break;
299 case CallingConv::CXX_FAST_TLS: Out << "cxx_fast_tlscc"; break;
300 case CallingConv::GHC: Out << "ghccc"; break
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 190 MCStreamer &Out) override {
191 InstrumentMOVS(Inst, Operands, Ctx, MII, Out);
193 EmitInstruction(Out, MCInstBuilder(X86::REP_PREFIX));
195 InstrumentMOV(Inst, Operands, Ctx, MII, Out);
199 EmitInstruction(Out, Inst);
205 MCStreamer &Out) = 0;
210 MCStreamer &Out) = 0;
215 MCContext &Ctx, MCStreamer &Out) = 0;
219 MCContext &Ctx, MCStreamer &Out) = 0;
222 MCStreamer &Out) = 0
    [all...]
  /external/llvm/tools/obj2yaml/
obj2yaml.h 20 std::error_code coff2yaml(llvm::raw_ostream &Out,
22 std::error_code elf2yaml(llvm::raw_ostream &Out,
  /external/llvm/tools/yaml2obj/
yaml2obj.h 21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
  /external/clang/lib/Lex/
MacroInfo.cpp 130 llvm::raw_ostream &Out = llvm::errs();
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 << "\n #define <macro>"
    [all...]
  /external/llvm/lib/Object/
ArchiveWriter.cpp 94 static void print32(raw_ostream &Out, object::Archive::Kind Kind,
97 support::endian::Writer<support::big>(Out).write(Val);
99 support::endian::Writer<support::little>(Out).write(Val);
102 static void printRestOfMemberHeader(raw_fd_ostream &Out,
106 printWithSpacePadding(Out, ModTime.toEpochTime(), 12);
107 printWithSpacePadding(Out, UID, 6, true);
108 printWithSpacePadding(Out, GID, 6, true);
109 printWithSpacePadding(Out, format("%o", Perms), 8);
110 printWithSpacePadding(Out, Size, 10);
111 Out << "`\n"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
39 /** <summary>Print out (most of) the events... Useful for debugging, testing...</summary> */
48 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))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
40 /** <summary>Print out (most of) the events... Useful for debugging, testing...</summary> */
52 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 ) )
    [all...]
Tracer.cs 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
59 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/
Checker.cpp 34 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
36 Out << Checker.getCheckName().getName();
37 return Out;
  /frameworks/compile/slang/
slang_bitcode_gen.h 29 // Write out the LLVM bitcode for a module, encased in a wrapper
31 void writeBitcode(llvm::raw_ostream &Out,

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>