Home
last modified time | relevance | path

Searched refs:DeadBlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h27 class DeadBlock; variable
136 friend class DeadBlock; variable
185 class DeadBlock final {
188 DeadBlock(DeadBlock *&Root, Block *Blk);
201 DeadBlock *&Root;
203 DeadBlock *Prev;
205 DeadBlock *Next;
H A DInterpBlock.cpp66 (reinterpret_cast<DeadBlock *>(this + 1) - 1)->free(); in cleanup()
108 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
128 void DeadBlock::free() { in free()
H A DInterpState.cpp45 DeadBlock *Next = DeadBlocks->Next; in ~InterpState()
54 for (DeadBlock *DB = DeadBlocks; DB; DB = DB->Next) { in cleanup()
85 reinterpret_cast<char *>(std::malloc(sizeof(DeadBlock) + Size)); in deallocate()
86 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
H A DInterpState.h163 DeadBlock *DeadBlocks = nullptr;
H A DPointer.h28 class DeadBlock; variable
771 friend class DeadBlock; variable