Searched defs:outcome (Results 1 – 9 of 9) sorted by relevance
60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) in gimple_predict_set_outcome()73 gimple_build_predict (enum br_predictor predictor, enum prediction outcome) in gimple_build_predict()
769 bool outcome; in combine_reaching_defs() local
252 declare_winner(int outcome, const enum input_source *input, player_color color) in declare_winner()276 struct outcome { struct281 static struct outcome argument317 int outcome; in main_game_loop() local381 struct outcome outcome = main_game_loop(input); in main() local
80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum158 int outcome; in testcase_run_bare_() local316 enum outcome outcome; local
933 static Outcome outcome; member
2138 int outcome = 0; local
419 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl