Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h33 template <typename BlockPtrTy>
35 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,
38 BlockPtrTy Block;
45 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()
65 using reference = BlockPtrTy;
67 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)
78 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
83 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()
95 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1855 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local
1863 S.Context.getFunctionType(BlockPtrTy, std::nullopt, ConversionEPI); in addBlockPointerConversion()
1868 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()
1870 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()