| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.y | 532 %type <node> class_or_interface_type class_type class_type_list 651 class_type: 860 | EXTENDS_TK class_type 862 | EXTENDS_TK class_type error 1140 class_type 1142 | class_type_list C_TK class_type 2005 NEW_TK class_type OP_TK argument_list CP_TK 2007 | NEW_TK class_type OP_TK CP_TK 2029 | NEW_TK class_type error 2031 | NEW_TK class_type OP_TK error [all …]
|
| H A D | parse.c | 6281 current_class = ctxp->class_type; 6328 ctxp->class_type = current_class; in java_parser_context_save_global() 6341 current_class = ctxp->class_type; in java_parser_context_restore_global() 6369 ctxp->class_type = current_class; in java_parser_context_suspend() 6397 current_class = saver->class_type; in java_parser_context_resume() 6442 tree class_type = TREE_TYPE (GET_CPC ()); in java_parser_context_pop_initialized_field() local 6449 TYPE_FINIT_STMT_LIST (class_type) = reorder_static_initialized (stmts); in java_parser_context_pop_initialized_field() 6459 TYPE_CLINIT_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field() 6469 TYPE_II_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field() 7121 resolve_inner_class (circularity_hash, cl, enclosing, super, class_type) in resolve_inner_class() argument [all …]
|
| H A D | parse-scan.y | 204 formal_parameter class_or_interface_type class_type interface_type 257 class_type: 380 | EXTENDS_TK class_type 534 class_type 536 | class_type_list C_TK class_type 948 NEW_TK class_type OP_TK argument_list CP_TK 949 | NEW_TK class_type OP_TK CP_TK 958 NEW_TK class_type OP_TK CP_TK 961 | NEW_TK class_type OP_TK argument_list CP_TK
|
| H A D | expr.c | 934 build_anewarray (class_type, length) in build_anewarray() argument 935 tree class_type; in build_anewarray() 939 = build_java_array_type (class_type, 946 tree_cons (NULL_TREE, build_class_ref (class_type), 970 expand_java_multianewarray (class_type, ndim) in expand_java_multianewarray() argument 971 tree class_type; in expand_java_multianewarray() 981 promote_type (class_type), 983 tree_cons (NULL_TREE, build_class_ref (class_type),
|
| H A D | class.c | 314 push_class (class_type, class_name) in push_class() argument 315 tree class_type, class_name; in push_class() 321 CLASS_P (class_type) = 1; 324 decl = build_decl (TYPE_DECL, class_name, class_type); 332 IDENTIFIER_SIGNATURE_TYPE (signature) = build_pointer_type (class_type);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 1658 tree class_type = NULL_TREE; in determine_visibility() local 1700 class_type = DECL_CONTEXT (decl); in determine_visibility() 1704 class_type = TREE_TYPE (DECL_NAME (decl)); in determine_visibility() 1773 if (args && depth > template_class_depth (class_type)) in determine_visibility() 1779 if (class_type) in determine_visibility() 1780 determine_visibility_from_class (decl, class_type); in determine_visibility() 1799 determine_visibility_from_class (tree decl, tree class_type) in determine_visibility_from_class() argument 1815 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type); in determine_visibility_from_class() 1817 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type); in determine_visibility_from_class() 1832 && !CLASSTYPE_VISIBILITY_SPECIFIED (class_type)) in determine_visibility_from_class() [all …]
|
| H A D | repo.c | 347 repo_export_class_p (tree class_type) in repo_export_class_p() argument 351 if (!CLASSTYPE_VTABLES (class_type)) in repo_export_class_p() 356 (DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (class_type)))); in repo_export_class_p()
|
| H A D | decl.c | 2753 ti.class_p = (tag_type == class_type in build_typename_type() 6565 build_ptrmem_type (tree class_type, tree member_type) in build_ptrmem_type() argument 6572 class_type = (cp_build_qualified_type in build_ptrmem_type() 6573 (class_type, in build_ptrmem_type() 6576 = build_method_type_directly (class_type, in build_ptrmem_type() 6584 return build_offset_type (class_type, member_type); in build_ptrmem_type() 7827 declarator->u.pointer.class_type, in grokdeclarator() 7841 gcc_assert (TREE_CODE (declarator->u.pointer.class_type) in grokdeclarator() 7843 if (declarator->u.pointer.class_type == error_mark_node) in grokdeclarator() 7847 type = build_ptrmem_type (declarator->u.pointer.class_type, in grokdeclarator() [all …]
|
| H A D | parser.c | 932 declarator->u.pointer.class_type = NULL_TREE; in make_pointer_declarator() 947 declarator->u.pointer.class_type = NULL_TREE; in make_reference_declarator() 956 make_ptrmem_declarator (cp_cv_quals cv_qualifiers, tree class_type, in make_ptrmem_declarator() argument 964 declarator->u.pointer.class_type = class_type; in make_ptrmem_declarator() 4020 type_p ? class_type : none_type, in cp_parser_class_or_namespace_name() 7983 tree class_type; in cp_parser_conversion_declarator_opt() local 7989 code = cp_parser_ptr_operator (parser, &class_type, &cv_quals); in cp_parser_conversion_declarator_opt() 7999 if (class_type) in cp_parser_conversion_declarator_opt() 8000 declarator = make_ptrmem_declarator (cv_quals, class_type, in cp_parser_conversion_declarator_opt() 11423 tree class_type; in cp_parser_declarator() local [all …]
|
| H A D | rtti.c | 141 type_info_type = xref_tag (class_type, get_identifier ("type_info"), in init_rtti_processing() 662 tinfo_ptr = xref_tag (class_type, in build_dynamic_cast_1() 839 real_type = xref_tag (class_type, ti->name, in tinfo_base_init() 1396 bltn_type = xref_tag (class_type, in emit_support_tinfos()
|
| H A D | search.c | 1331 lookup_conversion_operator (tree class_type, tree type) in lookup_conversion_operator() argument 1335 if (TYPE_HAS_CONVERSION (class_type)) in lookup_conversion_operator() 1339 VEC(tree,gc) *methods = CLASSTYPE_METHOD_VEC (class_type); in lookup_conversion_operator() 1473 class_method_index_for_fn (tree class_type, tree function) in class_method_index_for_fn() argument 1478 return lookup_fnfields_1 (class_type, in class_method_index_for_fn()
|
| H A D | name-lookup.c | 2470 tree class_type) in set_inherited_value_binding_p() argument 2484 if (is_properly_derived_from (class_type, context)) in set_inherited_value_binding_p() 2545 tree class_type; in get_class_binding() local 2550 class_type = scope->this_entity; in get_class_binding() 2553 type_binding = lookup_member (class_type, name, in get_class_binding() 2556 value_binding = lookup_member (class_type, name, in get_class_binding() 2591 set_inherited_value_binding_p (binding, value_binding, class_type); in get_class_binding() 3952 tree class_type; in lookup_name_real() local 3961 class_type = level->this_entity; in lookup_name_real() 3962 operators = lookup_fnfields (class_type, name, /*protect=*/0); in lookup_name_real()
|
| H A D | friend.c | 308 = make_typename_type (ctype, name, class_type, tf_error); in make_friend_class()
|
| H A D | call.c | 5180 tree class_type; in build_special_member_call() local 5199 class_type = BINFO_TYPE (binfo); in build_special_member_call() 5204 instance = build_int_cst (build_pointer_type (class_type), 0); in build_special_member_call() 5205 instance = build1 (INDIRECT_REF, class_type, instance); in build_special_member_call() 5242 && CLASSTYPE_VBASECLASSES (class_type)) in build_special_member_call() 5332 tree class_type; in build_new_method_call() local 5424 class_type = (conversion_path ? BINFO_TYPE (conversion_path) : NULL_TREE); in build_new_method_call() 5448 class_type, in build_new_method_call() 5457 class_type, in build_new_method_call()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 419 CompilerType class_type; in GetRuntimeType() local 422 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType() 425 class_type = base_type; in GetRuntimeType() 429 if (!class_type) in GetRuntimeType() 432 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1025 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseSubroutine() local 1026 if (class_type) { in ParseSubroutine() 1027 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseSubroutine() 1033 DWARFDIE class_type_die = dwarf->GetDIE(class_type->GetID()); in ParseSubroutine() 1039 class_type, failures); in ParseSubroutine() 1058 class_type->GetForwardCompilerType(); in ParseSubroutine() 1079 class_type->GetForwardCompilerType(); in ParseSubroutine() 1095 class_type->GetForwardCompilerType(); in ParseSubroutine() 1109 class_type->GetName().GetCString(), die.GetID(), in ParseSubroutine() 1168 class_type->GetFullCompilerType(); in ParseSubroutine() [all …]
|
| H A D | DWARFASTParserClang.h | 184 lldb_private::Type *class_type,
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | stabs.c | 2736 debug_type class_type, return_type; in parse_stab_members() local 2738 class_type = stab_find_type (dhandle, info, typenums); in parse_stab_members() 2739 if (class_type == DEBUG_TYPE_NULL) in parse_stab_members() 2747 type = parse_stab_argtypes (dhandle, info, class_type, name, in parse_stab_members() 2814 debug_type class_type, const char *fieldname, in parse_stab_argtypes() argument 2914 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 2922 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 4642 debug_type class_type = DEBUG_TYPE_NULL; in stab_demangle_type() local 4668 class_type = stab_find_tagged_type (minfo->dhandle, in stab_demangle_type() 4672 if (class_type == DEBUG_TYPE_NULL) in stab_demangle_type() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | stabs.c | 2738 debug_type class_type, return_type; in parse_stab_members() local 2740 class_type = stab_find_type (dhandle, info, typenums); in parse_stab_members() 2741 if (class_type == DEBUG_TYPE_NULL) in parse_stab_members() 2749 type = parse_stab_argtypes (dhandle, info, class_type, name, in parse_stab_members() 2816 debug_type class_type, const char *fieldname, in parse_stab_argtypes() argument 2918 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 2926 return debug_make_method_type (dhandle, return_type, class_type, args, in parse_stab_argtypes() 4651 debug_type class_type = DEBUG_TYPE_NULL; in stab_demangle_type() local 4677 class_type = stab_find_tagged_type (minfo->dhandle, in stab_demangle_type() 4681 if (class_type == DEBUG_TYPE_NULL) in stab_demangle_type() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | rtti.c | 113 = xref_tag (class_type, get_identifier ("type_info"), in init_rtti_processing() 636 tinfo_ptr = xref_tag (class_type, 779 real_type = xref_tag (class_type, TINFO_REAL_NAME (desc), 1388 bltn_type = xref_tag (class_type, in emit_support_tinfos()
|
| H A D | call.c | 4865 tree class_type; in build_special_member_call() local 4876 class_type = BINFO_TYPE (binfo); in build_special_member_call() 4882 TREE_TYPE (instance) = build_pointer_type (class_type); in build_special_member_call() 4883 instance = build1 (INDIRECT_REF, class_type, instance); in build_special_member_call() 4924 && TYPE_USES_VIRTUAL_BASECLASSES (class_type)) in build_special_member_call() 4940 binfo = binfo_for_vbase (class_type, current_class_type); in build_special_member_call() 5048 tree class_type = (conversion_path in build_new_method_call() local 5071 class_type, in build_new_method_call() 5080 class_type, in build_new_method_call()
|
| /openbsd-src/gnu/usr.bin/perl/lib/Unicode/ |
| H A D | UCD.pm | 480 my $class_type = $class . "::$type"; 481 if (grep { $_ eq $class_type } @recursed) { 484 push @recursed, $class_type;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 526 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local 527 if (class_type.isNull()) in CreatePointerType() 529 if (clang::TagDecl *tag = class_type->getAsTagDecl()) { in CreatePointerType() 564 pointee_type, class_type.getTypePtr()); in CreatePointerType()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | hpread.c | 4872 struct type *class_type; in hpread_type_lookup() local 4876 class_type = hpread_type_lookup (dn_bufp->dptrmem.pointsto, in hpread_type_lookup() 4879 smash_to_member_type (ptrmemtype, class_type, memtype); in hpread_type_lookup() 4891 struct type *class_type; in hpread_type_lookup() local 4896 class_type = hpread_type_lookup (dn_bufp->dptrmem.pointsto, in hpread_type_lookup() 4904 smash_to_method_type (ptrmemtype, class_type, retvaltype, in hpread_type_lookup()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 957 Type *class_type = load->getType(); in RewriteObjCClassReference() local 964 FunctionType::get(class_type, ogC_arg_types, false); in RewriteObjCClassReference()
|