LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< Use ** > Class Template Reference

#include <Use.h>

Public Types

enum  { NumLowBitsAvailable = 2 }
 

Static Public Member Functions

static void * getAsVoidPointer (Use **P)
 
static Use ** getFromVoidPointer (void *P)
 

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< Use ** >

Definition at line 43 of file Use.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 49 of file Use.h.

Member Function Documentation

static void* llvm::PointerLikeTypeTraits< Use ** >::getAsVoidPointer ( Use **  P)
inlinestatic

Definition at line 45 of file Use.h.

References P.

static Use** llvm::PointerLikeTypeTraits< Use ** >::getFromVoidPointer ( void *  P)
inlinestatic

Definition at line 46 of file Use.h.

References P.


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