Searched refs:parseMulExp (Results 1 – 3 of 3) sorted by relevance
147 Expression *parseMulExp();
7568 Expression *Parser::parseMulExp() in parseMulExp() function7597 e = parseMulExp(); in parseAddExp()7602 case TOKadd: nextToken(); e2 = parseMulExp(); e = new AddExp(loc,e,e2); continue; in parseAddExp()7603 case TOKmin: nextToken(); e2 = parseMulExp(); e = new MinExp(loc,e,e2); continue; in parseAddExp()7604 case TOKtilde: nextToken(); e2 = parseMulExp(); e = new CatExp(loc,e,e2); continue; in parseAddExp()
8807 private AST.Expression parseMulExp() in parseMulExp() function8845 auto e = parseMulExp(); in parseAddExp()8853 auto e2 = parseMulExp(); in parseAddExp()8859 auto e2 = parseMulExp(); in parseAddExp()8865 auto e2 = parseMulExp(); in parseAddExp()