Lines Matching refs:failed
63 if (failed(parser.parseOptionalKeyword(&variable))) {
80 if (failed(parser.parseStar())) {
86 if (failed(parser.parseInteger(parsedExponent))) {
113 if (failed(parseMonomial<Monomial>(
151 if (failed(parser.parseLess()))
157 if (failed(parsePolynomialAttr<IntMonomial>(
170 if (failed(result)) {
178 if (failed(parser.parseLess()))
192 if (failed(parsePolynomialAttr<FloatMonomial>(parser, monomials, variables,
198 if (failed(result)) {