Home
last modified time | relevance | path

Searched refs:add_field (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/
H A DHash.t60 subtest add_field => sub {
63 $one->add_field(a => 1);
64 $one->add_field(c => 3);
65 $one->add_field(b => 2);
68 dies { $one->add_field(undef, 'x') },
74 dies { $one->add_field(a => 1) },
H A DObject.t44 subtest add_field => sub {
48 $one->add_field(foo => 1);
52 $one->add_field(bar => 1);
58 dies { $one->add_field(foo => 1) },
76 $one->add_field('foo' => 1);
132 $one->add_field(a => 1);
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Compare/
H A DObject.pm48 sub add_field { subroutine
55 $self->{+REFCHECK}->add_field(@_);
H A DHash.pm66 sub add_field { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Tools/
H A DCompare.pm628 $build->add_field(
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c166 current_field = add_field (current_class, get_name_constant (jcf, NAME), \
H A Djava-tree.h1113 extern tree add_field PARAMS ((tree, tree, tree, int));
H A Dclass.c686 add_field (class, name, field_type, flags) in add_field() function
H A Dparse.c7674 f = add_field (TREE_TYPE (class_decl),
7930 field_decl = add_field (class_type, current_name, real_type, flags);
19083 field = add_field (class_type,
H A Dparse.y4109 f = add_field (TREE_TYPE (class_decl),
4365 field_decl = add_field (class_type, current_name, real_type, flags);
15518 field = add_field (class_type,
H A DChangeLog1584 * class.c (add_field): Mark static fields external.
4710 (add_field): Likewise.
11701 * class.c (add_field): Always make static fields externally
11722 (add_field): No longer need to convert from RECORD_TYPE to pointer,
14118 * class.c (add_field): Don't promote short integral fields to
14257 (add_field): Temporary use permanent_obstack. Sets
14306 (layout_class): Mandle static fields here, not in add_field.
14654 (add_field): Set DECL_ASSEMBLER_NAME of static fields; more.