Searched defs:targets (Results 1 - 3 of 3) sorted by relevance

/build/kati/
H A Dflags.h51 vector<Symbol> targets; member in struct:Flags
H A Dmain.cc63 static void ReadBootstrapMakefile(const vector<Symbol>& targets, argument
97 JoinSymbols(targets, " ").c_str());
119 static int Run(const vector<Symbol>& targets, argument
149 ReadBootstrapMakefile(targets, &bootstrap_asts);
178 MakeDep(ev, ev->rules(), ev->rule_vars(), targets, &nodes);
253 ERROR("*** No targets specified and no makefile found.");
257 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args);
H A Ddep.cc258 vector<Symbol> targets; local
260 if (GetRuleInputs(Intern(".PHONY"), &targets, &loc)) {
261 for (Symbol t : targets)
264 if (GetRuleInputs(Intern(".KATI_RESTAT"), &targets, &loc)) {
265 for (Symbol t : targets)
268 if (GetRuleInputs(Intern(".SUFFIXES"), &targets, &loc)) {
269 if (targets.empty()) {
294 if (GetRuleInputs(Intern(*p), &targets, &loc)) {
303 void Build(vector<Symbol> targets, vector<DepNode*>* nodes) { argument
305 ERROR("*** No targets
654 MakeDep(Evaluator* ev, const vector<const Rule*>& rules, const unordered_map<Symbol, Vars*>& rule_vars, const vector<Symbol>& targets, vector<DepNode*>* nodes) argument
[all...]

Completed in 43 milliseconds