clang
17.0.0git
|
Descriptor for a dead block. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/InterpBlock.h"
Public Member Functions | |
DeadBlock (DeadBlock *&Root, Block *Blk) | |
Copies the block. More... | |
char * | data () |
Returns a pointer to the stored data. More... | |
Friends | |
class | Block |
class | InterpState |
Descriptor for a dead block.
Dead blocks are chained in a double-linked list to deallocate them whenever pointers become dead.
Definition at line 147 of file InterpBlock.h.
Copies the block.
Definition at line 63 of file InterpBlock.cpp.
References P, and clang::interp::Block::Pointers.
|
inline |
Returns a pointer to the stored data.
Definition at line 153 of file InterpBlock.h.
References clang::interp::Block::data().
|
friend |
Definition at line 156 of file InterpBlock.h.
|
friend |
Definition at line 157 of file InterpBlock.h.