LLVM 22.0.0git
llvm::ImutProfileInfo< bool > Struct Reference

Profile traits for booleans. More...

#include "llvm/ADT/ImmutableSet.h"

Inheritance diagram for llvm::ImutProfileInfo< bool >:
[legend]

Public Types

using value_type = const bool
using value_type_ref = const bool&

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, value_type_ref X)

Detailed Description

Profile traits for booleans.

Definition at line 901 of file ImmutableSet.h.

Member Typedef Documentation

◆ value_type

using llvm::ImutProfileInfo< bool >::value_type = const bool

Definition at line 902 of file ImmutableSet.h.

◆ value_type_ref

using llvm::ImutProfileInfo< bool >::value_type_ref = const bool&

Definition at line 903 of file ImmutableSet.h.

Member Function Documentation

◆ Profile()

void llvm::ImutProfileInfo< bool >::Profile ( FoldingSetNodeID & ID,
value_type_ref X )
inlinestatic

Definition at line 905 of file ImmutableSet.h.

References X.


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