GCC Middle and Back End API Reference
default_hash_traits< omp_name_type< tree > > Struct Reference

#include <omp-general.h>

Inheritance diagram for default_hash_traits< omp_name_type< tree > >:
Collaboration diagram for default_hash_traits< omp_name_type< tree > >:

Public Types

typedef omp_name_type< treevalue_type
typedef omp_name_type< treecompare_type

Static Public Member Functions

static hashval_t hash (omp_name_type< tree > p)
static bool is_empty (omp_name_type< tree > p)
static bool is_deleted (omp_name_type< tree >)
static bool equal (const omp_name_type< tree > &a, const omp_name_type< tree > &b)
static void mark_empty (omp_name_type< tree > &e)
static void remove (omp_name_type< tree > &)

Data Fields

tree name
tree type

Static Public Attributes

static const bool empty_zero_p = true

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal()

bool default_hash_traits< omp_name_type< tree > >::equal ( const omp_name_type< tree > & a,
const omp_name_type< tree > & b )
inlinestatic

References a, b, and NULL_TREE.

◆ hash()

◆ is_deleted()

bool default_hash_traits< omp_name_type< tree > >::is_deleted ( omp_name_type< tree > )
inlinestatic

◆ is_empty()

bool default_hash_traits< omp_name_type< tree > >::is_empty ( omp_name_type< tree > p)
inlinestatic

References NULL, and omp_name_type< T >::type.

◆ mark_empty()

void default_hash_traits< omp_name_type< tree > >::mark_empty ( omp_name_type< tree > & e)
inlinestatic

References NULL.

◆ remove()

void typed_noop_remove< omp_name_type< tree > >::remove ( omp_name_type< tree > & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool default_hash_traits< omp_name_type< tree > >::empty_zero_p = true
static

◆ name

tree omp_name_type< tree >::name
inherited

◆ type

tree omp_name_type< tree >::type
inherited

The documentation for this struct was generated from the following file: