clang 23.0.0git
llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue > Struct Reference

#include "clang/AST/APValue.h"

Inheritance diagram for llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >:
[legend]

Static Public Member Functions

static const void * getAsVoidPointer (clang::DynamicAllocLValue V)
static clang::DynamicAllocLValue getFromVoidPointer (const void *P)

Static Public Attributes

static constexpr int NumLowBitsAvailable

Detailed Description

Definition at line 106 of file APValue.h.

Member Function Documentation

◆ getAsVoidPointer()

const void * llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getAsVoidPointer ( clang::DynamicAllocLValue V)
inlinestatic

Definition at line 107 of file APValue.h.

References V.

◆ getFromVoidPointer()

clang::DynamicAllocLValue llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::getFromVoidPointer ( const void * P)
inlinestatic

Definition at line 110 of file APValue.h.

References clang::DynamicAllocLValue::getFromOpaqueValue().

Member Data Documentation

◆ NumLowBitsAvailable

int llvm::PointerLikeTypeTraits< clang::DynamicAllocLValue >::NumLowBitsAvailable
staticconstexpr
Initial value:

Definition at line 113 of file APValue.h.


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