Searched refs:TYPE_FIELD_STATIC (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | jv-valprint.c | 314 if (TYPE_FIELD_STATIC (type, i)) in java_print_value_fields() 352 if (TYPE_FIELD_STATIC (type, i)) in java_print_value_fields() 367 if (TYPE_FIELD_STATIC (type, i)) in java_print_value_fields() 377 if (!TYPE_FIELD_STATIC (type, i) && TYPE_FIELD_PACKED (type, i)) in java_print_value_fields() 401 else if (TYPE_FIELD_STATIC (type, i)) in java_print_value_fields()
|
| HD | cp-valprint.c | 282 if (!static_field_print && TYPE_FIELD_STATIC (type, i)) in cp_print_value_fields() 321 if (TYPE_FIELD_STATIC (type, i)) in cp_print_value_fields() 336 if (TYPE_FIELD_STATIC (type, i)) in cp_print_value_fields() 348 if (!TYPE_FIELD_STATIC (type, i) && TYPE_FIELD_PACKED (type, i)) in cp_print_value_fields() 373 else if (TYPE_FIELD_STATIC (type, i)) in cp_print_value_fields()
|
| HD | p-valprint.c | 770 if (!pascal_static_field_print && TYPE_FIELD_STATIC (type, i)) in pascal_object_print_value_fields() 802 if (TYPE_FIELD_STATIC (type, i)) in pascal_object_print_value_fields() 817 if (TYPE_FIELD_STATIC (type, i)) in pascal_object_print_value_fields() 827 if (!TYPE_FIELD_STATIC (type, i) && TYPE_FIELD_PACKED (type, i)) in pascal_object_print_value_fields() 851 else if (TYPE_FIELD_STATIC (type, i)) in pascal_object_print_value_fields()
|
| HD | p-typeprint.c | 599 if (TYPE_FIELD_STATIC (type, i)) in pascal_type_print_base() 606 if (!TYPE_FIELD_STATIC (type, i) in pascal_type_print_base()
|
| HD | jv-typeprint.c | 189 if (TYPE_FIELD_STATIC (type, i)) in java_type_print_base()
|
| HD | c-typeprint.c | 903 if (TYPE_FIELD_STATIC (type, i)) in c_type_print_base() 910 if (!TYPE_FIELD_STATIC (type, i) in c_type_print_base()
|
| HD | amd64-tdep.c | 336 if (TYPE_FIELD_STATIC (type, i)) in amd64_classify_aggregate()
|
| HD | gdbtypes.h | 884 #define TYPE_FIELD_STATIC(thistype, n) (TYPE_MAIN_TYPE (thistype)->fields[n].static_kind != 0) macro
|
| HD | valops.c | 1298 if (TYPE_FIELD_STATIC (type, i)) in search_struct_field() 2478 if (TYPE_FIELD_STATIC (t, i)) in value_struct_elt_for_reference()
|
| HD | hpread.c | 4407 if (TYPE_FIELD_STATIC (type, i)) in fix_static_member_physnames()
|