HomeSort by relevance Sort by last modified time
    Searched defs:FType (Results 1 - 5 of 5) 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/clang/lib/CodeGen/
CGDebugInfo.cpp 539 QualType FType;
546 FType = CGM.getContext().UnsignedLongTy;
547 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
548 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
566 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
567 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
568 FType = CGM.getContext().IntTy;
569 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
570 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
571 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 203 milliseconds