Home
last modified time | relevance | path

Searched refs:BlockTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp296 using BlockTy = std::pair<BasicBlock *, unsigned>; typedef
305 SmallVector<BlockTy, 0> Blocks = {};
441 auto RegionStartIt = remove_if(Blocks, [&](const BlockTy &Block) { in takeSingleEntrySubRegion()
516 bool RegionsOverlap = any_of(Region.blocks(), [&](const BlockTy &Block) { in outlineColdRegions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp639 QualType BlockTy = blkExpr->getType(); in CheckFallThroughForBody() local
641 BlockTy->getPointeeType()->getAs<FunctionType>()) { in CheckFallThroughForBody()
H A DSemaExpr.cpp13705 QualType BlockTy; in ActOnBlockStmtExpr() local
13730 BlockTy = Context.getFunctionType(RetTy, None, EPI); in ActOnBlockStmtExpr()
13736 BlockTy = BSI->FunctionType; in ActOnBlockStmtExpr()
13744 BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI); in ActOnBlockStmtExpr()
13751 BlockTy = Context.getFunctionType(RetTy, None, EPI); in ActOnBlockStmtExpr()
13755 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
13774 BlockExpr *Result = new (Context) BlockExpr(BD, BlockTy); in ActOnBlockStmtExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp9482 auto *BlockTy = BlockLiteral->getType()->getPointerElementType(); in createEnqueuedBlockKernel() local
9492 ArgTys.push_back(BlockTy); in createEnqueuedBlockKernel()
9517 unsigned BlockAlign = CGF.CGM.getDataLayout().getPrefTypeAlignment(BlockTy); in createEnqueuedBlockKernel()
9518 auto *BlockPtr = Builder.CreateAlloca(BlockTy, nullptr); in createEnqueuedBlockKernel()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttrDocs.td166 typedef void (^BlockTy)();
167 BlockTy g0, g1;
169 void nonescapingFunc(__attribute__((noescape)) BlockTy block) {
173 void escapingFunc(__attribute__((noescape)) BlockTy block) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6187 QualType BlockTy = in getObjCEncodingForBlock() local
6192 Decl::OBJC_TQ_None, BlockTy->getAs<FunctionType>()->getReturnType(), S, in getObjCEncodingForBlock()
6195 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()