GCC Middle and Back End API Reference
bbitmap.h File Reference

Go to the source code of this file.

Data Structures

struct  bbitmap_operators< M >
 
struct  bbitmap_operators< 0 >
 
class  bbitmap< N >
 

Functions

template<typename T >
constexpr T bbitmap_element_or (T x, T y)
 
template<typename T >
constexpr T bbitmap_element_and (T x, T y)
 
template<typename T >
constexpr T bbitmap_element_xor (T x, T y)
 
template<int N>
void gt_ggc_mx (bbitmap< N > *)
 
template<int N>
void gt_pch_nx (bbitmap< N > *)
 
template<int N>
void gt_pch_nx (bbitmap< N > *, gt_pointer_operator, void *)
 

Function Documentation

◆ bbitmap_element_and()

template<typename T >
T bbitmap_element_and ( T x,
T y )
constexpr

References y.

Referenced by bbitmap< N >::operator&().

◆ bbitmap_element_or()

template<typename T >
T bbitmap_element_or ( T x,
T y )
constexpr

References y.

Referenced by bbitmap< N >::operator|().

◆ bbitmap_element_xor()

template<typename T >
T bbitmap_element_xor ( T x,
T y )
constexpr

References y.

Referenced by bbitmap< N >::operator^().

◆ gt_ggc_mx()

template<int N>
void gt_ggc_mx ( bbitmap< N > * )

◆ gt_pch_nx() [1/2]

template<int N>
void gt_pch_nx ( bbitmap< N > * )

◆ gt_pch_nx() [2/2]

template<int N>
void gt_pch_nx ( bbitmap< N > * ,
gt_pointer_operator ,
void *  )