HomeSort by relevance Sort by last modified time
    Searched defs:FType (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/compiler/
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)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 407 FunctionType *FType = MF.getFunction()->getFunctionType();
443 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
526 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
561 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 707 QualType FType;
714 FType = CGM.getContext().UnsignedLongTy;
715 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
716 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
734 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
735 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
736 FType = CGM.getContext().IntTy;
737 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
738 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
739 FType = CGM.getContext().getPointerType(Ty->getPointeeType())
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 279 milliseconds