Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
/external/llvm/include/llvm/MC/
DMCAssembler.h143 : MCFragment(FType, SD), BundlePadding(0) in MCFragment() argument
181 : MCEncodedFragment(FType, SD) in MCEncodedFragment() argument
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp707 QualType FType; in CreateType() local
1749 QualType FType = Field->getType(); in CreateTypeDefinition() local
2300 llvm::DIType CGDebugInfo::CreateMemberType(llvm::DIFile Unit, QualType FType, in CreateMemberType()
2726 QualType FType; in EmitTypeForVarWithBlocksAttr() local
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp407 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4379 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4439 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
DRewriteModernObjC.cpp5301 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5370 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3897 if (auto FType = Candidate.getFunctionType()) in getParamType() local