Home
last modified time | relevance | path

Searched refs:TYPE_FN_FIELD_STATIC_P (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dc-typeprint.c988 else if (TYPE_FN_FIELD_STATIC_P (f, j)) in c_type_print_base()
1023 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base()
H A Dp-typeprint.c671 if (TYPE_FN_FIELD_STATIC_P (f, j)) in pascal_type_print_base()
H A Dvalops.c1504 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
1511 if (TYPE_FN_FIELD_STATIC_P (f, j) && static_memfuncp) in search_struct_method()
2241 if (method && TYPE_FN_FIELD_STATIC_P (fns_ptr, index)) in oload_method_static()
H A Dgdbtypes.h909 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC) macro
H A Dgdbtypes.c1569 if (TYPE_FN_FIELD_STATIC_P (f, signature_id)) in check_stub_method()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dc-typeprint.c1046 else if (TYPE_FN_FIELD_STATIC_P (f, j)) in c_type_print_base()
1084 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base()
H A Dp-typeprint.c674 if (TYPE_FN_FIELD_STATIC_P (f, j)) in pascal_type_print_base()
H A Dvalops.c2197 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
2205 if (TYPE_FN_FIELD_STATIC_P (f, j) in search_struct_method()
3066 && TYPE_FN_FIELD_STATIC_P (fns_ptr, index)) in oload_method_static()
3370 if (TYPE_FN_FIELD_STATIC_P (f, j)) in value_struct_elt_for_reference()
H A Dgdbtypes.h1089 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC) macro
H A Dgdbtypes.c1731 if (TYPE_FN_FIELD_STATIC_P (f, signature_id)) in check_stub_method()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dc-typeprint.c988 else if (TYPE_FN_FIELD_STATIC_P (f, j)) in c_type_print_base()
1023 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base()
H A Dp-typeprint.c671 if (TYPE_FN_FIELD_STATIC_P (f, j)) in pascal_type_print_base()
H A Dvalops.c1504 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
1511 if (TYPE_FN_FIELD_STATIC_P (f, j) && static_memfuncp) in search_struct_method()
2241 if (method && TYPE_FN_FIELD_STATIC_P (fns_ptr, index)) in oload_method_static()
H A Dgdbtypes.h909 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC) macro
H A Dgdbtypes.c1569 if (TYPE_FN_FIELD_STATIC_P (f, signature_id)) in check_stub_method()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dc-typeprint.c1196 else if (TYPE_FN_FIELD_STATIC_P (f, j)) in c_type_print_base()
1241 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base()
H A Dp-typeprint.c679 if (TYPE_FN_FIELD_STATIC_P (f, j)) in pascal_type_print_base()
H A Dvalops.c2232 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
2240 if (TYPE_FN_FIELD_STATIC_P (f, j) in search_struct_method()
3117 && TYPE_FN_FIELD_STATIC_P (fns_ptr, index)) in oload_method_static()
3390 if (TYPE_FN_FIELD_STATIC_P (f, j)) in value_struct_elt_for_reference()
H A Dgdbtypes.h1230 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC) macro
H A Dgdbtypes.c1817 if (TYPE_FN_FIELD_STATIC_P (f, signature_id)) in check_stub_method()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dp-typeprint.c637 if (TYPE_FN_FIELD_STATIC_P (f, j)) in type_print_base()
H A Dc-typeprint.c1282 else if (TYPE_FN_FIELD_STATIC_P (f, j)) in c_type_print_base_struct_union()
1326 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base_struct_union()
H A Dvalops.c2222 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
2230 if (TYPE_FN_FIELD_STATIC_P (f, j) in search_struct_method()
3262 if (fns_ptr && index >= 0 && TYPE_FN_FIELD_STATIC_P (fns_ptr, index)) in oload_method_static_p()
3651 if (TYPE_FN_FIELD_STATIC_P (f, j)) in value_struct_elt_for_reference()
H A Dgdbtypes.h2063 #define TYPE_FN_FIELD_STATIC_P(thisfn, n) ((thisfn)[n].voffset == VOFFSET_STATIC) macro
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-cplus-types.c772 if (TYPE_FN_FIELD_STATIC_P (methods, j)) in compile_cplus_convert_struct_or_union_methods()

12