Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h27 class DeadBlock; variable
80 friend class DeadBlock; variable
112 class DeadBlock {
115 DeadBlock(DeadBlock *&Root, Block *Blk);
127 DeadBlock *&Root;
129 DeadBlock *Prev;
131 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
314 friend class DeadBlock; variable
H A DInterpState.h92 DeadBlock *DeadBlocks = nullptr;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst144 turned into a ``DeadBlock`` and copied to storage managed by the