Home
last modified time | relevance | path

Searched refs:BlockPtr (Results 1 – 7 of 7) sorted by relevance

/external/skqp/tools/trace/
DSkChromeTracingTracer.h59 typedef std::unique_ptr<uint8_t[]> BlockPtr; typedef
61 BlockPtr fBlock;
DSkChromeTracingTracer.cpp66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]); in createBlock()
/external/skia/tools/trace/
DSkChromeTracingTracer.h59 typedef std::unique_ptr<uint8_t[]> BlockPtr; typedef
61 BlockPtr fBlock;
DSkChromeTracingTracer.cpp66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]); in createBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1380 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());
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1345 if (auto *BlockPtr = dyn_cast<VersionInfoBlock>(ItemPtr)) { in writeVersionInfoBlock() local
1346 RETURN_IF_ERROR(writeVersionInfoBlock(*BlockPtr)); in writeVersionInfoBlock()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2228 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local
2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()