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

  /external/clang/test/CodeGen/
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
  /external/v8/test/cctest/compiler/
call-tester.h 131 typedef R V8_CDECL FType();
133 return DoCall(FUNCTION_CAST<FType*>(Generate()));
138 typedef R V8_CDECL FType(P1);
140 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1);
145 typedef R V8_CDECL FType(P1, P2);
147 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1, p2);
152 typedef R V8_CDECL FType(P1, P2, P3);
154 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
159 typedef R V8_CDECL FType(P1, P2, P3, P4);
161 return DoCall(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3, p4)
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 158 MCEncodedFragment(MCFragment::FragmentType FType, bool HasInstructions,
160 : MCFragment(FType, HasInstructions, 0, Sec) {}
184 MCEncodedFragmentWithContents(MCFragment::FragmentType FType,
187 : MCEncodedFragment(FType, HasInstructions, Sec) {}
205 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
208 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 754 QualType FType;
760 FType = CGM.getContext().UnsignedLongTy;
761 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
762 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
780 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
781 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
782 FType = CGM.getContext().IntTy;
783 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
784 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
785 FType = CGM.getContext().getPointerType(Ty->getPointeeType())
    [all...]
CGDebugInfo.h 434 /// Create new member and increase Offset by FType's size.
435 llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType FType,
  /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/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 580 FunctionType *FType = MF.getFunction()->getFunctionType();
624 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
700 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
736 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 614 milliseconds