Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lcov/contrib/galaxy/
Dconglomerate_functions.pl148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {
/external/clang/test/CodeGenObjCXX/
Dblock-in-template-inst.mm42 typedef R (^FType)(Arg0, Arg1, Arg2);
44 Curry(FType _f) : f(_f) {}
59 FType f;
/external/clang/test/CodeGen/
Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
12 FType bar;
/external/chromium_org/v8/test/cctest/compiler/
Dcall-tester.h320 typedef R V8_CDECL FType();
322 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()));
327 typedef R V8_CDECL FType(P1);
329 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1);
334 typedef R V8_CDECL FType(P1, P2);
336 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2);
341 typedef R V8_CDECL FType(P1, P2, P3);
343 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
348 typedef R V8_CDECL FType(P1, P2, P3, P4);
350 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3, p4);
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp671 QualType FType; in CreateType() local
678 FType = CGM.getContext().UnsignedLongTy; in CreateType()
679 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset)); in CreateType()
680 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset)); in CreateType()
698 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in CreateType()
699 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset)); in CreateType()
700 FType = CGM.getContext().IntTy; in CreateType()
701 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset)); in CreateType()
702 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset)); in CreateType()
703 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy); in CreateType()
[all …]
DCGDebugInfo.h356 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
/external/stlport/test/unit/
Dptrspec_test.cpp92 typedef void (*FType)(); in ptr_specialization_test() typedef
93 vector<FType> func_vector; in ptr_specialization_test()
/external/llvm/include/llvm/MC/
DMCAssembler.h140 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = nullptr)
141 : MCFragment(FType, SD), BundlePadding(0) in MCFragment() argument
177 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
179 : MCEncodedFragment(FType, SD) in MCEncodedFragment() argument
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp315 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
351 Type *ParamType = FType->getParamType(Arg.OrigArgIndex); in LowerFormalArguments()
432 Type *ParamType = FType->getParamType(Arg.OrigArgIndex); in LowerFormalArguments()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4398 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4400 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
4458 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
4465 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue, in SynthBlockInitExpr()
4583 FType, VK_LValue, SourceLocation()); in SynthBlockInitExpr()
4587 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
DRewriteModernObjC.cpp5331 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5333 SourceLocation(), ID, FType, nullptr, SC_Extern, in SynthBlockInitFunctionDecl()
5400 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
5415 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue, in SynthBlockInitExpr()
5533 FType, VK_LValue, SourceLocation()); in SynthBlockInitExpr()
5545 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3884 if (const FunctionType *FType = Results[I].getFunctionType()) in CodeCompleteCall() local
3885 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FType)) in CodeCompleteCall()