LLVM 22.0.0git
llvm::FoldingSetTrait< T * > Struct Template Reference

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::FoldingSetTrait< T * >:
[legend]

Static Public Member Functions

static void Profile (T *X, FoldingSetNodeID &ID)
Static Public Member Functions inherited from llvm::DefaultFoldingSetTrait< T >
static void Profile (const T &X, FoldingSetNodeID &ID)
static void Profile (T &X, FoldingSetNodeID &ID)
static bool Equals (T &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID)
static unsigned ComputeHash (T &X, FoldingSetNodeID &TempID)

Detailed Description

template<typename T>
struct llvm::FoldingSetTrait< T * >

Definition at line 837 of file FoldingSet.h.

Member Function Documentation

◆ Profile()

template<typename T>
void llvm::FoldingSetTrait< T * >::Profile ( T * X,
FoldingSetNodeID & ID )
inlinestatic

Definition at line 838 of file FoldingSet.h.

References T, and X.


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