Searched refs:Records (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/utils/TableGen/
H A DTableGenBackends.h32 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
33 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
34 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
35 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostrea
[all...]
H A DTableGen.cpp143 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
146 EmitClangAttrClass(Records, OS);
149 EmitClangAttrParserStringSwitches(Records, OS);
152 EmitClangAttrImpl(Records, OS);
155 EmitClangAttrList(Records, OS);
158 EmitClangAttrPCHRead(Records, OS);
161 EmitClangAttrPCHWrite(Records, OS);
164 EmitClangAttrHasAttrImpl(Records, OS);
167 EmitClangAttrSpellingListIndex(Records, OS);
170 EmitClangAttrASTVisitor(Records, O
[all...]
H A DClangCommentHTMLTagsEmitter.cpp23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { argument
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
39 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, argument
41 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
H A DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { argument
29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { argument
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, argument
52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
H A DClangASTNodesEmitter.cpp31 RecordKeeper &Records; member in class:__anon19554::ClangASTNodesEmitter
58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S)
156 = Records.getAllDerivedDefinitions(Root.getName());
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { argument
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
H A DClangDiagnosticsEmitter.cpp42 RecordKeeper &Records; member in class:__anon19557::DiagGroupParentMap
45 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
47 = Records.getAllDerivedDefinitions("DiagGroup");
97 RecordKeeper &Records; member in class:__anon19558::DiagCategoryIDMap
101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
102 DiagGroupParentMap ParentInfo(Records);
109 Records.getAllDerivedDefinitions("Diagnostic");
485 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, argument
498 Records.getAllDerivedDefinitions("Diagnostic");
501 = Records
816 emitCategoryTable(RecordKeeper &Records, raw_ostream &OS) argument
825 EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) argument
879 EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
H A DClangAttrEmitter.cpp134 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, argument
136 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1258 static void emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) { argument
1260 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1280 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) { argument
1282 std::vector<Record *> Attrs = Records.getAllDerivedDefinitions("Attr");
1306 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) { argument
1308 ParsedAttrMap Attrs = getParsedAttrList(Records);
1335 static void emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) { argument
1337 std::vector<Record*> Attrs = Records
1359 EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) argument
1553 EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument
1612 EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) argument
1664 EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) argument
1707 EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) argument
1794 EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument
1852 EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) argument
1890 EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS) argument
1959 EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) argument
2023 EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) argument
2441 EmitClangAttrParsedAttrImpl(RecordKeeper &Records, raw_ostream &OS) argument
2494 EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS) argument
2575 EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS) argument
2631 EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS) argument
2800 EmitClangAttrDocs(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
/external/chromium_org/sync/util/
H A Dextensions_activity.h38 typedef std::map<std::string, Record> Records; typedef in class:syncer::ExtensionsActivity
45 void GetAndClearRecords(Records* buffer);
49 void PutRecords(const Records& records);
58 Records records_;
H A Dextensions_activity.cc18 void ExtensionsActivity::GetAndClearRecords(Records* buffer) {
24 void ExtensionsActivity::PutRecords(const Records& records) {
26 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
/external/llvm/utils/TableGen/
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
97 OS << Records; // No argument, dump all contents local
100 EmitCodeEmitter(Records, OS);
103 EmitRegisterInfo(Records, OS);
106 EmitInstrInfo(Records, OS);
109 EmitCallingConv(Records, OS);
112 EmitAsmWriter(Records, OS);
115 EmitAsmMatcher(Records, OS);
118 EmitDisassembler(Records, OS);
121 EmitPseudoLowering(Records, O
[all...]
H A DDisassemblerEmitter.cpp106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { argument
107 CodeGenTarget Target(Records);
136 EmitFixedLenDecoder(Records, OS, PredicateNamespace,
144 EmitFixedLenDecoder(Records, OS, Target.getName(),
H A DCTagsEmitter.cpp50 RecordKeeper &Records; member in class:__anon26567::CTagsEmitter
52 CTagsEmitter(RecordKeeper &R) : Records(R) {}
72 const std::map<std::string, Record *> &Classes = Records.getClasses();
73 const std::map<std::string, Record *> &Defs = Records.getDefs();
H A DCodeGenMapTable.cpp40 // vector of RowFields values and contains vectors of Records (instructions) as
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
498 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { argument
501 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
564 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { argument
565 CodeGenTarget Target(Records);
568 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
579 emitEnums(OS, Records);
585 MapTableEmitter IMap(Target, Records, InstrMapVe
[all...]
H A DPseudoLoweringEmitter.cpp46 RecordKeeper &Records; member in class:__anon26603::PseudoLoweringEmitter
62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
274 Record *ExpansionClass = Records.getClass("PseudoInstExpansion");
275 Record *InstructionClass = Records.getClass("Instruction");
281 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) {
H A DCodeGenTarget.cpp136 : Records(records), RegBank(nullptr), SchedModels(nullptr) {
137 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
214 RegBank = new CodeGenRegBank(Records);
219 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
268 SchedModels = new CodeGenSchedModels(Records, *this);
273 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
285 RecordKeeper &Records) {
286 const Record *Rec = Records.getDef(Name);
307 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records);
345 std::vector<Record*> Insts = Records
283 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) argument
[all...]
H A DDFAPacketizerEmitter.cpp41 RecordKeeper &Records; member in class:__anon26585::DFAPacketizerEmitter
252 allInsnClasses(), Records(R) {}
344 Records.getAllDerivedDefinitions("ProcessorItineraries");
398 Records.getAllDerivedDefinitions("ProcessorItineraries");
415 Records.getAllDerivedDefinitions("InstrItinClass").size();
/external/llvm/include/llvm/TableGen/
H A DMain.h21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
/external/chromium_org/sync/engine/
H A Dcommit.h43 ExtensionsActivity::Records extensions_activity_buffer);
74 ExtensionsActivity::Records extensions_activity_buffer_;
H A Dcommit_util.h32 ExtensionsActivity::Records* extensions_activity_buffer,
H A Dcommit.cc22 ExtensionsActivity::Records extensions_activity_buffer)
61 ExtensionsActivity::Records extensions_activity_buffer;
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.h9 // Records, which hold (key, rectangle) pairs.
31 typedef std::vector<const RecordBase*> Records; typedef in class:gfx::RTreeBase
38 // Records.
43 // Appends to |records_out| the set of Records in this subtree with rects
47 Records* records_out) const = 0;
51 virtual void AppendAllRecords(Records* records_out) const = 0;
56 // Returns -1 for Records, or the height of this subtree for Nodes. The
57 // height of a leaf Node (a Node containing only Records) is 0, a leaf's
99 Records* records_out) const OVERRIDE;
100 virtual void AppendAllRecords(Records* records_ou
[all...]
H A Dr_tree.h157 RTreeBase::Records matching_records;
159 for (RTreeBase::Records::const_iterator it = matching_records.begin();
/external/llvm/lib/TableGen/
H A DMain.cpp81 RecordKeeper Records; local
100 TGParser Parser(SrcMgr, Records);
117 if (MainFn(Out.os(), Records))
/external/chromium_org/chrome/browser/sync/glue/
H A Dextensions_activity_monitor_unittest.cc108 syncer::ExtensionsActivity::Records results;
126 syncer::ExtensionsActivity::Records results;
139 syncer::ExtensionsActivity::Records new_records;
155 syncer::ExtensionsActivity::Records results;

Completed in 944 milliseconds

123