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

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.h 184 bool is_artificial () const { return m_cost_or_uid < 0; } function in class:rtl_ssa::insn_info
accesses.h 149 bool is_artificial () const { return m_is_artificial; } function in class:rtl_ssa::access_info
151 // Return the opposite of is_artificial.
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.h 184 bool is_artificial () const { return m_cost_or_uid < 0; } function in class:rtl_ssa::insn_info
accesses.h 149 bool is_artificial () const { return m_is_artificial; } function in class:rtl_ssa::access_info
151 // Return the opposite of is_artificial.
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 282 is_artificial (function_info *fn) function in class:function_info
1494 function_info::is_artificial), functions.end ());
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 249 is_artificial (function_info *fn) function in class:function_info
1394 function_info::is_artificial), functions.end ());
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 1430 bool is_artificial () const
1429 bool is_artificial () const function in struct:symbol
gdbtypes.h 575 bool is_artificial () const function in struct:field
580 void set_is_artificial (bool is_artificial)
582 m_artificial = is_artificial;
1635 unsigned int is_artificial:1; member in struct:fn_field
2006 #define TYPE_FN_FIELD_ARTIFICIAL(thisfn, n) ((thisfn)[n].is_artificial)
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 1436 bool is_artificial () const
1435 bool is_artificial () const function in struct:symbol
gdbtypes.h 581 bool is_artificial () const function in struct:field
586 void set_is_artificial (bool is_artificial)
588 m_artificial = is_artificial;
1641 unsigned int is_artificial:1; member in struct:fn_field
2012 #define TYPE_FN_FIELD_ARTIFICIAL(thisfn, n) ((thisfn)[n].is_artificial)

Completed in 43 milliseconds