Home
last modified time | relevance | path

Searched defs:RuleMerger (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Ddep.cc142 struct RuleMerger { struct
143 vector<const Rule*> rules;
144 vector<pair<Symbol, RuleMerger*>> implicit_outputs;
145 const Rule* primary_rule;
146 const RuleMerger* parent;
147 Symbol parent_sym;
148 bool is_double_colon;
150 RuleMerger() in RuleMerger() function
153 void AddImplicitOutput(Symbol output, RuleMerger* merger) { in AddImplicitOutput()
157 void SetImplicitOutput(Symbol output, Symbol p, const RuleMerger* merger) { in SetImplicitOutput()
[all …]