LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::ImutProfileInfo< bool > Struct Template Reference

Profile traits for booleans. More...

#include <ImmutableSet.h>

Public Types

typedef const bool value_type
 
typedef const boolvalue_type_ref
 

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 856 of file ImmutableSet.h.

Member Typedef Documentation

Definition at line 857 of file ImmutableSet.h.

Definition at line 858 of file ImmutableSet.h.

Member Function Documentation

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

Definition at line 860 of file ImmutableSet.h.

References llvm::FoldingSetNodeID::AddBoolean().


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