Searched refs:ParseExprImpl (Results 1 – 3 of 3) sorted by relevance
/build/kati/ |
D | expr.cc | 326 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()
|
D | expr.h | 65 Value* ParseExprImpl(const Loc& loc,
|
D | parser.cc | 369 stmt->lhs = ParseExprImpl(loc_, s, terms, ParseExprOpt::NORMAL, &n, true); in ParseIfEqCond() 373 stmt->rhs = ParseExprImpl(loc_, s, NULL, ParseExprOpt::NORMAL, &n); in ParseIfEqCond()
|