Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d3330 struct FTP struct
3355 FTP access to the specified url. argument
3357 static FTP opCall(const(char)[] url) in opCall() argument
3366 static FTP opCall() in opCall() argument
3374 FTP dup() in dup() argument
3403 After a FTP client has been setup and possibly assigned callbacks the $(D argument
3416 @property void url(const(char)[] url) in url()
3428 version (StdDdoc) in version()
3617 * auto client = FTP(); argument
3623 void addCommand(const(char)[] command) in addCommand()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d3355 struct FTP struct
3377 FTP access to the specified url. argument
3379 static FTP opCall(const(char)[] url) in opCall() argument
3388 static FTP opCall() in opCall() argument
3396 FTP dup() in dup() argument
3425 After a FTP client has been setup and possibly assigned callbacks the $(D argument
3438 @property void url(const(char)[] url) in url()
3450 version (StdDdoc) in version()
3637 * auto client = FTP(); argument
3643 void addCommand(const(char)[] command) in addCommand()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 const FunctionProtoType *FTP, in arrangeCXXMethodType()
H A DCGCall.cpp180 CanQual<FunctionProtoType> FTP) { in arrangeLLVMFunctionInfo()
196 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) { in arrangeFreeFunctionType()
255 const FunctionProtoType *FTP, in arrangeCXXMethodType()
325 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeCXXStructorDeclaration() local
535 CanQual<FunctionProtoType> FTP = GetFormalType(MD); in arrangeUnprototypedMustTailThunk() local
547 CanQual<FunctionProtoType> FTP = GetFormalType(CD); in arrangeMSCtorClosure() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp789 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); in getUnarySummary() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A 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
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4377 auto *FTP = (FunctionProtoType *)Allocate(Size, TypeAlignment); in getFunctionTypeInternal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp11151 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); in CheckMain() local