Searched refs:ParseExpr (Results 1 - 3 of 3) sorted by relevance

/build/kati/
H A Dparser.cc153 Value* ParseExpr(StringPiece s, ParseExprOpt opt = ParseExprOpt::NORMAL) { function in class:Parser
154 return ::ParseExpr(loc_, s, opt);
171 stmt->expr = ParseExpr(line.substr(1), ParseExprOpt::COMMAND);
233 stmt->after_term = ParseExpr(TrimLeftSpace(line.substr(found + 1)), opt);
234 stmt->expr = ParseExpr(TrimSpace(line.substr(0, found)));
238 stmt->expr = ParseExpr(line);
256 stmt->lhs = ParseExpr(lhs);
257 stmt->rhs = ParseExpr(rhs);
268 stmt->expr = ParseExpr(line);
307 stmt->lhs = ParseExpr(define_name
[all...]
H A Dexpr.h68 Value* ParseExpr(const Loc& loc,
H A Dexpr.cc562 Value* ParseExpr(const Loc& loc, StringPiece s, ParseExprOpt opt) { function

Completed in 41 milliseconds