LLVM 24.0.0git
llvm::DenseMapInfo< omp::Version > Struct Reference

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

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

Static Public Member Functions

static unsigned getHashValue (omp::Version V)
static bool isEqual (omp::Version LHS, omp::Version RHS)

Detailed Description

Definition at line 50 of file OMPVersion.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< omp::Version >::getHashValue ( omp::Version V)
inlinestatic

Definition at line 51 of file OMPVersion.h.

◆ isEqual()

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

Definition at line 56 of file OMPVersion.h.

References LHS, and RHS.


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