Searched refs:into (Results 1 - 25 of 478) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.bin/mandoc/roff/while/
H A DMakefile3 REGRESS_TARGETS = basic badargs break into nesting outof
4 LINT_TARGETS = badargs into nesting outof
7 # - if a while loop extends into a scope, mandoc may close it there
11 SKIP_GROFF = into nesting outof
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/lib/my/
H A Dpragma.pm4 use Import::Into qw(into);
8 autodie->import::into(1, @_);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddefined.c25 #error Macro expanding into defined operator test 1
35 #error Macro expanding into defined operator test 2
57 #error Macro expanding into defined operator test 1
67 #error Macro expanding into defined operator test 2
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddefined.c35 #error Macro expanding into defined operator test 1
45 #error Macro expanding into defined operator test 2
67 #error Macro expanding into defined operator test 1
77 #error Macro expanding into defined operator test 2
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dexit.S18 rjmp __stop_program ; Fall into an infinite loop.
/openbsd-current/sys/arch/hppa/spmath/
H A Ddivu.S51 add quo,quo,quo ; shift msb bit into carry
54 addc quo,quo,quo ; shift quo with/into carry
56 addc quo,quo,quo ; shift quo with/into carry
58 addc quo,quo,quo ; shift quo with/into carry
60 addc quo,quo,quo ; shift quo with/into carry
62 addc quo,quo,quo ; shift quo with/into carry
64 addc quo,quo,quo ; shift quo with/into carry
66 addc quo,quo,quo ; shift quo with/into carry
68 addc quo,quo,quo ; shift quo with/into carry
70 addc quo,quo,quo ; shift quo with/into carr
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DSquasher.pm70 my ($into) = @_;
77 my $fsig = $into ? $into->trace_signature : undef;
80 $self->squash($into, @$buffer);
118 my $into = $self->{+UP_INTO} or return;
123 # Only merge into matching trace signatres
130 $self->squash($into, $event);
137 my ($into, @from) = @_;
138 push @{$into->facet_data->{info}} => $_->info for @from;
160 squashes diags into assertion
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp44 QuarantineBatch into; local
45 into.init(kFakePtr, 4UL);
49 into.merge(&from);
51 ASSERT_EQ(into.count, 2UL);
52 ASSERT_EQ(into.batch[0], kFakePtr);
53 ASSERT_EQ(into.batch[1], kFakePtr);
54 ASSERT_EQ(into.size, 12UL + sizeof(QuarantineBatch));
55 ASSERT_EQ(into.quarantined_size(), 12UL);
64 ASSERT_TRUE(into.count + from.count == QuarantineBatch::kSize);
65 ASSERT_TRUE(into
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DGuts.pm20 were merged back into Locale::Maketext
H A DGutsLoader.pm22 were merged back into Locale::Maketext.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x3 # by a large constant, which gets turned into an induction variable.
/openbsd-current/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.pm28 be explicitly used. In 5.8.6 and later, it was statically linked into
31 As of perl 5.9.5/Win32 0.27, these functions have been moved into
/openbsd-current/gnu/usr.bin/perl/dist/constant/t/
H A Dconstant.t199 qr/^Constant name 'STDIN' is forced into package main:: a/,
200 qr/^Constant name 'STDOUT' is forced into package main:: at/,
201 qr/^Constant name 'STDERR' is forced into package main:: at/,
202 qr/^Constant name 'ARGV' is forced into package main:: at/,
203 qr/^Constant name 'ARGVOUT' is forced into package main:: at/,
204 qr/^Constant name 'ENV' is forced into package main:: at/,
205 qr/^Constant name 'INC' is forced into package main:: at/,
206 qr/^Constant name 'SIG' is forced into package main:: at/,
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli16 (** [link_modules' dst src] links [src] into [dst], raising [Error]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc19 // Break a into sign, exponent, significand parts.
H A Dfp_fixuint_impl.inc17 // Break a into sign, exponent, significand parts.
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S481 add arg0,arg0,retreg ; shift msb bit into carry
483 addc retreg,retreg,retreg ; shift retreg with/into carry
485 addc retreg,retreg,retreg ; shift retreg with/into carry
487 addc retreg,retreg,retreg ; shift retreg with/into carry
489 addc retreg,retreg,retreg ; shift retreg with/into carry
491 addc retreg,retreg,retreg ; shift retreg with/into carry
493 addc retreg,retreg,retreg ; shift retreg with/into carry
495 addc retreg,retreg,retreg ; shift retreg with/into carry
497 addc retreg,retreg,retreg ; shift retreg with/into carry
499 addc retreg,retreg,retreg ; shift retreg with/into carr
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DCallGraphSort.cpp167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, argument
169 int tail1 = into.prev, tail2 = from.prev;
170 into.prev = tail2;
174 into.size += from.size;
175 into.weight += from.weight;
180 // Group InputSections into clusters using the Call-Chain Clustering heuristic
194 // clusters[L] has not been merged into another cluster yet.
/openbsd-current/gnu/llvm/lld/COFF/
H A DCallGraphSort.cpp140 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, argument
142 int tail1 = into.prev, tail2 = from.prev;
143 into.prev = tail2;
147 into.size += from.size;
148 into.weight += from.weight;
153 // Group InputSections into clusters using the Call-Chain Clustering heuristic
167 // clusters[L] has not been merged into another cluster yet.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A DJustPod01.t83 'utf8'->import::into($target);
84 'open'->import::into($target, qw{:encoding(UTF-8) :std});
85 'charnames'->import::into($target, qw{:full :short});
86 'warnings'->import::into($target, qw{FATAL utf8});
87 'feature'->import::into($target, qw{unicode_strings}) if $^V >= v5.11.0;
88 'feature'->import::into($target, qw{unicode_eval fc}) if $^V >= v5.16.0;
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm14 compiled version of this file into combinations with other programs,
18 the file, and distribution when not linked into a combine
H A Dvms_tramp.asm14 compiled version of this file into combinations with other programs,
18 the file, and distribution when not linked into a combine
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm14 compiled version of this file into combinations with other programs,
18 the file, and distribution when not linked into a combine
H A Dvms_tramp.asm14 compiled version of this file into combinations with other programs,
18 the file, and distribution when not linked into a combine
/openbsd-current/gnu/llvm/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh17 Passes additional -DCMAKE_INSTALL_PREFIX and puts the build results into

Completed in 644 milliseconds

1234567891011>>