HomeSort by relevance Sort by last modified time
    Searched defs:FType (Results 1 - 6 of 6) 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 601 QualType FType;
608 FType = CGM.getContext().UnsignedLongTy;
609 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
610 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
628 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
629 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
630 FType = CGM.getContext().IntTy;
631 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
632 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
633 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 952 milliseconds