Home
last modified time | relevance | path

Searched refs:FType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dblock-in-template-inst.mm42 typedef R (^FType)(Arg0, Arg1, Arg2);
44 Curry(FType _f) : f(_f) {}
59 FType f;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
12 FType bar;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h33 template <class FType>
34 ReleaseModeModelRunner(LLVMContext &Ctx, const FType &InputSpec,
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h131 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment() argument
133 : MCFragment(FType, HasInstructions, Sec) {} in MCEncodedFragment()
190 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument
193 : MCEncodedFragment(FType, HasInstructions, Sec) {} in MCEncodedFragmentWithContents()
211 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument
214 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1190 QualType FType; in collectDefaultElementTypesForBlockPointer() local
1200 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1206 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1226 QualType FType; in CreateType() local
1231 FType = CGM.getContext().UnsignedLongTy; in CreateType()
2894 QualType FType = Field->getType(); in CreateTypeDefinition() local
2898 if (!FType->isIncompleteArrayType()) { in CreateTypeDefinition()
4347 QualType FType; in EmitTypeForVarWithBlocksAttr() local
4358 FType = CGM.getContext().IntTy; in EmitTypeForVarWithBlocksAttr()
4396 FType = Type; in EmitTypeForVarWithBlocksAttr()
[all …]
H A DCGDebugInfo.h669 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp540 if (auto FType = dyn_cast<FunctionType>(Ty)) { in createSPIRVType() local
541 SPIRVType *RetTy = findSPIRVType(FType->getReturnType(), MIRBuilder); in createSPIRVType()
543 for (const auto &t : FType->params()) { in createSPIRVType()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h979 template <typename FType>
980 Optional<StringRef> forEachName(FType Callback) const { in forEachName()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4345 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
4403 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
4411 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr()
4526 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4532 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5190 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5192 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
5258 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
5274 DeclRefExpr(*Context, FD, false, FType, VK_PRValue, SourceLocation()); in SynthBlockInitExpr()
5389 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5403 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1831 FunctionType *FType, in processPSInputArgs() argument
2347 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
2379 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
2483 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10576 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
10588 ArgTy = FType->getReturnType(); in analyzeInputArgs()
10590 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7078 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
7107 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()