Searched defs:phonyCandidate (Results 1 – 1 of 1) sorted by relevance
4901 type phonyCandidate struct { struct4902 sync.Once4903 phony *buildDef // the phony buildDef that wraps the set4904 first *buildDef // the first buildDef that uses this set4905 …derOnlyStrings []string // the original OrderOnlyStrings of the first buildDef that uses this set4906 usedByIncremental bool // if the phony is used by any incremental module