| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-varobj.c | 51 struct type *parent_type); 87 /* Assuming that the (PARENT_VALUE, PARENT_TYPE) pair designates 93 struct type *parent_type, 107 type = parent_type->field (fieldno).type (); 115 /* Assuming that the (PARENT_VALUE, PARENT_TYPE) pair is a pointer or 121 struct type *parent_type, 128 if (ada_is_array_descriptor_type (parent_type)) 131 ada_get_decoded_value would have transformed our parent_type 134 gdb_assert (parent_type->code () == TYPE_CODE_TYPEDEF); 136 /* Decode parent_type by the equivalent pointer to (decoded [all...] |
| d-namespace.c | 243 /* Search through the base classes of PARENT_TYPE for a symbol named 247 find_symbol_in_baseclass (struct type *parent_type, const char *name, 253 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i) 255 struct type *base_type = TYPE_BASECLASS (parent_type, i); 256 const char *base_name = TYPE_BASECLASS_NAME (parent_type, i); 297 class or module given by PARENT_TYPE, from within the context 301 d_lookup_nested_symbol (struct type *parent_type, 307 struct type *saved_parent_type = parent_type; 309 parent_type = check_typedef (parent_type); [all...] |
| cp-namespace.c | 761 /* Search through the base classes of PARENT_TYPE for a base class 765 cp_find_type_baseclass_by_name (struct type *parent_type, const char *name) 769 parent_type = check_typedef (parent_type); 770 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i) 772 struct type *type = check_typedef (TYPE_BASECLASS (parent_type, i)); 773 const char *tdef_name = TYPE_BASECLASS_NAME (parent_type, i); 790 /* Search through the base classes of PARENT_TYPE for a symbol named 794 find_symbol_in_baseclass (struct type *parent_type, const char *name, 802 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i [all...] |
| cp-support.h | 155 cp_lookup_nested_symbol (struct type *parent_type, 165 struct type *cp_find_type_baseclass_by_name (struct type *parent_type,
|
| c-varobj.c | 155 struct type *parent_type; local 158 parent_type = varobj_get_value_type (parent); 159 adjust_value_for_child_access (NULL, &parent_type, &was_ptr, 0); 161 if (parent_type->code () == TYPE_CODE_STRUCT 162 || parent_type->code () == TYPE_CODE_UNION) 166 gdb_assert (var->index < parent_type->num_fields ()); 167 field_name = parent_type->field (var->index).name ();
|
| ada-typeprint.c | 804 struct type *parent_type; 811 parent_type = ada_parent_type (type); 812 if (ada_type_name (parent_type) != NULL) 814 const char *parent_name = decoded_type_name (parent_type); 821 parent_name = ada_type_name (parent_type); 824 else if (parent_type == NULL && ada_is_tagged_type (type, 0)) 836 if (parent_type != NULL && ada_type_name (parent_type) == NULL) 837 flds += print_record_field_types (parent_type, parent_type, 803 struct type *parent_type; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-varobj.c | 51 struct type *parent_type); 87 /* Assuming that the (PARENT_VALUE, PARENT_TYPE) pair designates 93 struct type *parent_type, 107 type = parent_type->field (fieldno).type (); 115 /* Assuming that the (PARENT_VALUE, PARENT_TYPE) pair is a pointer or 121 struct type *parent_type, 128 if (ada_is_array_descriptor_type (parent_type)) 131 ada_get_decoded_value would have transformed our parent_type 134 gdb_assert (parent_type->code () == TYPE_CODE_TYPEDEF); 136 /* Decode parent_type by the equivalent pointer to (decoded [all...] |
| d-namespace.c | 243 /* Search through the base classes of PARENT_TYPE for a symbol named 247 find_symbol_in_baseclass (struct type *parent_type, const char *name, 253 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i) 255 struct type *base_type = TYPE_BASECLASS (parent_type, i); 256 const char *base_name = TYPE_BASECLASS_NAME (parent_type, i); 297 class or module given by PARENT_TYPE, from within the context 301 d_lookup_nested_symbol (struct type *parent_type, 307 struct type *saved_parent_type = parent_type; 309 parent_type = check_typedef (parent_type); [all...] |
| cp-namespace.c | 763 /* Search through the base classes of PARENT_TYPE for a base class 767 cp_find_type_baseclass_by_name (struct type *parent_type, const char *name) 771 parent_type = check_typedef (parent_type); 772 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i) 774 struct type *type = check_typedef (TYPE_BASECLASS (parent_type, i)); 775 const char *tdef_name = TYPE_BASECLASS_NAME (parent_type, i); 792 /* Search through the base classes of PARENT_TYPE for a symbol named 796 find_symbol_in_baseclass (struct type *parent_type, const char *name, 804 for (i = 0; i < TYPE_N_BASECLASSES (parent_type); ++i [all...] |
| cp-support.h | 159 cp_lookup_nested_symbol (struct type *parent_type, 169 struct type *cp_find_type_baseclass_by_name (struct type *parent_type,
|
| c-varobj.c | 155 struct type *parent_type; local 158 parent_type = varobj_get_value_type (parent); 159 adjust_value_for_child_access (NULL, &parent_type, &was_ptr, 0); 161 if (parent_type->code () == TYPE_CODE_STRUCT 162 || parent_type->code () == TYPE_CODE_UNION) 166 gdb_assert (var->index < parent_type->num_fields ()); 167 field_name = parent_type->field (var->index).name ();
|
| ada-typeprint.c | 804 struct type *parent_type; 811 parent_type = ada_parent_type (type); 812 if (ada_type_name (parent_type) != NULL) 814 const char *parent_name = decoded_type_name (parent_type); 821 parent_name = ada_type_name (parent_type); 824 else if (parent_type == NULL && ada_is_tagged_type (type, 0)) 836 if (parent_type != NULL && ada_type_name (parent_type) == NULL) 837 flds += print_record_field_types (parent_type, parent_type, 803 struct type *parent_type; local [all...] |
| /src/external/bsd/libfido2/dist/src/ |
| hid_win.c | 259 DWORD parent_type = DEVPROP_TYPE_STRING; local 272 &DEVPKEY_Device_Parent, &parent_type, NULL, 0, &len, 0) != false || 284 &DEVPKEY_Device_Parent, &parent_type, (PBYTE)parent, len, NULL,
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-value.c | 960 struct type *parent_type, *val_type; local 962 gdbpy_ref<> type_object (PyObject_GetAttrString (field, "parent_type")); 968 parent_type = type_object_to_type (type_object.get ()); 969 if (parent_type == NULL) 972 _("'parent_type' attribute of gdb.Field object is not a" 986 && types_equal (val_type, parent_type))
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-value.c | 938 struct type *parent_type, *val_type; local 940 gdbpy_ref<> type_object (PyObject_GetAttrString (field, "parent_type")); 946 parent_type = type_object_to_type (type_object.get ()); 947 if (parent_type == NULL) 950 _("'parent_type' attribute of gdb.Field object is not a" 964 && types_equal (val_type, parent_type))
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-cplus-types.c | 663 struct type *parent_type, 669 gcc_type class_type = instance->convert_type (parent_type);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-cplus-types.c | 663 struct type *parent_type, 669 gcc_type class_type = instance->convert_type (parent_type);
|
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.h | 568 uint32_t parent_type; member in struct:lf_mfunc_id
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.h | 568 uint32_t parent_type; member in struct:lf_mfunc_id
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 897 tree parent_type = parent_reg->get_type (); local 899 if (TREE_CODE (parent_type) == RECORD_TYPE) 900 field = TYPE_FIELDS (parent_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 769 tree parent_type = parent_reg->get_type (); local 771 if (TREE_CODE (parent_type) == RECORD_TYPE) 772 field = TYPE_FIELDS (parent_type);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-mdns-proxy.c | 731 const char *parent_type, const void *parent_pointer, const char *hostname) 737 INFO("forgetting rref %p on " PUB_S_SRP " %p " PRI_S_SRP, record->rref, parent_type, parent_pointer, hostname); 744 const char *parent_type, const void *parent_pointer, const char *hostname) 750 record_txn_forget(records->vec[i], affected_service_pointer, parent_type, parent_pointer, hostname); 756 const char *parent_type, const void *parent_pointer, const char *hostname) 768 parent_type, parent_pointer, hostname, instance->instance_name, instance->service_type);
|
| /src/external/mit/isl/dist/ |
| isl_schedule_node.c | 2781 enum isl_schedule_node_type parent_type; local 2789 parent_type = isl_schedule_node_get_parent_type(node); 2790 if (parent_type == isl_schedule_node_set || 2791 parent_type == isl_schedule_node_sequence)
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 20260 struct type *parent_type; 20350 parent_type = read_type_die (parent, cu); 20355 && strcmp (parent_type->name (), "::") == 0) 20358 return parent_type->name (); 20364 parent_type = read_type_die (parent, cu); 20365 if (parent_type->name () != NULL) 20366 return parent_type->name (); 20401 parent_type = read_type_die (parent, cu); 20402 if (parent_type->is_declared_class ()) 20404 if (parent_type->name () != NULL 20249 struct type *parent_type; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 17839 struct type *parent_type; 17930 parent_type = read_type_die (parent, cu); 17935 && strcmp (parent_type->name (), "::") == 0) 17938 return parent_type->name (); 17944 parent_type = read_type_die (parent, cu); 17945 if (parent_type->name () != NULL) 17946 return parent_type->name (); 17986 parent_type = read_type_die (parent, cu); 17987 if (parent_type->is_declared_class ()) 17989 if (parent_type->name () != NULL 17831 struct type *parent_type; local [all...] |