Searched defs:rule (Results 1 – 6 of 6) sorted by relevance
| /build/kati/ |
| D | rule_parser.go | 59 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 …]
|
| D | dep.cc | 78 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()
|
| D | dep.go | 69 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 {
|
| D | rule.cc | 98 Rule* rule = new Rule(); in ParseRule() local
|
| D | eval.cc | 119 Rule* rule; in EvalRule() local
|
| /build/soong/genrule/ |
| D | genrule.go | 69 rule blueprint.Rule member
|