Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h142 : MCFragment(FType, SD), BundlePadding(0) in MCFragment() argument
180 : MCEncodedFragment(FType, SD) in MCEncodedFragment() argument
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp679 QualType FType; in CreateType() local
1727 QualType FType = Field->getType(); in CreateTypeDefinition() local
2288 llvm::DIType CGDebugInfo::CreateMemberType(llvm::DIFile Unit, QualType FType, in CreateMemberType()
2712 QualType FType; in EmitTypeForVarWithBlocksAttr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp417 FunctionType *FType = MF.getFunction()->getFunctionType(); in LowerFormalArguments() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4382 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
4442 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
H A DRewriteModernObjC.cpp5310 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl() local
5379 QualType FType = Context->getPointerType(BFT); in SynthBlockInitExpr() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3885 if (const FunctionType *FType = Results[I].getFunctionType()) in CodeCompleteCall() local