/external/chromium_org/third_party/lcov/contrib/galaxy/ |
D | conglomerate_functions.pl | 148 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/ |
D | block-in-template-inst.mm | 42 typedef R (^FType)(Arg0, Arg1, Arg2); 44 Curry(FType _f) : f(_f) {} 59 FType f;
|
/external/clang/test/CodeGen/ |
D | regparm.c | 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef 12 FType bar;
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | call-tester.h | 320 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/ |
D | CGDebugInfo.cpp | 671 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 …]
|
D | CGDebugInfo.h | 356 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
|
/external/stlport/test/unit/ |
D | ptrspec_test.cpp | 92 typedef void (*FType)(); in ptr_specialization_test() typedef 93 vector<FType> func_vector; in ptr_specialization_test()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 140 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/ |
D | SIISelLowering.cpp | 315 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/ |
D | RewriteObjC.cpp | 4398 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()
|
D | RewriteModernObjC.cpp | 5331 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/ |
D | SemaCodeComplete.cpp | 3884 if (const FunctionType *FType = Results[I].getFunctionType()) in CodeCompleteCall() local 3885 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FType)) in CodeCompleteCall()
|