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

  /src/external/gpl3/gcc/dist/gcc/
bitmap.h 296 bitmap_head *heads;
328 class GTY(()) bitmap_head {
332 CONSTEXPR bitmap_head() function
487 head->obstack = &bitmap_head::crashme;
502 extern void debug (const bitmap_head &ref);
503 extern void debug (const bitmap_head *ptr);
967 bitmap_head m_bits;
986 bitmap_head m_head;
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.h 294 bitmap_head *heads;
326 class GTY(()) bitmap_head {
330 CONSTEXPR bitmap_head() function
485 head->obstack = &bitmap_head::crashme;
500 extern void debug (const bitmap_head &ref);
501 extern void debug (const bitmap_head *ptr);
964 bitmap_head m_bits;
983 bitmap_head m_head;

Completed in 22 milliseconds