Searched refs:BlockTy (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVUtil.cpp | 1080 auto BlockTy = new SPIR::BlockType; in transTypeDesc() local 1087 BlockTy->setParam(0, SPIR::RefParamType(VoidPtrTy)); in transTypeDesc() 1089 BlockTy->setParam(1, SPIR::RefParamType( in transTypeDesc() 1092 EPT = BlockTy; in transTypeDesc()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 531 QualType BlockTy = blkExpr->getType(); in CheckFallThroughForBody() local 533 BlockTy->getPointeeType()->getAs<FunctionType>()) { in CheckFallThroughForBody()
|
D | SemaExpr.cpp | 12113 QualType BlockTy; in ActOnBlockStmtExpr() local 12138 BlockTy = Context.getFunctionType(RetTy, None, EPI); in ActOnBlockStmtExpr() 12144 BlockTy = BSI->FunctionType; in ActOnBlockStmtExpr() 12152 BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI); in ActOnBlockStmtExpr() 12159 BlockTy = Context.getFunctionType(RetTy, None, EPI); in ActOnBlockStmtExpr() 12163 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr() 12179 BlockExpr *Result = new (Context) BlockExpr(BSI->TheDecl, BlockTy); in ActOnBlockStmtExpr()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5174 QualType BlockTy = in getObjCEncodingForBlock() local 5179 Decl::OBJC_TQ_None, BlockTy->getAs<FunctionType>()->getReturnType(), S, in getObjCEncodingForBlock() 5182 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock()
|