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 315 FunctionType *FType = MF.getFunction()->getFunctionType();
351 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
432 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 671 QualType FType;
678 FType = CGM.getContext().UnsignedLongTy;
679 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
680 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
698 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
699 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
700 FType = CGM.getContext().IntTy;
701 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
702 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
703 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 612 milliseconds