Searched defs:FType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dcall-tester.h320 typedef R V8_CDECL FType(); typedef
322 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()));
327 typedef R V8_CDECL FType(P1); typedef
329 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1);
334 typedef R V8_CDECL FType(P1, P2); typedef
336 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2);
341 typedef R V8_CDECL FType(P1, P2, P3); typedef
343 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
348 typedef R V8_CDECL FType(P1, P2, P3, P4); typedef
350 return DoCall<R>(FUNCTION_CAST<FType*>(Generat
[all...]
/external/stlport/test/unit/
H A Dptrspec_test.cpp92 typedef void (*FType)(); typedef
93 vector<FType> func_vector;
/external/llvm/include/llvm/MC/
H A DMCAssembler.h140 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = nullptr) argument
141 : MCFragment(FType, SD), BundlePadding(0)
177 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, argument
179 : MCEncodedFragment(FType, SD)
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp315 FunctionType *FType = MF.getFunction()->getFunctionType(); local
351 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
432 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp671 QualType FType; local
678 FType = CGM.getContext().UnsignedLongTy;
679 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
680 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
698 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
699 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
700 FType = CGM.getContext().IntTy;
701 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
702 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
703 FType
1734 QualType FType = Field->getType(); local
2306 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2638 QualType FType; local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4398 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
4400 SourceLocation(), ID, FType, nullptr, SC_Extern,
4458 QualType FType = Context->getPointerType(BFT); local
4465 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4583 FType, VK_LValue, SourceLocation());
4587 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
H A DRewriteModernObjC.cpp5331 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
5333 SourceLocation(), ID, FType, nullptr, SC_Extern,
5400 QualType FType = Context->getPointerType(BFT); local
5415 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
5533 FType, VK_LValue, SourceLocation());
5545 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,

Completed in 545 milliseconds