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

#include "llvm/Support/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<>
struct llvm::PointerLikeTypeTraits< uintptr_t >

Definition at line 104 of file PointerLikeTypeTraits.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 112 of file PointerLikeTypeTraits.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 105 of file PointerLikeTypeTraits.h.

References P.

◆ getFromVoidPointer()

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

Definition at line 108 of file PointerLikeTypeTraits.h.

References P.


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