Searched refs:outcome (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-predict.h47 /* Return the outcome of GIMPLE_PREDICT statement GS. */
57 /* Set the outcome of GIMPLE_PREDICT statement GS to OUTCOME. */
60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) argument
63 if (outcome == TAKEN)
73 gimple_build_predict (enum br_predictor predictor, enum prediction outcome) argument
79 gimple_predict_set_outcome (p, outcome);
H A Dree.c769 bool outcome; local
774 outcome = make_defs_and_copies_lists (cand->insn, set_pat, state);
776 if (!outcome)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-predict.h47 /* Return the outcome of GIMPLE_PREDICT statement GS. */
57 /* Set the outcome of GIMPLE_PREDICT statement GS to OUTCOME. */
60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) argument
63 if (outcome == TAKEN)
73 gimple_build_predict (enum br_predictor predictor, enum prediction outcome) argument
79 gimple_predict_set_outcome (p, outcome);
H A Dree.cc769 bool outcome; local
774 outcome = make_defs_and_copies_lists (cand->insn, set_pat, state);
776 if (!outcome)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/assignment/
H A D4.cc121 ATTRIBUTE_UNUSED outcome_type outcome {};
130 { outcome = caught; }
132 { outcome = bad_catch; }
138 ATTRIBUTE_UNUSED outcome_type outcome {};
147 { outcome = caught; }
149 { outcome = bad_catch; }
H A D3.cc121 ATTRIBUTE_UNUSED outcome_type outcome {};
130 { outcome = caught; }
132 { outcome = bad_catch; }
138 ATTRIBUTE_UNUSED outcome_type outcome {};
147 { outcome = caught; }
149 { outcome = bad_catch; }
H A D1.cc154 outcome_type outcome {};
164 { outcome = caught; }
166 { outcome = bad_catch; }
168 VERIFY( outcome == caught );
174 outcome_type outcome {};
184 { outcome = caught; }
186 { outcome = bad_catch; }
188 VERIFY( outcome == caught );
H A D2.cc154 ATTRIBUTE_UNUSED outcome_type outcome {};
164 { outcome = caught; }
166 { outcome = bad_catch; }
173 ATTRIBUTE_UNUSED outcome_type outcome {};
183 { outcome = caught; }
185 { outcome = bad_catch; }
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/assignment/
H A D4.cc121 ATTRIBUTE_UNUSED outcome_type outcome {};
130 { outcome = caught; }
132 { outcome = bad_catch; }
138 ATTRIBUTE_UNUSED outcome_type outcome {};
147 { outcome = caught; }
149 { outcome = bad_catch; }
H A D3.cc121 ATTRIBUTE_UNUSED outcome_type outcome {};
130 { outcome = caught; }
132 { outcome = bad_catch; }
138 ATTRIBUTE_UNUSED outcome_type outcome {};
147 { outcome = caught; }
149 { outcome = bad_catch; }
H A D1.cc154 outcome_type outcome {};
164 { outcome = caught; }
166 { outcome = bad_catch; }
168 VERIFY( outcome == caught );
174 outcome_type outcome {};
184 { outcome = caught; }
186 { outcome = bad_catch; }
188 VERIFY( outcome == caught );
H A D2.cc154 ATTRIBUTE_UNUSED outcome_type outcome {};
164 { outcome = caught; }
166 { outcome = bad_catch; }
173 ATTRIBUTE_UNUSED outcome_type outcome {};
183 { outcome = caught; }
185 { outcome = bad_catch; }
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dtinytest.c78 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
79 static enum outcome cur_test_outcome = 0;
93 static enum outcome
97 int outcome; local
108 outcome = cur_test_outcome;
112 outcome = FAIL;
115 return outcome;
122 static enum outcome
196 perror("write outcome to pipe");
213 perror("read outcome fro
228 enum outcome outcome; local
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtinytest.c80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
81 static enum outcome cur_test_outcome = 0;
107 static enum outcome
154 static enum outcome
158 int outcome; local
181 outcome = cur_test_outcome;
185 outcome = FAIL;
188 return outcome;
194 static enum outcome
276 perror("write outcome t
316 enum outcome outcome; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/cons/
H A Dmove.cc88 enum outcome { nothrow, caught, bad_catch }; enum
91 outcome result = nothrow;
107 outcome result = nothrow;
H A Dcopy.cc90 enum outcome { nothrow, caught, bad_catch }; enum
93 outcome result = nothrow;
109 outcome result = nothrow;
H A Dvalue.cc171 enum outcome { nothrow, caught, bad_catch }; enum
174 outcome result = nothrow;
190 outcome result = nothrow;
206 outcome result = nothrow;
222 outcome result = nothrow;
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/cons/
H A Dmove.cc88 enum outcome { nothrow, caught, bad_catch }; enum
91 outcome result = nothrow;
107 outcome result = nothrow;
H A Dcopy.cc90 enum outcome { nothrow, caught, bad_catch }; enum
93 outcome result = nothrow;
109 outcome result = nothrow;
H A Dvalue.cc171 enum outcome { nothrow, caught, bad_catch }; enum
174 outcome result = nothrow;
190 outcome result = nothrow;
206 outcome result = nothrow;
222 outcome result = nothrow;
/netbsd-current/games/gomoku/
H A Dmain.c252 declare_winner(int outcome, const enum input_source *input, player_color color) argument
256 switch (outcome) {
276 struct outcome { struct
281 static struct outcome
317 int outcome; local
318 if ((outcome = makemove(color, curmove)) != MOVEOK)
319 return (struct outcome){ outcome, color };
381 struct outcome outcome local
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconftest.py204 self.outcome = None
210 if self.outcome is None or report.outcome != "passed":
211 self.outcome = report.outcome
220 outcome = yield
221 report = outcome.get_result()
223 # Set the test outcome in session, so we can access it from module-level
397 mlogger.debug("%s %s", result.outcome.upper(), node)
401 failed = any(res.outcome
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DNOTES.PERL16 However, if you install Perl as binary packages, the outcome might
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-eval-short.mk69 # right-hand side of the '&&' cannot influence the outcome of the condition.
H A Dparse-var.mk96 # its value would not influence the outcome of the condition, or during the

Completed in 309 milliseconds

12