OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026