| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 132 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment() argument 134 : MCFragment(FType, HasInstructions, Sec) {} in MCEncodedFragment() 191 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents() argument 194 : MCEncodedFragment(FType, HasInstructions, Sec) {} in MCEncodedFragmentWithContents() 212 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups() argument 215 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1141 QualType FType; in collectDefaultElementTypesForBlockPointer() local 1151 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1157 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1177 QualType FType; in CreateType() local 1182 FType = CGM.getContext().UnsignedLongTy; in CreateType() 2767 QualType FType = Field->getType(); in CreateTypeDefinition() local 2771 if (!FType->isIncompleteArrayType()) { in CreateTypeDefinition() 4157 QualType FType; in EmitTypeForVarWithBlocksAttr() local 4168 FType = CGM.getContext().IntTy; in EmitTypeForVarWithBlocksAttr() 4206 FType = Type; in EmitTypeForVarWithBlocksAttr() [all …]
|
| H A D | CGDebugInfo.h | 634 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4343 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 D | RewriteModernObjC.cpp | 5189 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 5191 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 5257 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 5273 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1817 FunctionType *FType, in processPSInputArgs() argument 2303 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local 2335 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2440 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7301 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 7313 ArgTy = FType->getReturnType(); in analyzeInputArgs() 7315 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5694 if (const auto *FType = Candidate.getFunctionType()) in getParamType() local 5695 if (const auto *Proto = dyn_cast<FunctionProtoType>(FType)) in getParamType()
|
| H A D | SemaOpenMP.cpp | 6657 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 6684 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|