Searched refs:funcType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1403 QualType VisitFunctionType(const FunctionType *funcType) { in VisitFunctionType() 1408 QualType returnType = funcType->getReturnType().substObjCTypeArgs( in VisitFunctionType() 1415 if (isa<FunctionNoProtoType>(funcType)) { in VisitFunctionType() 1418 funcType->getReturnType().getAsOpaquePtr()) in VisitFunctionType() 1419 return BaseType::VisitFunctionType(funcType); in VisitFunctionType() 1422 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType() 1425 const auto *funcProtoType = cast<FunctionProtoType>(funcType); in VisitFunctionType() 1468 return BaseType::VisitFunctionType(funcType); in VisitFunctionType()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 671 TypeIndex funcType = in mergeTypeRecord() local 674 funcIdToType.push_back({funcId, funcType}); in mergeTypeRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 198 def OpTypeFunction: Op<33, (outs TYPE:$funcType), (ins TYPE:$returnType, variable_ops), 199 "$funcType = OpTypeFunction $returnType">; 322 (ins TYPE:$resType, FunctionControl:$funcControl, TYPE:$funcType), 323 "$func = OpFunction $resType $funcControl $funcType">;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 609 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument 612 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType() 622 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument 623 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() 624 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl() 2208 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2209 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes() 2210 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() 2383 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 882 FunctionType *funcType = FunctionType::get( in constructFunction() local 891 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 5106 QualType funcType = CGM.getContext().getMemberPointerType( in getSignedVirtualMemberFunctionPointer() local 5108 return CGM.getMemberFunctionPointer(thunk, funcType); in getSignedVirtualMemberFunctionPointer()
|