Home
last modified time | relevance | path

Searched defs:outcome (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-predict.h60 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()
H A Dree.c769 bool outcome; in combine_reaching_defs() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-predict.h60 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()
H A Dree.cc769 bool outcome; in combine_reaching_defs() local
/netbsd-src/games/gomoku/
H A Dmain.c252 declare_winner(int outcome, const enum input_source *input, player_color color) in declare_winner()
276 struct outcome { struct
281 static struct outcome argument
317 int outcome; in main_game_loop() local
381 struct outcome outcome = main_game_loop(input); in main() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
158 int outcome; in testcase_run_bare_() local
316 enum outcome outcome; local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d933 static Outcome outcome; member
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c2138 int outcome = 0; local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc419 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl