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

  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 75 that they are within the dynamically-allocated m_extra.
100 T *m_extra; member in class:semi_embedded_vec
108 : m_num (0), m_alloc (0), m_extra (NULL)
117 XDELETEVEC (m_extra);
131 linemap_assert (m_extra != NULL);
132 return m_extra[idx - NUM_EMBEDDED];
147 linemap_assert (m_extra != NULL);
148 return m_extra[idx - NUM_EMBEDDED];
163 /* Offset "idx" to be an index within m_extra. */
165 if (NULL == m_extra)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1365 that they are within the dynamically-allocated m_extra.
1390 T *m_extra; member in class:semi_embedded_vec
1398 : m_num (0), m_alloc (0), m_extra (NULL)
1407 XDELETEVEC (m_extra);
1421 linemap_assert (m_extra != NULL);
1422 return m_extra[idx - NUM_EMBEDDED];
1437 linemap_assert (m_extra != NULL);
1438 return m_extra[idx - NUM_EMBEDDED];
1453 /* Offset "idx" to be an index within m_extra. */
1455 if (NULL == m_extra)
    [all...]
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 141 uint8_t m_extra[4]; //!< The leftover top four bytes of the SHA-1 digest. member in struct:elftosb::EncoreBootImage::boot_image_header_t::__anon6593::__anon6594

Completed in 31 milliseconds