Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h103 struct FTP { struct
104 char *path; /* points to the urlpieces struct field */
105 char *pathalloc; /* if non-NULL a pointer to an allocated path */
109 curl_pp_transfer transfer;
110 curl_off_t downloadsize;
/external/clang/lib/CodeGen/
DCodeGenABITypes.cpp52 const FunctionProtoType *FTP, in arrangeCXXMethodType()
DCGCall.cpp142 CanQual<FunctionProtoType> FTP, in arrangeLLVMFunctionInfo()
160 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP, in arrangeFreeFunctionType()
213 const FunctionProtoType *FTP, in arrangeCXXMethodType()
280 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration() local
477 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeMSMemberPointerThunk() local
489 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp593 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
636 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
711 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
DRetainCountChecker.cpp1264 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); in getUnarySummary() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenABITypes.cpp57 const FunctionProtoType *FTP, in arrangeCXXMethodType()
DCGCall.cpp179 CanQual<FunctionProtoType> FTP) { in arrangeLLVMFunctionInfo()
195 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) { in arrangeFreeFunctionType()
253 const FunctionProtoType *FTP, in arrangeCXXMethodType()
323 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration() local
533 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeUnprototypedMustTailThunk() local
545 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure() local
/external/curl/docs/
DINTERNALS.md314 FTP chapter
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
/external/python/cpython3/Lib/
Dftplib.py74 class FTP: class
/external/python/cpython2/Lib/
Dftplib.py79 class FTP: class
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp791 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); in getUnarySummary() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3693 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
3756 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
3958 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
3976 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
DRewriteModernObjC.cpp4536 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
4597 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
4814 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4832 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3706 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
3769 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
3969 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
3987 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
DRewriteModernObjC.cpp4539 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local
4600 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local
4814 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local
4832 const FunctionProtoType *FTP; in PointerTypeTakesAnyObjCQualifiedType() local
/external/clang/lib/AST/
DASTContext.cpp3054 if (FunctionProtoType *FTP = in getFunctionType() local
3120 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); in getFunctionType() local
/external/clang/lib/Sema/
DSemaDecl.cpp8979 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); in CheckMain() local
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4307 auto *FTP = (FunctionProtoType *)Allocate(Size, TypeAlignment); in getFunctionTypeInternal() local
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp11076 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); in CheckMain() local