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 91 FunctionType *FType = MF.getFunction()->getFunctionType();
126 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
183 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 680 QualType FType;
687 FType = CGM.getContext().UnsignedLongTy;
688 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
689 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
707 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
708 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
709 FType = CGM.getContext().IntTy;
710 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
711 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
712 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 246 milliseconds