Home
last modified time | relevance | path

Searched refs:BlockPtrTy (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h32 template <typename BlockPtrTy>
34 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,
37 BlockPtrTy Block;
44 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()
64 using reference = BlockPtrTy;
66 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)
77 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
82 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()
94 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1583 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local
1591 S.Context.getFunctionType(BlockPtrTy, std::nullopt, ConversionEPI); in addBlockPointerConversion()
1596 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()
1598 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()