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.h35 template <typename BlockPtrTy>
37 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,
40 BlockPtrTy Block;
47 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()
67 using reference = BlockPtrTy;
69 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)
80 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
85 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()
97 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1880 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local
1887 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, {}, ConversionEPI); in addBlockPointerConversion()
1892 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()
1894 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()