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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp55 arrangeCXXMethodType(CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
H A DCGCall.cpp195 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) { argument
323 CanQual<FunctionProtoType> FTP local
177 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
252 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
533 CanQual<FunctionProtoType> FTP = GetFormalType(MD); local
545 CanQual<FunctionProtoType> FTP = GetFormalType(CD); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp791 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3701 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3764 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3963 const FunctionProtoType *FTP; local
3981 const FunctionProtoType *FTP; local
[all...]
H A DRewriteModernObjC.cpp4533 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4594 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4807 const FunctionProtoType *FTP; local
4825 const FunctionProtoType *FTP; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4247 auto *FTP = (FunctionProtoType *)Allocate(Size, TypeAlignment); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10994 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); local

Completed in 332 milliseconds