Searched defs:expr (Results 1 - 2 of 2) sorted by relevance

/build/kati/
H A Deval.cc22 #include "expr.h"
138 const string&& expr = stmt->expr->Eval(this); local
140 if (expr.find_first_not_of(" \t;") == string::npos) {
151 ParseRule(loc_, expr, stmt->term, after_term_fn, &rule, &rule_var);
231 last_rule_->cmds.push_back(stmt->expr);
234 LOG("Command: %s", stmt->expr->DebugString().c_str());
295 const string&& pats = stmt->expr->Eval(this);
322 const string&& exports = stmt->expr->Eval(this);
H A Dstmt.h71 Value* expr; member in struct:RuleStmt
105 Value* expr; member in struct:CommandStmt
130 Value* expr; member in struct:IncludeStmt
141 Value* expr; member in struct:ExportStmt

Completed in 2328 milliseconds