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

  /external/stlport/test/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /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 137 FunctionType *FType = MF.getFunction()->getFunctionType();
172 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
245 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 701 QualType FType;
708 FType = CGM.getContext().UnsignedLongTy;
709 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
710 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
728 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
729 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
730 FType = CGM.getContext().IntTy;
731 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
732 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
733 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 1369 milliseconds