Home
last modified time | relevance | path

Searched refs:this_class (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c360 set_super_info (access_flags, this_class, super_class, interfaces_count) in set_super_info() argument
362 tree this_class;
367 tree class_decl = TYPE_NAME (this_class);
371 TYPE_BINFO_BASETYPES (this_class) = make_tree_vec (total_supers);
378 TREE_VEC_ELT (BINFO_BASETYPES (TYPE_BINFO (this_class)), 0)
380 CLASS_HAS_SUPER (this_class) = 1;
529 maybe_add_interface (this_class, interface_class) in maybe_add_interface() argument
530 tree this_class, interface_class; in maybe_add_interface()
532 tree basetype_vec = TYPE_BINFO_BASETYPES (this_class);
554 add_interface (this_class, interface_class) in add_interface() argument
[all …]
H A Dgjavah.c1091 JPOOL_USHORT1 (jcf, jcf->this_class));
1479 print_base_classname (stream, jcf, jcf->this_class);
1559 print_cxx_classname (stream, prefix, jcf, jcf->this_class);
2071 print_mangled_classname (out, jcf, "#ifndef __", jcf->this_class);
2074 print_mangled_classname (out, jcf, "#define __", jcf->this_class);
2147 print_class_decls (out, jcf, jcf->this_class);
2156 if (! print_cxx_classname (out, "class ", jcf, jcf->this_class))
2230 "\n#endif /* __", jcf->this_class);
H A Djcf-parse.c425 tree this_class; local
430 this_class = lookup_class (class_name);
431 input_filename = DECL_SOURCE_FILE (TYPE_NAME (this_class));
436 jcf->cpool.data[i] = (jword) this_class;
438 return this_class;
H A Djcf-reader.c336 jcf->this_class = JCF_readu2 (jcf);
341 HANDLE_CLASS_INFO(jcf->access_flags, jcf->this_class, jcf->super_class, interfaces_count);
H A Djcf.h135 JCF_u2 access_flags, this_class, super_class; member
H A Dparse.c8113 tree current, orig_arg, this_class = NULL; local
8127 this_class = TREE_TYPE (GET_CPC ());
8129 if (!this_class || this_class == error_mark_node)
8142 if (!CLASS_ABSTRACT (TYPE_NAME (this_class))
8143 && !CLASS_INTERFACE (TYPE_NAME (this_class)))
8192 if (CLASS_INTERFACE (TYPE_NAME (this_class)))
8206 if ((flags & ACC_STATIC) && !TOPLEVEL_CLASS_TYPE_P (this_class))
8211 lang_printable_name (this_class, 0));
8259 meth = add_method_1 (this_class, flags, meth_name, meth);
8271 meth = add_method (this_class, flags, meth_name,
[all …]
H A Dparse.y4548 tree current, orig_arg, this_class = NULL; local
4562 this_class = TREE_TYPE (GET_CPC ());
4564 if (!this_class || this_class == error_mark_node)
4577 if (!CLASS_ABSTRACT (TYPE_NAME (this_class))
4578 && !CLASS_INTERFACE (TYPE_NAME (this_class)))
4627 if (CLASS_INTERFACE (TYPE_NAME (this_class)))
4641 if ((flags & ACC_STATIC) && !TOPLEVEL_CLASS_TYPE_P (this_class))
4646 lang_printable_name (this_class, 0));
4694 meth = add_method_1 (this_class, flags, meth_name, meth);
4706 meth = add_method (this_class, flags, meth_name,
[all …]
H A DChangeLog1774 * parse.y (analyze_clinit_body): Added this_class parameter.
9500 * class.c (maybe_layout_super_class): Take this_class argument.
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp_study.c1666 regnode_ssc this_class; in Perl_study_chunk()
1688 ssc_init(pRExC_state, &this_class); in Perl_study_chunk()
1689 data_fake.start_class = &this_class; in Perl_study_chunk()
1725 ssc_or(pRExC_state, &accum, (regnode_charclass*)&this_class); in Perl_study_chunk()
2390 regnode_ssc this_class; in Perl_study_chunk()
2496 ssc_init(pRExC_state, &this_class); in Perl_study_chunk()
2498 data->start_class = &this_class; in Perl_study_chunk()
2532 ssc_or(pRExC_state, data->start_class, (regnode_charclass *) &this_class); in Perl_study_chunk()
2540 StructCopy(&this_class, data->start_class, regnode_ssc); in Perl_study_chunk()
2547 ssc_or(pRExC_state, data->start_class, (regnode_charclass *) &this_class); in Perl_study_chunk()
1759 regnode_ssc this_class; Perl_study_chunk() local
2483 regnode_ssc this_class; Perl_study_chunk() local
3555 regnode_ssc this_class; Perl_study_chunk() local
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c610 tree this_class; member
1908 class_binding_level->this_class = current_class_type; in pushlevel_class()
3000 || COMPLETE_TYPE_P (b->this_class))))
6560 class_type = level->this_class;
6594 type_access_control (BINDING_LEVEL (iter)->this_class, binding);
H A DChangeLog16142 * decl.c (struct binding_level): Add this_class field.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20034115 * decl.c (cp_binding_level::this_entity): Rename from this_class.
4122 (pushlevel_class): Adjust use of this_class.
H A DChangeLog-20006270 * decl.c (struct binding_level): Add this_class field.