clang 22.0.0git
clang::interp::BlockPointer Struct Reference

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

Public Attributes

BlockPointee
 The block the pointer is pointing to.
unsigned Base
 Start of the current subfield.
PointerPrev
 Previous link in the pointer chain.
PointerNext
 Next link in the pointer chain.

Detailed Description

Definition at line 35 of file Pointer.h.

Member Data Documentation

◆ Base

◆ Next

Pointer* clang::interp::BlockPointer::Next

Next link in the pointer chain.

Definition at line 43 of file Pointer.h.

Referenced by clang::interp::DynamicAllocator::cleanup(), clang::interp::Program::createGlobal(), and clang::interp::DeadBlock::DeadBlock().

◆ Pointee

◆ Prev

Pointer* clang::interp::BlockPointer::Prev

Previous link in the pointer chain.

Definition at line 41 of file Pointer.h.


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