Searched refs:experimental (Results 26 - 50 of 72) sorted by relevance

123

/openbsd-current/regress/usr.sbin/rpki-client/
H A Dtest-cert.c38 int experimental; variable
H A Dtest-ip.c37 int experimental; variable
H A Dtest-rrdp.c41 int experimental; variable
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlvref.t24 like $w, qr/^Aliasing via reference is experimental/,
25 'experimental warning';
29 like $w, qr/^Aliasing via reference is experimental/,
30 'experimental warning';
33 no warnings 'experimental::refaliasing';
268 no warnings 'experimental::lexical_subs';
380 no warnings 'experimental::lexical_subs';
417 no warnings 'experimental::lexical_subs';
447 no warnings 'experimental::lexical_subs';
525 no warnings 'experimental';
[all...]
H A Dlexsub.t208 use warnings; no warnings "experimental::lexical_subs";
236 use warnings; no warnings "experimental::lexical_subs";
331 use warnings; no warnings "experimental::lexical_subs";
400 no warnings q-experimental::lexical_subs-;
419 no warnings q-experimental::lexical_subs-;
575 use warnings; no warnings "experimental::lexical_subs";
601 use warnings; no warnings "experimental::lexical_subs";
668 use warnings; no warnings "experimental::lexical_subs";
806 no warnings q-experimental::lexical_subs-;
929 switches => [ '-Mfeature=lexical_subs,state', '-Mwarnings=FATAL,all', '-M-warnings=experimental
[all...]
H A Dsignatures.t437 no warnings 'experimental::args_array_with_signatures';
1402 # Quiet the 'use of @_ is experimental' warnings
1403 no warnings 'experimental::args_array_with_signatures';
1632 # check that various uses of @_ inside signatured subs causes "experimental"
1647 ok($warnings =~ m/[Uu]se of \@_ in $opname with signatured subroutine is experimental at \(eval /,
1648 "`$code` warns of experimental \@_") or
1655 ok($warnings =~ m/[Uu]se of \@_ in $opname with signatured subroutine is experimental at \(eval /,
1656 "`$code` warns of experimental \@_") or
1663 ok($warnings !~ m/[Uu]se of \@_ in .* with signatured subroutine is experimental at \(eval /,
1664 "`$code` warns of experimental \
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl596 B<WARNING>: This feature is still experimental and the implementation may
600 no warnings "experimental::smartmatch";
687 it was classed as experimental, and Perl emitted a warning for its
690 no warnings "experimental::lexical_subs";
693 the C<experimental::lexical_subs> warning category still exists (for
695 not only no longer experimental, but it is enabled for all Perl code,
710 was classed as experimental, and Perl emitted a warning for its
713 no warnings "experimental::postderef";
716 the C<experimental::postderef> warning category still exists (for
721 versions, using it triggered the C<experimental
[all...]
H A Dwarnings.pl113 'experimental' => [ 5.017, {
114 'experimental::lexical_subs' =>
116 'experimental::regex_sets' =>
118 'experimental::smartmatch' =>
120 'experimental::postderef' =>
122 'experimental::signatures' =>
124 'experimental::refaliasing' =>
126 'experimental::re_strict' =>
128 'experimental::const_attr' =>
130 'experimental
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfeature.pm174 B<WARNING>: This feature is still experimental and the implementation may
178 no warnings "experimental::smartmatch";
265 it was classed as experimental, and Perl emitted a warning for its
268 no warnings "experimental::lexical_subs";
271 the C<experimental::lexical_subs> warning category still exists (for
273 not only no longer experimental, but it is enabled for all Perl code,
288 was classed as experimental, and Perl emitted a warning for its
291 no warnings "experimental::postderef";
294 the C<experimental::postderef> warning category still exists (for
299 versions, using it triggered the C<experimental
[all...]
H A Dbuiltin.pm44 provides, are currently B<experimental>.
46 B<Warning>: At present, the entire C<builtin> namespace is experimental.
47 Calling functions in it will trigger warnings of the C<experimental::builtin>
/openbsd-current/usr.sbin/rpki-client/
H A Doutput-json.c184 if (experimental)
H A Dcrl.c207 if (experimental && nid == NID_ecdsa_with_SHA256) {
209 warnx("%s: P-256 support is experimental", fn);
H A Dcms.c260 if (experimental && nid == NID_ecdsa_with_SHA256) {
262 warnx("%s: P-256 support is experimental", fn);
H A Dmain.c75 int experimental; variable
680 if (experimental)
1088 experimental = 1;
H A Dextern.h660 extern int experimental;
/openbsd-current/gnu/usr.bin/perl/hints/
H A Ddarwin.sh382 # 64-bit addressing support. Currently strictly experimental. DFD 2005-06-06
405 *** Perl 64-bit addressing support is experimental for Mac OS X
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl892 no warnings 'experimental::vlb';
1260 my @experimental;
1263 push @experimental, "C<$item->{name}>" if $item->{flags} =~ /x/;
1266 for my $which (\@deprecated, \@experimental) {
1304 NOTE: $list $is B<experimental> and may change or be
1825 # experimental nor deprecated.
1994 |Next are the API-flagged elements that are considered experimental. Using one
2055 |Next are the experimental undocumented elements
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dopt.t44 no warnings qw{ experimental };
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm260 This experimental attribute, introduced in Perl 5.22, only applies to
310 B<WARNING>: the mechanisms described here are still experimental. Do not
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Drun-buildbot412 generic-no-experimental)
414 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-experimental.cmake"
483 # TODO: Enable experimental features during back-deployment -- right now some of the availability
524 # TODO: Enable experimental features during back-deployment -- right now some of the availability
586 # TODO: Currently, building with the experimental library breaks running
587 # tests (the test linking look for the c++experimental library with the
588 # wrong name, and the statically linked c++experimental can't be linked
590 # anyway), thus just disable the experimental library. Remove this
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DExpire.pm324 This module is experimental, and may contain bugs. Please report bugs
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm70 experimental facility in recent versions of Perl. From various development
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm579 An experimental routine that takes a name of a function, a nested array
694 This one is B<really> experimental. The idea is to figure out some basic
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/
H A DUtil.pm9 no warnings 'experimental::builtin';
464 B<NOTE> this is an experimental feature that is heavily dependent
487 B<NOTE> this is an experimental feature that is heavily dependent
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm177 warnings::warnif('experimental::re_strict',
178 "\"use re 'strict'\" is experimental");
401 Note that this is an experimental feature which may be changed or removed in a
439 these reasons, using it will raise a C<experimental::re_strict> class warning,

Completed in 326 milliseconds

123