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

  /external/clang/test/CodeGen/
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {
  /external/chromium_org/v8/test/cctest/compiler/
call-tester.h 320 typedef R V8_CDECL FType();
322 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()));
327 typedef R V8_CDECL FType(P1);
329 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1);
334 typedef R V8_CDECL FType(P1, P2);
336 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2);
341 typedef R V8_CDECL FType(P1, P2, P3);
343 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
348 typedef R V8_CDECL FType(P1, P2, P3, P4);
350 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3, p4)
    [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...]
CGDebugInfo.h 355 /// CreateMemberType - Create new member and increase Offset by FType's size.
356 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
  /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/include/llvm/MC/
MCAssembler.h 140 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = nullptr)
141 : MCFragment(FType, SD), BundlePadding(0)
177 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
179 : MCEncodedFragment(FType, SD)
    [all...]
  /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/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 1766 milliseconds