Searched defs:FType (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
D | regparm.c | 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeHeader.h | 130 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/ |
D | MCFragment.h | 135 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/ |
D | NaClBitcodeHeader.cpp | 57 const char *NaClBitcodeHeaderField::TypeName(FieldType FType) { in TypeName()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileVerifierPass.cpp | 200 …double ProfileVerifierPassT<FType, BType>::ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge … in ReadOrAssert()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 780 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/ |
D | RISCVISelLowering.cpp | 821 FunctionType *FType = MF.getFunction().getFunctionType(); in analyzeInputArgs() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4346 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 4406 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
|
D | RewriteModernObjC.cpp | 5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local 5270 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 595 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1347 FunctionType *FType, in processShaderInputArgs() 1758 FunctionType *FType = MF.getFunction().getFunctionType(); in LowerFormalArguments() local
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3979 if (auto FType = Candidate.getFunctionType()) in getParamType() local
|