Home
last modified time | relevance | path

Searched refs:TYPE_FN_FIELD_VOLATILE (Results 1 – 12 of 12) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgdbtypes.h894 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile) macro
H A Dgdbtypes.c2751 TYPE_FN_FIELD_VOLATILE (f, overload_idx)); in dump_fn_fieldlists()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgdbtypes.h894 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile) macro
H A Dgdbtypes.c2751 TYPE_FN_FIELD_VOLATILE (f, overload_idx)); in dump_fn_fieldlists()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbtypes.h1075 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile) macro
H A Dgdbtypes.c2838 TYPE_FN_FIELD_VOLATILE (f, overload_idx)); in dump_fn_fieldlists()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbtypes.h1215 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile) macro
H A Dgdbtypes.c2951 TYPE_FN_FIELD_VOLATILE (f, overload_idx)); in dump_fn_fieldlists()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbtypes.h2054 #define TYPE_FN_FIELD_VOLATILE(thisfn, n) ((thisfn)[n].is_volatile) macro
H A Dvalops.c3605 if (TYPE_VOLATILE (intype) != TYPE_FN_FIELD_VOLATILE (f, j)) in value_struct_elt_for_reference()
H A Dgdbtypes.c4943 TYPE_FN_FIELD_VOLATILE (f, overload_idx)); in dump_fn_fieldlists()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c8789 TYPE_FN_FIELD_VOLATILE (fn_flp->fn_fields, mi.index) = 1;