Home
last modified time | relevance | path

Searched refs:last_rule_ (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Deval.cc34 : last_rule_(NULL), in Evaluator()
97 last_rule_ = NULL; in EvalAssign()
109 last_rule_ = NULL; in EvalRule()
130 last_rule_ = rule; in EvalRule()
168 if (!last_rule_) { in EvalCommand()
176 last_rule_->cmds.push_back(stmt->expr); in EvalCommand()
177 if (last_rule_->cmd_lineno == 0) in EvalCommand()
178 last_rule_->cmd_lineno = stmt->loc().lineno; in EvalCommand()
237 last_rule_ = NULL; in EvalInclude()
264 last_rule_ = NULL; in EvalExport()
Deval.h103 Rule* last_rule_; variable