| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 135 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 D | CGDebugInfo.cpp | 1007 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 D | CGDebugInfo.h | 572 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 931 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 D | RewriteObjC.cpp | 4345 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 D | RewriteModernObjC.cpp | 5196 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 D | SIISelLowering.cpp | 1438 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 D | SemaCodeComplete.cpp | 4609 if (const auto *FType = Candidate.getFunctionType()) in getParamType() local 4610 if (const auto *Proto = dyn_cast<FunctionProtoType>(FType)) in getParamType()
|