LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< omp::TraitProperty > Struct Reference

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

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 194 of file OMPContext.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 195 of file OMPContext.h.

◆ getHashValue()

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

Definition at line 201 of file OMPContext.h.

◆ getTombstoneKey()

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

Definition at line 198 of file OMPContext.h.

◆ isEqual()

static bool llvm::DenseMapInfo< omp::TraitProperty >::isEqual ( omp::TraitProperty  LHS,
omp::TraitProperty  RHS 
)
inlinestatic

Definition at line 204 of file OMPContext.h.

References LHS, and RHS.


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