Home
last modified time | relevance | path

Searched refs:bailed_out (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dtap-merge.pl54 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
61 $bailed_out = 1;
67 $bailed_out = 0;
72 $bailed_out = 0 if $cur->number == 1;
86 print $cur->as_string . "\n" unless $bailed_out;
H A Dtap-driver.pl57 my $bailed_out = 0; # Whether a "Bail out!" directive has been seen.
290 $bailed_out = 1;
320 next if $bailed_out;
342 if (!$bailed_out)
/dports/devel/kyua/kyua-0.13/engine/
H A Dtap_parser_test.cpp71 ATF_REQUIRE(summary.bailed_out()); in ATF_TEST_CASE_BODY()
80 ATF_REQUIRE(!summary.bailed_out()); in ATF_TEST_CASE_BODY()
92 ATF_REQUIRE(!summary.bailed_out()); in ATF_TEST_CASE_BODY()
101 const engine::tap_summary bailed_out = in ATF_TEST_CASE_BODY() local
109 ATF_REQUIRE( bailed_out == bailed_out); in ATF_TEST_CASE_BODY()
110 ATF_REQUIRE(!(bailed_out != bailed_out)); in ATF_TEST_CASE_BODY()
117 ATF_REQUIRE(!(bailed_out == all_skipped_1)); in ATF_TEST_CASE_BODY()
118 ATF_REQUIRE( bailed_out != all_skipped_1); in ATF_TEST_CASE_BODY()
119 ATF_REQUIRE(!(bailed_out == results_1)); in ATF_TEST_CASE_BODY()
120 ATF_REQUIRE( bailed_out != results_1); in ATF_TEST_CASE_BODY()
H A Dtap_parser.cpp196 bool bailed_out = false; in parse() local
200 while (!bailed_out && std::getline(input, line)) { in parse()
201 if (try_parse_result(line, ok_count, not_ok_count, bailed_out)) in parse()
206 if (bailed_out) { in parse()
297 engine::tap_summary::bailed_out(void) const in bailed_out() function in engine::tap_summary
340 PRE(!bailed_out()); in ok_count()
398 if (summary.bailed_out()) { in operator <<()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp199 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
296 #define CHECK_BAILOUT() { if (bailed_out()) return; }
297 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
300 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
301 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
302 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp199 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
296 #define CHECK_BAILOUT() { if (bailed_out()) return; }
297 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
300 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
301 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
302 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp201 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
298 #define CHECK_BAILOUT() { if (bailed_out()) return; }
299 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
302 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
303 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
304 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp202 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
299 #define CHECK_BAILOUT() { if (bailed_out()) return; }
300 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
303 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
304 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
305 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp199 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
296 #define CHECK_BAILOUT() { if (bailed_out()) return; }
297 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
300 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
301 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
302 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.hpp199 bool bailed_out() const { return _bailout_msg != NULL; } in bailed_out() function in Compilation
296 #define CHECK_BAILOUT() { if (bailed_out()) return; }
297 #define CHECK_BAILOUT_(res) { if (bailed_out()) return res; }
300 #define CHECK_BAILOUT1(l1) { if (bailed_out()) { l1.reset(); return…
301 #define CHECK_BAILOUT2(l1, l2) { if (bailed_out()) { l1.reset(); l2.reset(); return…
302 #define CHECK_BAILOUT3(l1, l2, l3) { if (bailed_out()) { l1.reset(); l2.reset(); l3.reset(); return…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_FpuStackSim_x86.hpp49 bool bailed_out() const { return compilation()->bailed_out(); } in bailed_out() function in FpuStackSim

123456789