Searched refs:OS (Results 1 - 25 of 896) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformData.h34 #if OS(WINDOWS)
36 #elif OS(LINUX) || OS(FREEBSD)
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp114 virtual void writeAccessors(raw_ostream &OS) const = 0;
115 virtual void writeAccessorDefinitions(raw_ostream &OS) const {}
116 virtual void writeCloneArgs(raw_ostream &OS) const = 0;
117 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0;
118 virtual void writeTemplateInstantiation(raw_ostream &OS) const {}
119 virtual void writeCtorBody(raw_ostream &OS) const {}
120 virtual void writeCtorInitializers(raw_ostream &OS) const = 0;
121 virtual void writeCtorParameters(raw_ostream &OS) const = 0;
122 virtual void writeDeclarations(raw_ostream &OS) const = 0;
123 virtual void writePCHReadArgs(raw_ostream &OS) cons
654 writeAvailabilityValue(raw_ostream &OS) argument
663 run(raw_ostream &OS) argument
748 run(raw_ostream &OS) argument
795 EmitAttrList(raw_ostream &OS, StringRef Class, const std::vector<Record*> &AttrList) argument
808 run(raw_ostream &OS) argument
857 run(raw_ostream &OS) argument
897 run(raw_ostream &OS) argument
923 run(raw_ostream &OS) argument
941 run(raw_ostream &OS) argument
965 run(raw_ostream &OS) argument
1027 run(raw_ostream &OS) argument
1064 run(raw_ostream &OS) argument
[all...]
H A DOptParserEmitter.cpp65 static raw_ostream &write_cstring(raw_ostream &OS, llvm::StringRef Str) { argument
66 OS << '"';
67 OS.write_escaped(Str);
68 OS << '"';
69 return OS;
72 void OptParserEmitter::run(raw_ostream &OS) { argument
79 EmitSourceFileHeader("Option Parsing Definitions", OS);
81 EmitSourceFileHeader("Option Parsing Table", OS);
85 OS << "#ifndef OPTION\n";
86 OS << "#erro
[all...]
H A DClangASTNodesEmitter.cpp26 raw_ostream &OS,
43 OS << "#ifndef " << NodeName << "\n";
44 OS << "# define " << NodeName << "(Type, Base) "
46 OS << "#endif\n";
49 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
52 OS << NodeName << "(" << R->getName() << ", "
57 = EmitNode(Tree, OS, R);
71 OS << "#undef " << NodeName << "\n\n";
77 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
79 OS << macroNam
24 EmitNode( const ChildMap &Tree, raw_ostream &OS, Record *Base) argument
87 run(raw_ostream &OS) argument
127 run(raw_ostream &OS) argument
[all...]
H A DTableGen.cpp114 bool operator()(raw_ostream &OS, RecordKeeper &Records) { argument
117 ClangAttrClassEmitter(Records).run(OS);
120 ClangAttrImplEmitter(Records).run(OS);
123 ClangAttrListEmitter(Records).run(OS);
126 ClangAttrPCHReadEmitter(Records).run(OS);
129 ClangAttrPCHWriteEmitter(Records).run(OS);
132 ClangAttrSpellingListEmitter(Records).run(OS);
135 ClangAttrLateParsedListEmitter(Records).run(OS);
138 ClangAttrTemplateInstantiateEmitter(Records).run(OS);
141 ClangAttrParsedAttrListEmitter(Records).run(OS);
[all...]
/external/llvm/lib/MC/
H A DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
19 OS << getConstant();
23 getSymA()->print(OS);
26 OS << " - ";
27 getSymB()->print(OS);
31 OS << " + " << getConstant();
H A DMCSectionELF.cpp35 raw_ostream &OS) const {
38 OS << '\t' << getSectionName() << '\n';
46 OS << "\t.section\t" << name;
48 OS << "\t.section\t\"";
51 OS << "\\\"";
53 OS << *b;
55 OS << "\\\\";
57 OS << b[0] << b[1]; // Quoted character
61 OS << '"';
68 OS << ",#allo
[all...]
H A DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
19 OS << "<MCOperand ";
21 OS << "INVALID";
23 OS << "Reg:" << getReg();
25 OS << "Imm:" << getImm();
27 OS << "Expr:(" << *getExpr() << ")";
29 OS << "Inst:(" << *getInst() << ")";
31 OS << "UNDEFINED";
32 OS << ">";
40 void MCInst::print(raw_ostream &OS, cons argument
49 dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, const MCInstPrinter *Printer, StringRef Separator) const argument
[all...]
H A DMCSectionCOFF.cpp32 raw_ostream &OS) const {
36 OS << '\t' << getSectionName() << '\n';
40 OS << "\t.section\t" << getSectionName() << ",\"";
42 OS << 'x';
44 OS << 'w';
46 OS << 'r';
48 OS << 'n';
49 OS << "\"\n";
54 OS << "\t.linkonce one_only\n";
57 OS << "\
[all...]
H A DMCLabel.cpp15 void MCLabel::print(raw_ostream &OS) const {
16 OS << '"' << getInstance() << '"';
/external/llvm/lib/Support/
H A DBranchProbability.cpp21 void BranchProbability::print(raw_ostream &OS) const {
22 OS << N << " / " << D << " = " << format("%g%%", ((double)N / D) * 100.0);
31 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob) { argument
32 Prob.print(OS);
33 return OS;
H A DTwine.cpp27 raw_svector_ostream OS(Out);
28 print(OS);
58 void Twine::printOneChild(raw_ostream &OS, Child Ptr, argument
64 Ptr.twine->print(OS);
67 OS << Ptr.cString;
70 OS << *Ptr.stdString;
73 OS << *Ptr.stringRef;
76 OS << Ptr.character;
79 OS << Ptr.decUI;
82 OS << Pt
102 printOneChildRepr(raw_ostream &OS, Child Ptr, NodeKind Kind) const argument
[all...]
H A Draw_os_ostream.cpp27 OS.write(Ptr, Size);
30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp26 void IntrinsicEmitter::run(raw_ostream &OS) { argument
27 EmitSourceFileHeader("Intrinsic Function Source Fragment", OS);
34 EmitPrefix(OS);
37 EmitEnumInfo(Ints, OS);
40 EmitIntrinsicToNameTable(Ints, OS);
43 EmitIntrinsicToOverloadTable(Ints, OS);
46 EmitFnNameRecognizer(Ints, OS);
49 EmitVerifier(Ints, OS);
52 EmitGenerator(Ints, OS);
55 EmitAttributes(Ints, OS);
66 EmitPrefix(raw_ostream &OS) argument
76 EmitSuffix(raw_ostream &OS) argument
84 EmitEnumInfo(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
98 EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
147 EmitIntrinsicToNameTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
158 EmitIntrinsicToOverloadTable(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
177 EmitTypeForValueType(raw_ostream &OS, MVT::SimpleValueType VT) argument
210 EmitTypeGenerate(raw_ostream &OS, const std::vector<Record*> &ArgTypes, unsigned &ArgNo) argument
230 EmitTypeGenerate(raw_ostream &OS, const Record *ArgType, unsigned &ArgNo) argument
318 EmitVerifier(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
414 EmitGenerator(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
511 EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) argument
[all...]
H A DRegisterInfoEmitter.cpp32 void RegisterInfoEmitter::runEnums(raw_ostream &OS, argument
41 EmitSourceFileHeader("Target Register Enum Values", OS);
43 OS << "\n#ifdef GET_REGINFO_ENUM\n";
44 OS << "#undef GET_REGINFO_ENUM\n";
46 OS << "namespace llvm {\n\n";
48 OS << "class MCRegisterClass;\n"
53 OS << "namespace " << Namespace << " {\n";
54 OS << "enum {\n NoRegister,\n";
57 OS << " " << Registers[i]->getName() << " = " <<
61 OS << " NUM_TARGET_REG
123 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName) argument
198 EmitRegMappingTables(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument
324 EmitRegMapping(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument
406 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument
429 print(raw_ostream &OS) argument
434 printRegister(raw_ostream &OS, const CodeGenRegister *Reg) argument
438 printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) argument
446 runMCDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
646 runTargetHeader(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
705 runTargetDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1104 run(raw_ostream &OS) argument
[all...]
H A DDAGISelMatcherEmitter.cpp55 unsigned StartIdx, formatted_raw_ostream &OS);
57 void EmitPredicateFunctions(formatted_raw_ostream &OS);
59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
62 formatted_raw_ostream &OS);
115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { argument
117 OS << Val << ", ";
124 OS << (Val&127) << "|128,";
128 OS << Val;
130 OS << "/*" << InVal << "*/";
131 OS << ", ";
138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
581 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
598 EmitPredicateFunctions(formatted_raw_ostream &OS) argument
731 EmitHistogram(const Matcher *M, formatted_raw_ostream &OS) argument
[all...]
H A DInstrInfoEmitter.cpp25 unsigned Num, raw_ostream &OS) {
26 OS << "static const uint16_t ImplicitList" << Num << "[] = { ";
28 OS << getQualifiedName(Uses[i]) << ", ";
29 OS << "0 };\n";
138 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS, argument
144 OS << "\n";
153 OS << "static const MCOperandInfo OperandInfo" << N << "[] = { ";
155 OS << "{ " << OperandInfo[i] << " }, ";
156 OS << "};\n";
165 void InstrInfoEmitter::run(raw_ostream &OS) { argument
24 PrintDefList(const std::vector<Record*> &Uses, unsigned Num, raw_ostream &OS) argument
280 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
364 emitEnums(raw_ostream &OS) argument
[all...]
H A DSubtargetEmitter.cpp25 void SubtargetEmitter::Enumeration(raw_ostream &OS, argument
40 OS << "namespace " << Target << " {\n";
51 OS << " const uint64_t " << Def->getName() << " = 1ULL << " << i << ";\n";
55 OS << "enum {\n";
63 OS << " " << Def->getName();
66 if (isBits) OS << " = " << " 1ULL << " << i;
69 if (++i < N) OS << ",";
71 OS << "\n";
75 OS << "};\n";
78 OS << "}\
85 FeatureKeyValues(raw_ostream &OS) argument
149 CPUKeyValues(raw_ostream &OS) argument
203 CollectAllItinClasses(raw_ostream &OS, std::map<std::string, unsigned> &ItinClassesMap, std::vector<Record*> &ItinClassList) argument
309 EmitStageAndOperandCycleData(raw_ostream &OS, unsigned NItinClasses, std::map<std::string, unsigned> &ItinClassesMap, std::vector<Record*> &ItinClassList, std::vector<std::vector<InstrItinerary> > &ProcList) argument
485 EmitProcessorData(raw_ostream &OS, std::vector<Record*> &ItinClassList, std::vector<std::vector<InstrItinerary> > &ProcList) argument
540 EmitProcessorLookup(raw_ostream &OS) argument
581 EmitData(raw_ostream &OS) argument
610 ParseFeaturesFunction(raw_ostream &OS, unsigned NumFeatures, unsigned NumProcs) argument
656 run(raw_ostream &OS) argument
[all...]
/external/llvm/lib/TableGen/
H A DTableGenBackend.cpp21 raw_ostream &OS) const {
22 OS << "//===- TableGen'erated file -------------------------------------*-"
/external/clang/lib/AST/
H A DStmtDumper.cpp30 raw_ostream &OS; member in class:__anon3081::StmtDumper
45 : SM(sm), OS(os), IndentLevel(0-1), MaxDepth(maxDepth) {
65 OS << '\n';
70 OS << ')';
73 OS << "<<<NULL>>>";
82 OS << " ";
87 OS << "'" << QualType::getAsString(T_split) << "'";
93 OS << ":'" << QualType::getAsString(D_split) << "'";
99 OS << "(" << Node->getStmtClassName()
106 case VK_LValue: OS << " lvalu
340 DumpBasePath(raw_ostream &OS, CastExpr *Node) argument
736 dump(raw_ostream &OS, SourceManager &SM) const argument
[all...]
H A DStmtPrinter.cpp31 raw_ostream &OS; member in class:__anon3082::StmtPrinter
41 : OS(os), Context(C), IndentLevel(Indentation), Helper(helper),
54 OS << ";\n";
76 OS << "<null expr>";
81 OS << " ";
82 return OS;
86 if (Helper && Helper->handledStmt(S,OS))
95 OS << "<<unknown expr type>>";
113 OS << "{\n";
122 D->print(OS, Polic
1879 printPretty(raw_ostream &OS, ASTContext& Context, PrinterHelper* Helper, const PrintingPolicy &Policy, unsigned Indentation) const argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp28 raw_ostream &OS; member in struct:__anon7365::MachineFunctionPrinterPass
32 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
42 OS << "# " << Banner << ":\n";
43 MF.print(OS);
55 MachineFunctionPass *createMachineFunctionPrinterPass(raw_ostream &OS, argument
57 return new MachineFunctionPrinterPass(OS, Banner);
/external/clang/include/clang/Rewrite/
H A DRewriters.h23 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
26 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
/external/clang/lib/Basic/
H A DModule.cpp170 static void printModuleId(llvm::raw_ostream &OS, const ModuleId &Id) { argument
173 OS << ".";
174 OS << Id[I].first;
178 void Module::print(llvm::raw_ostream &OS, unsigned Indent) const { argument
179 OS.indent(Indent);
181 OS << "framework ";
183 OS << "explicit ";
184 OS << "module " << Name;
187 OS.indent(Indent + 2);
188 OS << " [syste
[all...]
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStackPosix.cpp29 #if OS(UNIX) && !OS(SYMBIAN)

Completed in 444 milliseconds

1234567891011>>