Home | History | Annotate | Download | only in tools

Lines Matching refs:parse_error

436     using tools::parser::parse_error;
439 throw parse_error(lineno, "The value for '" + name +"' cannot be "
451 throw parse_error(lineno, "The has.cleanup property requires a"
456 throw parse_error(lineno, "The identifier must match " +
466 throw parse_error(lineno, "The require.memory property requires an "
473 throw parse_error(lineno, "The timeout property requires an integer"
480 throw parse_error(lineno, "Unknown property '" + name + "'");
489 using tools::parser::parse_error;
503 throw parse_error(t.lineno(), "First property of a test case "
520 throw parse_error(t.lineno(), "Test case definition did "
528 throw parse_error(t.lineno(), "First property of a "
534 } catch (const parse_error& pe) {