reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 assert(!Blocks.empty()); 147 uint32_t CurrentBlock = Blocks[0]; 149 while (!Blocks.empty()) { 151 uint32_t NextBlock = Blocks.front(); 160 Blocks = Blocks.drop_front(); 160 Blocks = Blocks.drop_front();