LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::ImutProfileInfo< bool > Struct Template Reference

Profile traits for booleans. More...

#include "llvm/ADT/ImmutableSet.h"

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

template<>
struct llvm::ImutProfileInfo< bool >

Profile traits for booleans.

Definition at line 878 of file ImmutableSet.h.

Member Typedef Documentation

◆ value_type

Definition at line 879 of file ImmutableSet.h.

◆ value_type_ref

Definition at line 880 of file ImmutableSet.h.

Member Function Documentation

◆ Profile()

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

Definition at line 882 of file ImmutableSet.h.

References llvm::FoldingSetNodeID::AddBoolean().


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