Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 3714) sorted by relevance

12345678910>>...149

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcvexpr.c276 void use (void *p) in use() function
282 use (&v_char); in main()
283 use (&v_signed_char); in main()
284 use (&v_unsigned_char); in main()
286 use (&v_short); in main()
287 use (&v_signed_short); in main()
288 use (&v_unsigned_short); in main()
290 use (&v_int); in main()
291 use (&v_signed_int); in main()
292 use (&v_unsigned_int); in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/strict/
H A Drefs21 use strict ;
25 Can't use string ("A::Really::Big::Package::Name::T"...) as a HASH ref while "strict refs" in use a…
29 use strict ;
33 Can't use string ("A::Really::Big::Package::Name::T"...) as a SCALAR ref while "strict refs" in use
37 use strict ;
40 Can't use string ("A::Really::Big::Package::Name::T"...) as a symbol ref while "strict refs" in use
44 use strict ;
48 Can't use string ("A::Really::Big::Package::Name::T"...) as a symbol ref while "strict refs" in use
52 use strict ;
56 Can't use string ("fred") as a SCALAR ref while "strict refs" in use at - line 5.
[all …]
H A Dsubs14 use strict qw(refs vars);
20 use strict ;
28 use strict 'subs' ;
32 Bareword "xyz" not allowed while "strict subs" in use at - line 5.
37 use strict 'subs' ;
40 Bareword "Fred" not allowed while "strict subs" in use at - line 4.
45 use strict 'subs' ;
48 Bareword "A" not allowed while "strict subs" in use at - line 4.
49 Bareword "Z" not allowed while "strict subs" in use at - line 4.
54 use strict 'subs' ;
[all …]
H A Dvars14 use strict qw(subs refs) ;
20 use strict ;
28 use strict 'vars' ;
29 use vars qw( $freddy) ;
37 use strict 'vars' ;
38 use vars qw( $freddy) ;
49 use strict ;
57 use strict 'vars' ;
65 use strict 'vars' ;
73 use strict 'vars' ;
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9enabled8 use warnings "io" ;
14 use abc0 ;
27 use warnings 'syntax' ;
28 use abc1 ;
36 use warnings 'syntax' ;
41 use warnings 'io' ;
42 use abc2 ;
54 use warnings 'syntax' ;
62 use warnings 'syntax' ;
68 use warnings 'io' ;
[all …]
H A Dperl8 Recompile perl with -DDEBUGGING to use -D switch [moreswitches]
21 use warnings 'once' ;
43 use warnings 'once';
70 use warnings 'once' ;
79 use warnings 'once' ;
85 { use warnings 'once' ; $x = 3 ; }
101 use utf8;
102 use open qw( :utf8 :std );
105 use warnings 'once' ;
112 use utf8;
[all …]
H A Dpad32 use warnings 'shadow' ;
50 use feature 'state' ;
51 use warnings 'shadow' ;
76 use feature 'state' ;
77 use warnings 'shadow';
102 use feature 'state';
103 use warnings 'shadow' ;
129 use warnings 'closure' ;
151 use warnings 'closure' ;
162 use warnings 'closure' ;
[all …]
H A D7fatal6 use warnings FATAL => 'syntax' ;
18 use warnings FATAL => 'all' ;
30 use warnings FATAL => 'uninitialized' ;
42 use warnings FATAL => 'all' ;
56 use warnings FATAL => 'uninitialized' ;
68 use warnings FATAL => 'all' ;
81 use warnings FATAL => 'syntax' ;
88 use warnings FATAL => 'syntax' ;
98 use warnings 'syntax' ;
102 use warnings FATAL => 'uninitialized' ;
[all …]
H A D3both5 # Check interaction of $^W and use warnings
7 use warnings ;
19 # Check interaction of $^W and use warnings
21 use warnings ;
33 # Check interaction of $^W and use warnings
47 # Check interaction of $^W and use warnings
61 # Check interaction of $^W and use warnings
62 use warnings ;
70 # Check interaction of $^W and use warnings
72 use warnings ;
[all …]
H A Dgv16 use warnings 'syntax' ;
28 use warnings 'syntax' ;
41 use warnings 'syntax' ;
86 use warnings 'syntax' ;
114 use warnings 'syntax' ;
115 use utf8;
116 use open qw( :utf8 :std );
123 use warnings;
137 use warnings;
148 use warning
[all...]
H A Dop10 Useless use of time in void context
11 Useless use of a variable in void context
12 Useless use of a constant in void context
17 Useless use of sort in scalar context
43 use warnings 'bareword'; my $x = print(ABC || 1);
45 Value of %s may be \"0\"; use \"defined\"
65 Can't use defined(@array) (Maybe you should just omit the defined()?)
69 Can't use defined(%hash) (Maybe you should just omit the defined()?)
86 Package '%s' not found (did you use the incorrect case?)
103 use warning
[all...]
H A Dtoke12 use warnings 'syntax' ;
39 Can't use \\%c to mean $%c in expression
62 Ambiguous use of %c{%s%s} resolved to %c%s%s
67 Ambiguous use of %c{%s} resolved to %c%s
78 Ambiguous call resolved as CORE::%s(), qualify as such or use &
85 Useless use of \\E.
121 Ambiguous use of -%s resolved as -&%s() [yylex]
128 Ambiguous use of %c resolved as operator %c
132 use utf8;
133 use ope
[all...]
H A D2use9 use warnings 'this-should-never-be-a-warning-category' ;
16 use warnings 'syntax' ;
29 use warnings 'syntax' ;
38 use warnings 'uninitialized' ;
51 use warnings 'uninitialized' ;
62 use warnings 'uninitialized' ;
70 use warnings 'syntax' ;
79 Useless use of a constant ("foobar") in void context at - line 3.
83 use warnings qw(-syntax);
92 use warnings qw(all -syntax);
[all …]
H A D5nolint28 use warnings ;
37 use warnings ;
52 use warnings 'syntax' ;
57 use warnings 'uninitialized' ;
58 use abc;
64 use warnings 'syntax' ;
69 use warnings 'uninitialized' ;
82 use abc;
100 use warnings;
113 use warnings;
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/charnames/
H A Dalias1 Tests for use charnames with compilation errors and aliases.
4 use warnings;
5 use charnames ":scoobydoo";
37 use charnames "alias";
44 use warnings;
45 use charnames ":alias";
52 use warnings;
53 use charnames ":alias" => ":full";
57 :alias cannot use existing pragma :full \(reversed order\?\) at
60 use warnings;
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/feature/
H A Dimplicit1 Check implicit loading of features with use VERSION.
5 use feature ":5.10";
11 use 5.9.5;
17 use v5.9.5;
23 use 5.009005;
36 use 5.9.5;
44 use 5.9.5;
52 use 5.9.5;
65 use 5;
67 use 5.01
[all...]
H A Dswitch6 use warnings; no warnings 'deprecated';
13 use warnings; no warnings 'deprecated';
20 use warnings; no warnings 'deprecated';
27 use warnings; no warnings 'deprecated';
39 use feature 'switch'; no warnings 'deprecated';
45 use feature 'switch'; no warnings 'deprecated';
51 use feature 'switch'; no warnings 'deprecated';
57 use feature 'switch';
63 use warnings; no warnings 'deprecated';
64 { use feature 'switch';
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dlabelconst.t1 use warnings;
2 use strict;
4 use Test::More tests => 32;
12 use XS::APItest qw(labelconst);
22 use XS::APItest qw(labelconst);
32 use XS::APItest qw(labelconst);
42 use XS::APItest qw(labelconst);
52 use XS::APItest qw(labelconst);
62 use XS::APItest qw(labelconst);
73 use XS::APItest qw(labelconst);
[all …]
H A Dswaplabel.t1 use warnings;
2 use strict;
4 use Test::More tests => 56;
12 use XS::APItest qw(swaplabel);
24 use XS::APItest qw(swaplabel);
36 use XS::APItest qw(swaplabel);
49 use XS::APItest qw(swaplabel);
62 use XS::APItest qw(swaplabel);
75 use XS::APItest qw(swaplabel);
88 use XS::APItest qw(swaplabel);
[all …]
H A Dswaptwostmts.t1 use warnings;
2 use strict;
4 use Test::More tests => 32;
12 use XS::APItest ();
23 use XS::APItest qw(swaptwostmts);
35 use XS::APItest qw(swaptwostmts);
47 use XS::APItest qw(swaptwostmts);
59 use XS::APItest qw(swaptwostmts);
77 use XS::APItest qw(swaptwostmts);
88 use XS::APItest qw(swaptwostmts);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dscope-nested-const.t3 use strict;
4 use warnings;
6 use Test::More;
15 note "use bigint;";
16 use bigint;
21 note "use bigfloat;";
22 use bigfloat;
27 note "use bigrat;";
28 use bigrat;
59 note "use bigint;";
[all …]
H A Dscope-nested-hex-oct.t3 use strict;
4 use warnings;
6 use Test::More;
15 note "use bigint;";
16 use bigint;
21 note "use bigfloat;";
22 use bigfloat;
27 note "use bigrat;";
28 use bigrat;
59 note "use bigint;";
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D111const-deflate.t8 use lib qw(t t/compress);
9 use strict;
10 use warnings;
11 use bytes;
13 use Test::More ;
14 use CompTestUtils;
18 # use Test::NoWarnings, if available
28 use Compress::Raw::Zlib ;
44 use Test::More ;
45 use CompTestUtil
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D113_overloaded_eq.t1 use strict;
2 use warnings;
3 use Test::More tests => 4;
9 use JSON::PP;
29 use strict;
30 use warnings;
31 use overload (
43 use strict;
44 use warnings;
45 use overload (
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dclass4 use feature 'class';
12 use feature 'class';
20 use feature 'class';
28 use feature 'class';
36 use feature 'class';
43 use feature 'class';
50 use feature 'class';
56 use feature 'class';
62 use feature 'class';
71 use featur
[all...]

12345678910>>...149