HomeSort by: relevance | last modified time | path
    Searched defs:expected_death_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
reader.cpp 84 static const tools::parser::token_type expected_death_type = 17; member in namespace:atf_tps
109 add_keyword("expected_death", expected_death_type);
363 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type,
371 if (t.type() == expected_death_type) state = "expected_death";
reader.cpp 84 static const tools::parser::token_type expected_death_type = 17; member in namespace:atf_tps
109 add_keyword("expected_death", expected_death_type);
363 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type,
371 if (t.type() == expected_death_type) state = "expected_death";

Completed in 39 milliseconds