Searched refs:BlockPtr (Results 1 – 7 of 7) sorted by relevance
59 typedef std::unique_ptr<uint8_t[]> BlockPtr; typedef61 BlockPtr fBlock;
66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]); in createBlock()
1380 static void insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) {1386 BlockPtr->setOneSuccessor(NewBlock);1387 NewBlock->setPredecessors({BlockPtr});1388 NewBlock->setParent(BlockPtr->getParent());1398 VPValue *Condition, VPBlockBase *BlockPtr) {1403 BlockPtr->setTwoSuccessors(IfTrue, IfFalse, Condition);1404 IfTrue->setPredecessors({BlockPtr});1405 IfFalse->setPredecessors({BlockPtr});1406 IfTrue->setParent(BlockPtr->getParent());1407 IfFalse->setParent(BlockPtr->getParent());
1345 if (auto *BlockPtr = dyn_cast<VersionInfoBlock>(ItemPtr)) { in writeVersionInfoBlock() local1346 RETURN_IF_ERROR(writeVersionInfoBlock(*BlockPtr)); in writeVersionInfoBlock()
2228 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()