Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h27 class DeadBlock; variable
123 friend class DeadBlock; variable
162 class DeadBlock final {
165 DeadBlock(DeadBlock *&Root, Block *Blk);
178 DeadBlock *&Root;
180 DeadBlock *Prev;
182 DeadBlock *Next;
H A DInterpBlock.cpp58 (reinterpret_cast<DeadBlock *>(this + 1) - 1)->free(); in cleanup()
94 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
110 void DeadBlock::free() { in free()
H A DInterpState.cpp30 DeadBlock *Next = DeadBlocks->Next; in ~InterpState()
58 reinterpret_cast<char *>(std::malloc(sizeof(DeadBlock) + Size)); in deallocate()
59 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
H A DInterpState.h101 DeadBlock *DeadBlocks = nullptr;
H A DPointer.h28 class DeadBlock; variable
440 friend class DeadBlock; variable