Home
last modified time | relevance | path

Searched refs:ParseExprImpl (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dexpr.cc326 Value* v = ParseExprImpl(loc, s.substr(i), terms, ParseExprOpt::FUNC, &n, in ParseFunc()
372 ParseExprImpl(loc, s.substr(i), terms, ParseExprOpt::NORMAL, &n); in ParseDollar()
422 ParseExprImpl(loc, s.substr(i + 1), terms, ParseExprOpt::NORMAL, &n); in ParseDollar()
431 ParseExprImpl(loc, s.substr(i + 1), terms, ParseExprOpt::NORMAL, &n); in ParseDollar()
449 Value* ParseExprImpl(const Loc& loc, in ParseExprImpl() function
582 return ParseExprImpl(loc, s, NULL, opt, &n); in ParseExpr()
Dexpr.h65 Value* ParseExprImpl(const Loc& loc,
Dparser.cc369 stmt->lhs = ParseExprImpl(loc_, s, terms, ParseExprOpt::NORMAL, &n, true); in ParseIfEqCond()
373 stmt->rhs = ParseExprImpl(loc_, s, NULL, ParseExprOpt::NORMAL, &n); in ParseIfEqCond()