Home
last modified time | relevance | path

Searched defs:FType (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
/external/stlport/test/unit/
Dptrspec_test.cpp92 typedef void (*FType)(); in ptr_specialization_test() typedef
/external/llvm/include/llvm/MC/
DMCAssembler.h141 : MCFragment(FType, SD), BundlePadding(0) in MCFragment() argument
179 : MCEncodedFragment(FType, SD) in MCEncodedFragment() argument
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp671 QualType FType; in CreateType() local
1734 QualType FType = Field->getType(); in CreateTypeDefinition() local
2306 llvm::DIType CGDebugInfo::CreateMemberType(llvm::DIFile Unit, QualType FType, in CreateMemberType()
2638 QualType FType; in EmitTypeForVarWithBlocksAttr() local
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp315 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4398 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4458 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
DRewriteModernObjC.cpp5331 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5400 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3884 if (const FunctionType *FType = Results[I].getFunctionType()) in CodeCompleteCall() local