Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h135 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment() argument
137 : MCFragment(FType, HasInstructions, Sec) {} in MCEncodedFragment()
192 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument
195 : MCEncodedFragment(FType, HasInstructions, Sec) {} in MCEncodedFragmentWithContents()
213 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument
216 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1007 QualType FType; in collectDefaultElementTypesForBlockPointer() local
1017 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1023 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer()
1043 QualType FType; in CreateType() local
1048 FType = CGM.getContext().UnsignedLongTy; in CreateType()
2412 QualType FType = Field->getType(); in CreateTypeDefinition() local
2416 if (!FType->isIncompleteArrayType()) { in CreateTypeDefinition()
3660 QualType FType; in EmitTypeForVarWithBlocksAttr() local
3671 FType = CGM.getContext().IntTy; in EmitTypeForVarWithBlocksAttr()
3709 FType = Type; in EmitTypeForVarWithBlocksAttr()
[all …]
H A DCGDebugInfo.h572 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp931 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
939 ArgTy = FType->getReturnType(); in analyzeInputArgs()
941 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4345 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4347 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
4405 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
4413 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation()); in SynthBlockInitExpr()
4524 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
4529 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
H A DRewriteModernObjC.cpp5196 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5198 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
5264 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
5280 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation()); in SynthBlockInitExpr()
5393 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()
5406 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1438 FunctionType *FType, in processShaderInputArgs() argument
1850 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
1883 processShaderInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments()
1980 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp4609 if (const auto *FType = Candidate.getFunctionType()) in getParamType() local
4610 if (const auto *Proto = dyn_cast<FunctionProtoType>(FType)) in getParamType()