Searched defs:FTP (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP) argument
H A DCGCall.cpp89 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP, FunctionType::ExtInfo extInfo) argument
103 arrangeFreeFunctionType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
111 arrangeCXXMethodType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
121 arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) argument
159 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP) argument
207 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
234 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp583 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
626 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
701 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
[all...]
H A DRetainCountChecker.cpp1177 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3783 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3847 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4054 const FunctionProtoType *FTP; local
4073 const FunctionProtoType *FTP; local
[all...]
H A DRewriteModernObjC.cpp4730 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4792 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
5016 const FunctionProtoType *FTP; local
5035 const FunctionProtoType *FTP; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7760 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2879 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); local

Completed in 301 milliseconds