Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h27 class DeadBlock; variable
115 friend class DeadBlock; variable
147 class DeadBlock final {
150 DeadBlock(DeadBlock *&Root, Block *Blk);
162 DeadBlock *&Root;
164 DeadBlock *Prev;
166 DeadBlock *Next;
H A DInterpBlock.cpp44 (reinterpret_cast<DeadBlock *>(this + 1) - 1)->free(); in cleanup()
63 DeadBlock::DeadBlock(DeadBlock *&Root, Block *Blk) in DeadBlock() function in DeadBlock
79 void DeadBlock::free() { in free()
H A DInterpState.cpp37 DeadBlock *Next = DeadBlocks->Next; in ~InterpState()
63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate()
64 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
H A DPointer.h28 class DeadBlock; variable
341 friend class DeadBlock; variable
H A DInterpState.h93 DeadBlock *DeadBlocks = nullptr;
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst144 turned into a ``DeadBlock`` and copied to storage managed by the