| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1163 QualType FType; in collectDefaultElementTypesForBlockPointer() local 1173 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1174 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1175 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1177 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in collectDefaultElementTypesForBlockPointer() 1178 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1179 FType = CGM.getContext().IntTy; in collectDefaultElementTypesForBlockPointer() 1180 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1181 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in collectDefaultElementTypesForBlockPointer() 1182 FType = CGM.getContext().getPointerType(Ty->getPointeeType()); in collectDefaultElementTypesForBlockPointer() [all …]
|
| H A D | CGDebugInfo.h | 626 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4357 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 4359 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 4417 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 4425 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation()); in SynthBlockInitExpr() 4538 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 4544 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
|
| H A D | RewriteModernObjC.cpp | 5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 5204 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl() 5270 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local 5286 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation()); in SynthBlockInitExpr() 5400 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5414 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6905 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local 6917 ArgTy = FType->getReturnType(); in analyzeInputArgs() 6919 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex()); in analyzeInputArgs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1777 FunctionType *FType, in processPSInputArgs() argument 2263 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local 2295 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info); in LowerFormalArguments() 2400 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex())); in LowerFormalArguments()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 5691 if (const auto *FType = Candidate.getFunctionType()) in getParamType() local 5692 if (const auto *Proto = dyn_cast<FunctionProtoType>(FType)) in getParamType()
|
| H A D | SemaOpenMP.cpp | 6642 QualType FType = TInfo->getType(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 6669 FType, UDeclTy, /* OfBlockPointer */ false, in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 88307 gdb/arm: Include FType bit in EXC_RETURN pattern on v8m 88309 FType, Mode and SPSEL. These are the same bits that are used in v7m. 88310 This patch extends the list of patterns to include also the FType bit
|