| GCC Middle and Back End API Reference
    | 
#include <bitmap.h>

| Public Member Functions | |
| auto_bitmap (ALONE_CXX_MEM_STAT_INFO) | |
| auto_bitmap (bitmap_obstack *o CXX_MEM_STAT_INFO) | |
| ~auto_bitmap () | |
| operator bitmap () | |
| Private Member Functions | |
| auto_bitmap (const auto_bitmap &)=delete | |
| auto_bitmap & | operator= (const auto_bitmap &)=delete | 
| auto_bitmap (auto_bitmap &&)=delete | |
| auto_bitmap & | operator= (auto_bitmap &&)=delete | 
| Private Attributes | |
| bitmap_head | m_bits | 
A class that ties the lifetime of a bitmap to its scope.
| 
 | inline | 
References ALONE_CXX_MEM_STAT_INFO, bitmap_default_obstack, bitmap_initialize(), m_bits, and PASS_MEM_STAT.
Referenced by auto_bitmap(), auto_bitmap(), operator=(), and operator=().
| 
 | inlineexplicit | 
References bitmap_initialize(), CXX_MEM_STAT_INFO, m_bits, and PASS_MEM_STAT.
| 
 | inline | 
References bitmap_clear(), and m_bits.
| 
 | privatedelete | 
References auto_bitmap().
| 
 | privatedelete | 
References auto_bitmap().
| 
 | privatedelete | 
References auto_bitmap().
| 
 | privatedelete | 
References auto_bitmap().
| 
 | private | 
Referenced by auto_bitmap(), auto_bitmap(), operator bitmap(), and ~auto_bitmap().