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 131 typedef R V8_CDECL FType();
133 return DoCall(FUNCTION_CAST<FType*>(Generate()));
138 typedef R V8_CDECL FType(P1);
140 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1);
145 typedef R V8_CDECL FType(P1, P2);
147 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1, p2);
152 typedef R V8_CDECL FType(P1, P2, P3);
154 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
159 typedef R V8_CDECL FType(P1, P2, P3, P4);
161 return DoCall(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/AMDGPU/
SIISelLowering.cpp 580 FunctionType *FType = MF.getFunction()->getFunctionType();
624 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
700 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
736 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 754 QualType FType;
760 FType = CGM.getContext().UnsignedLongTy;
761 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
762 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
780 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
781 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
782 FType = CGM.getContext().IntTy;
783 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
784 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
785 FType = CGM.getContext().getPointerType(Ty->getPointeeType())
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 3169 milliseconds