Searched refs:expected_exit_type (Results 1 – 1 of 1) sorted by relevance
85 static const tools::parser::token_type expected_exit_type = 18; variable110 add_keyword("expected_exit", expected_exit_type); in tokenizer()363 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type, in read_tc()372 else if (t.type() == expected_exit_type) state = "expected_exit"; in read_tc()