Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType() argument
H A DCGCall.cpp190 CanQual<FunctionProtoType> FTP) { in arrangeLLVMFunctionInfo() argument
206 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) { in arrangeFreeFunctionType() argument
280 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument
352 CanQual<FunctionProtoType> FTP = GetFormalType(MD); arrangeCXXStructorDeclaration() local
562 CanQual<FunctionProtoType> FTP = GetFormalType(MD); arrangeUnprototypedMustTailThunk() local
573 CanQual<FunctionProtoType> FTP = GetFormalType(CD); arrangeMSCtorClosure() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp862 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
901 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
1036 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp793 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); in getUnarySummary() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3694 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() local
3755 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); SynthesizeBlockCall() local
3955 const FunctionProtoType *FTP; PointerTypeTakesAnyBlockArguments() local
3973 const FunctionProtoType *FTP; PointerTypeTakesAnyObjCQualifiedType() local
[all...]
H A DRewriteModernObjC.cpp4526 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); convertFunctionTypeOfBlocks() local
4585 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); SynthesizeBlockCall() local
4799 const FunctionProtoType *FTP; PointerTypeTakesAnyBlockArguments() local
4817 const FunctionProtoType *FTP; PointerTypeTakesAnyObjCQualifiedType() local
[all...]
/llvm-project/clang/lib/AST/
H A DASTContext.cpp4625 auto *FTP = (FunctionProtoType *)Allocate(Size, alignof(FunctionProtoType)); getFunctionTypeInternal() local
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12259 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); CheckMain() local