HomeSort by relevance Sort by last modified time
    Searched refs:RuleStmt (Results 1 - 5 of 5) sorted by null

  /build/kati/
stmt.cc 28 string RuleStmt::DebugString() const {
29 return StringPrintf("RuleStmt(expr=%s term=%d after_term=%s loc=%s:%d)",
111 RuleStmt::~RuleStmt() {
116 void RuleStmt::Eval(Evaluator* ev) const {
stmt.h 70 struct RuleStmt : public Stmt {
75 virtual ~RuleStmt();
eval.h 40 void EvalRule(const RuleStmt* stmt);
parser.cc 229 RuleStmt* stmt = new RuleStmt();
eval.cc 134 void Evaluator::EvalRule(const RuleStmt* stmt) {

Completed in 199 milliseconds