HomeSort by: relevance | last modified time | path
    Searched defs:defaulted (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
attribute.c 217 attribute::defaulted () const function in class:attribute
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
attribute.c 287 attribute::defaulted () const function in class:attribute
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1653 ENUM_BITFIELD (dwarf_defaulted_attribute) defaulted : 2; member in struct:fn_field
2013 #define TYPE_FN_FIELD_DEFAULTED(thisfn, n) ((thisfn)[n].defaulted)
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1670 ENUM_BITFIELD (dwarf_defaulted_attribute) defaulted : 2; member in struct:fn_field
2030 #define TYPE_FN_FIELD_DEFAULTED(thisfn, n) ((thisfn)[n].defaulted)
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 23792 the out-of-class defaulted definition yet, so we have to
23797 int defaulted
23800 if (defaulted != -1)
23803 gcc_assert (defaulted == DW_DEFAULTED_out_of_class);
23804 add_AT_unsigned (subr_die, DW_AT_defaulted, defaulted);
23863 /* If this is a C++11 defaulted special function member then
23867 int defaulted
23870 if (defaulted != -1)
23871 add_AT_unsigned (subr_die, DW_AT_defaulted, defaulted);
23779 int defaulted local
23849 int defaulted local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23676 the out-of-class defaulted definition yet, so we have to
23681 int defaulted
23684 if (defaulted != -1)
23687 gcc_assert (defaulted == DW_DEFAULTED_out_of_class);
23688 add_AT_unsigned (subr_die, DW_AT_defaulted, defaulted);
23747 /* If this is a C++11 defaulted special function member then
23751 int defaulted
23754 if (defaulted != -1)
23755 add_AT_unsigned (subr_die, DW_AT_defaulted, defaulted);
23663 int defaulted local
23733 int defaulted local

Completed in 87 milliseconds