LLVM 22.0.0git
llvm::DenseMapInfo< omp::TraitProperty > Struct Reference

#include "llvm/Frontend/OpenMP/OMPContext.h"

Inheritance diagram for llvm::DenseMapInfo< omp::TraitProperty >:
[legend]

Static Public Member Functions

static omp::TraitProperty getEmptyKey ()
static omp::TraitProperty getTombstoneKey ()
static unsigned getHashValue (omp::TraitProperty val)
static bool isEqual (omp::TraitProperty LHS, omp::TraitProperty RHS)

Detailed Description

Definition at line 204 of file OMPContext.h.

Member Function Documentation

◆ getEmptyKey()

omp::TraitProperty llvm::DenseMapInfo< omp::TraitProperty >::getEmptyKey ( )
inlinestatic

Definition at line 205 of file OMPContext.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< omp::TraitProperty >::getHashValue ( omp::TraitProperty val)
inlinestatic

Definition at line 211 of file OMPContext.h.

◆ getTombstoneKey()

omp::TraitProperty llvm::DenseMapInfo< omp::TraitProperty >::getTombstoneKey ( )
inlinestatic

Definition at line 208 of file OMPContext.h.

◆ isEqual()

Definition at line 214 of file OMPContext.h.

References LHS, and RHS.


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