Searched defs:funcType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXX.cpp | 25 cir::FuncType funcType = getTypes().getFunctionType(fnInfo); in codegenCXXStructor() local
|
| H A D | CIRGenModule.cpp | 403 cir::FuncType funcType = getTypes().getFunctionType(fi); in emitGlobalFunctionDefinition() local 1330 mlir::Type funcType, bool forVTable, in getAddrOfFunction() 1668 StringRef mangledName, mlir::Type funcType, GlobalDecl gd, bool forVTable, in getOrCreateCIRFunction() 1791 cir::FuncType funcType, in createCIRFunction()
|
| H A D | CIRGenFunction.cpp | 339 cir::FuncOp fn, cir::FuncType funcType, in startFunction() 437 cir::FuncType funcType) { in generateCode()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 543 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() 556 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() 2124 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2295 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
|
| H A D | RewriteModernObjC.cpp | 608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() 621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() 2207 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2382 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 675 TypeIndex funcType = in mergeTypeRecord() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 889 FunctionType *funcType = FunctionType::get( in constructFunctionDeclaration() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 5157 QualType funcType = CGM.getContext().getMemberPointerType( in getSignedVirtualMemberFunctionPointer() local
|