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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3178 GTY ((desc ("%0.comdat_type_p"))) die_id;
3191 BOOL_BITFIELD comdat_type_p : 1; /* DIE has a type signature */
6732 if (die->comdat_type_p)
6881 if (die->comdat_type_p)
7858 die->comdat_type_p = true;
7866 decl->comdat_type_p = true;
8306 if (die->comdat_type_p)
8339 if (die->comdat_type_p)
8467 decl->comdat_type_p = true;
8551 else if (c->comdat_type_p)
3186 BOOL_BITFIELD comdat_type_p : 1; \/* DIE has a type signature *\/ member in struct:die_struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3180 GTY ((desc ("%0.comdat_type_p"))) die_id;
3193 BOOL_BITFIELD comdat_type_p : 1; /* DIE has a type signature */
6699 if (die->comdat_type_p)
6848 if (die->comdat_type_p)
7825 die->comdat_type_p = true;
7833 decl->comdat_type_p = true;
8264 if (die->comdat_type_p)
8297 if (die->comdat_type_p)
8425 decl->comdat_type_p = true;
8509 else if (c->comdat_type_p)
3188 BOOL_BITFIELD comdat_type_p : 1; \/* DIE has a type signature *\/ member in struct:die_struct
    [all...]

Completed in 38 milliseconds