Home
last modified time | relevance | path

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

/build/kati/
Drule_parser.go59 type rule struct { struct
60 srcpos
64 outputs []string
66 inputs []string
67 orderOnlyInputs []string
68 outputPatterns []pattern
69 isDoubleColon bool
70 isSuffixRule bool
71 cmds []string
72 cmdLineno int
[all …]
Ddep.cc78 const Rule* rule; member
89 void Add(StringPiece name, const Rule* rule) { in Add()
368 for (const Rule* rule : rules) { in PopulateRules() local
380 bool PopulateSuffixRule(const Rule* rule, Symbol output) { in PopulateSuffixRule()
397 void PopulateExplicitRule(const Rule* rule) { in PopulateExplicitRule()
407 static bool IsIgnorableImplicitRule(const Rule* rule) { in IsIgnorableImplicitRule()
421 void PopulateImplicitRule(const Rule* rule) { in PopulateImplicitRule()
443 bool CanPickImplicitRule(const Rule* rule, Symbol output, DepNode* n, in CanPickImplicitRule()
Ddep.go69 rule *rule member
267 func expandInputs(rule *rule, output string) []string { argument
413 func mergeRules(oldRule, r *rule, output string, isSuffixRule bool) (*rule, error) {
445 func expandPattern(r *rule) []*rule {
Drule.cc98 Rule* rule = new Rule(); in ParseRule() local
Deval.cc119 Rule* rule; in EvalRule() local
/build/soong/genrule/
Dgenrule.go69 rule blueprint.Rule member