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

#include "clang/CodeGen/ConstantInitFuture.h"

Public Types

using T = ::clang::CodeGen::ConstantInitBuilderBase *
 

Static Public Member Functions

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

Static Public Attributes

static constexpr int NumLowBitsAvailable = 2
 

Detailed Description

Definition at line 33 of file ConstantInitFuture.h.

Member Typedef Documentation

◆ T

Definition at line 34 of file ConstantInitFuture.h.

Member Function Documentation

◆ getAsVoidPointer()

static void * llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitBuilderBase * >::getAsVoidPointer ( T  p)
inlinestatic

Definition at line 36 of file ConstantInitFuture.h.

◆ getFromVoidPointer()

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

Definition at line 37 of file ConstantInitFuture.h.

Member Data Documentation

◆ NumLowBitsAvailable

constexpr int llvm::PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitBuilderBase * >::NumLowBitsAvailable = 2
staticconstexpr

Definition at line 38 of file ConstantInitFuture.h.


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