clang 23.0.0git
clang::interp::IntPointer Struct Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Pointer.h"

Public Member Functions

std::optional< IntPointeratOffset (const Context &Ctx, unsigned Offset) const
IntPointer baseCast (const Context &Ctx, unsigned BaseOffset) const
QualType getPointeeType () const

Public Attributes

const TypeTy
uint64_t Value

Detailed Description

Definition at line 332 of file Pointer.h.

Member Function Documentation

◆ atOffset()

◆ baseCast()

◆ getPointeeType()

Member Data Documentation

◆ Ty

const Type* clang::interp::IntPointer::Ty

◆ Value

uint64_t clang::interp::IntPointer::Value

Definition at line 334 of file Pointer.h.

Referenced by atOffset(), baseCast(), and clang::interp::Pointer::operator==().


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