clang 23.0.0git
clang::interp::BlockPointer Struct Reference

#include "/work/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 36 of file Pointer.h.

Member Data Documentation

◆ Base

◆ Next

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

Next link in the pointer chain.

Definition at line 44 of file Pointer.h.

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

◆ Pointee

◆ Prev

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

Previous link in the pointer chain.

Definition at line 42 of file Pointer.h.


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