Home
last modified time | relevance | path

Searched refs:IsPhony (Results 1 – 6 of 6) sorted by relevance

/build/kati/
Dworker.go133 if j.n.IsPhony {
140 if j.outputTs >= 0 || j.n.IsPhony {
170 if j.n.IsPhony {
Dserialize.go122 IsPhony bool member
250 IsPhony: n.IsPhony,
540 IsPhony: n.IsPhony,
Dquery.go58 if n.IsPhony {
Ddep.go34 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]}
Dexec.go61 if !n.IsPhony {
Dninja.go486 if len(node.Cmds) == 0 && len(node.Deps) == 0 && len(node.OrderOnlys) == 0 && !node.IsPhony {