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