Home
last modified time | relevance | path

Searched defs:FType (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h130 void DecodeTypedID(FixedSubfield Subfield, Tag &ID, FieldType &FType) { in DecodeTypedID()
147 FieldType FType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h135 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions, in MCEncodedFragment()
192 MCEncodedFragmentWithContents(MCFragment::FragmentType FType, in MCEncodedFragmentWithContents()
213 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, in MCEncodedFragmentWithFixups()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp57 const char *NaClBitcodeHeaderField::TypeName(FieldType FType) { in TypeName()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileVerifierPass.cpp200 …double ProfileVerifierPassT<FType, BType>::ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge … in ReadOrAssert()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp780 QualType FType; in CreateType() local
1977 QualType FType = Field->getType(); in CreateTypeDefinition() local
2593 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
3051 QualType FType; in EmitTypeForVarWithBlocksAttr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp821 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4346 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4406 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
DRewriteModernObjC.cpp5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5270 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp595 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1347 FunctionType *FType, in processShaderInputArgs()
1758 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3979 if (auto FType = Candidate.getFunctionType()) in getParamType() local