Searched refs:IsPhony (Results 1 – 6 of 6) sorted by relevance
/build/kati/ |
D | worker.go | 133 if j.n.IsPhony { 140 if j.outputTs >= 0 || j.n.IsPhony { 170 if j.n.IsPhony {
|
D | serialize.go | 122 IsPhony bool member 250 IsPhony: n.IsPhony, 540 IsPhony: n.IsPhony,
|
D | query.go | 58 if n.IsPhony {
|
D | dep.go | 34 IsPhony bool member 43 n.Output, len(n.Cmds), len(n.Deps), len(n.OrderOnlys), n.HasRule, n.IsPhony, n.Filename, n.Lineno) 294 n := &DepNode{Output: output, IsPhony: db.phony[output]}
|
D | exec.go | 61 if !n.IsPhony {
|
D | ninja.go | 486 if len(node.Cmds) == 0 && len(node.Deps) == 0 && len(node.OrderOnlys) == 0 && !node.IsPhony {
|