Home
last modified time | relevance | path

Searched refs:restored (Results 1 – 25 of 159) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DContext.t244 die "Make sure old context is restored";
250 is($spawn->trace, $ctx->trace, "Old context restored");
391 is(0 + $!, 22, "restored the nested \$! in tool");
392 is($@, 'xyz', "restored the nested \$@ in tool");
393 is($?, 33, "restored the nested \$? in tool");
417 is($ctx->errno, 100, "restored errno");
418 is($ctx->eval_error, 'foobarbaz', "restored eval error");
419 is($ctx->child_error, 123, "restored child exit");
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.c1252 int restored, fp_restored_p; local
1285 restored = 0;
1309 restored += frame_size;
1317 restored += frame_size;
1349 if (restored < size)
1360 else if (restored < size)
1362 if (!SMALL_INT (size - restored))
1365 sp_str, sp_str, size - restored);
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Darc.c1283 int restored, fp_restored_p; in arc_output_function_epilogue() local
1315 restored = 0; in arc_output_function_epilogue()
1339 restored += frame_size; in arc_output_function_epilogue()
1347 restored += frame_size; in arc_output_function_epilogue()
1383 gcc_assert (restored >= size); in arc_output_function_epilogue()
1392 else if (restored < size) in arc_output_function_epilogue()
1394 gcc_assert (SMALL_INT (size - restored)); in arc_output_function_epilogue()
1396 sp_str, sp_str, size - restored); in arc_output_function_epilogue()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DIndex.pm125 my $restored = 0;
184 $restored++;
199 $restored || "none",
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dlocal.t492 is(join('', sort keys %h), "abc", 'restored %h has original keys');
493 is(join('', sort values %h), "123", 'restored %h has original values');
/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dperlio.t88 # report after STDOUT is restored
182 # report after STDOUT is restored
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-ppc.texi125 cpu, which may be restored with @code{.machine "pop"}.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-ppc.texi131 cpu, which may be restored with @code{.machine "pop"}.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt99 register saves which will be restored in epilogs.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl582delta.pod19 Binary compatibility with 5.8.0 has been restored in 5.8.2, which
H A Dperl5182delta.pod55 L<perlrepository> has been restored with a pointer to more useful pages.
H A Dperlpragma.pod48 restored via C<no myint;>
H A Dperldebtut.pod123 Default die handler restored.
353 Default die handler restored.
482 Default die handler restored.
H A Dperlform.pod140 The variable will I<not> be restored.
184 call, and is not restored.) The next portion of text is determined by
H A Dperl5222delta.pod218 This was caused by a pointer not being restored correctly.
H A Dperl5202delta.pod271 name has been restored.
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td286 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
302 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
316 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
327 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td102 // restored to the saved value before the tail call, which would clobber a call
/openbsd-src/gnu/llvm/llvm/docs/
H A DInAlloca.rst81 ``g`` will destroy its arguments, and then the stack is restored in
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dgv.t594 "Localized FAKE glob's value was correctly restored");
819 # restored on scope exit. The destructor used to see SVs with a refcount of
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dpredicates.md276 ;; Return true if the given RTX is a register which can be restored by
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindRegistersSave.S747 @ EHABI #7.4.5 notes that in general all VRS registers should be restored
/openbsd-src/gnu/llvm/libcxx/docs/
H A DReleaseNotes.rst179 restored to what it used to be (no lock byte), which is the most efficient implementation.
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Dlibgcc.S506 ; __zero_reg__ now restored (r_cnt == 0)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Dlibgcc.S506 ; __zero_reg__ now restored (r_cnt == 0)

1234567