Searched refs:is_phony (Results 1 – 4 of 4) sorted by relevance
35 DepNode(Symbol output, bool is_phony, bool is_restat);45 bool is_phony; member
264 is_phony(p), in DepNode()695 if (g_flags.warn_phony_looks_real && n->is_phony && in BuildPlan()710 if (!g_flags.writable.empty() && !n->is_phony) { in BuildPlan()732 if (g_flags.warn_phony_looks_real && n->is_phony && in BuildPlan()747 if (!g_flags.writable.empty() && !n->is_phony) { in BuildPlan()771 bool is_phony = c->is_phony; in BuildPlan() local772 if (!is_phony && !c->has_rule && g_flags.top_level_phony) { in BuildPlan()773 is_phony = input.str().find("/") == string::npos; in BuildPlan()775 if (!n->is_phony && is_phony) { in BuildPlan()
68 if (!n->has_rule && output_ts == kNotExist && !n->is_phony) { in ExecNode()93 if (output_ts >= latest && !n->is_phony) { in ExecNode()
242 if (!node->has_rule && !node->is_phony) { in PopulateNinjaNode()560 if (node->is_phony) { in EmitBuild()