LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< uintptr_t > Class Template Reference

#include <PointerLikeTypeTraits.h>

Public Types

enum  { NumLowBitsAvailable = 0 }
 

Static Public Member Functions

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

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< uintptr_t >

Definition at line 78 of file PointerLikeTypeTraits.h.

Member Enumeration Documentation

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 87 of file PointerLikeTypeTraits.h.

Member Function Documentation

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

Definition at line 80 of file PointerLikeTypeTraits.h.

References P.

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

Definition at line 83 of file PointerLikeTypeTraits.h.

References P.


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