clang 19.0.0git
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitFuture > Struct Reference

#include "clang/CodeGen/ConstantInitFuture.h"

Public Types

using T = ::clang::CodeGen::ConstantInitFuture
 

Static Public Member Functions

static void * getAsVoidPointer (T future)
 
static T getFromVoidPointer (void *p)
 

Static Public Attributes

static constexpr int NumLowBitsAvailable = T::NumLowBitsAvailable
 

Detailed Description

Definition at line 92 of file ConstantInitFuture.h.

Member Typedef Documentation

◆ T

Definition at line 93 of file ConstantInitFuture.h.

Member Function Documentation

◆ getAsVoidPointer()

static void * llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitFuture >::getAsVoidPointer ( T  future)
inlinestatic

◆ getFromVoidPointer()

static T llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitFuture >::getFromVoidPointer ( void *  p)
inlinestatic

Definition at line 98 of file ConstantInitFuture.h.

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitFuture >::NumLowBitsAvailable = T::NumLowBitsAvailable
staticconstexpr

Definition at line 101 of file ConstantInitFuture.h.


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