Searched refs:FTP (Results 1 - 12 of 12) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/clang/lib/CodeGen/
H A DCGCall.cpp87 CanQual<FunctionProtoType> FTP,
89 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
91 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
92 prefix.push_back(FTP->getArgType(i));
93 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
101 CanQual<FunctionProtoType> FTP) {
102 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
120 CanQual<FunctionProtoType> FTP) {
121 FunctionType::ExtInfo extInfo = FTP
85 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP, FunctionType::ExtInfo extInfo) argument
99 arrangeFreeFunctionType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
118 arrangeCXXMethodType(CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
129 arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) argument
159 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP) argument
200 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
225 CanQual<FunctionProtoType> FTP = GetFormalType(D); local
[all...]
H A DCodeGenTypes.h206 const FunctionProtoType *FTP);
/external/webkit/Source/WebCore/html/
H A DFTPDirectoryDocument.cpp80 // table for presenting the FTP directory in a useful manner
283 LOG(FTP, "Appending entry - %s, %s", filename.ascii().data(), result.fileSize.ascii().data());
294 LOG(FTP, "Loaded FTPDirectoryTemplate of length %i\n", buffer->size());
302 // store that document, then "copy" it whenever we get an FTP directory listing. There are complexities with this
343 LOG(FTP, "Creating a basic FTP document structure as no template was loaded");
408 LOG(FTP, "%s", m_carryOver.ascii().data());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat23 REM FTP user/password, required for Windows to ftp. Without it, no push.
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp599 const FunctionProtoType *FTP local
601 if (!FTP)
604 if (FTP->getNumArgs() == 1) {
607 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
614 else if (FTP->getNumArgs() != 0)
644 const FunctionProtoType *FTP local
646 if (!FTP)
650 if (FTP->getNumArgs() != 0)
722 const FunctionProtoType *FTP local
724 if (!FTP)
[all...]
H A DRetainCountChecker.cpp1253 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); local
1254 if (!FTP || FTP->getNumArgs() != 1)
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4464 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4465 // FTP will be null for closures that don't take arguments.
4471 if (FTP) {
4472 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
4473 E = FTP->arg_type_end(); I && (I != E); ++I) {
4526 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4527 // FTP will be null for closures that don't take arguments.
4539 if (FTP) {
4540 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
4541 E = FTP
4751 const FunctionProtoType *FTP; local
4770 const FunctionProtoType *FTP; local
[all...]
H A DRewriteObjC.cpp3796 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3797 // FTP will be null for closures that don't take arguments.
3803 if (FTP) {
3804 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
3805 E = FTP->arg_type_end(); I && (I != E); ++I) {
3860 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3861 // FTP will be null for closures that don't take arguments.
3873 if (FTP) {
3874 for (FunctionProtoType::arg_type_iterator I = FTP->arg_type_begin(),
3875 E = FTP
4068 const FunctionProtoType *FTP; local
4087 const FunctionProtoType *FTP; local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2499 if (FunctionProtoType *FTP =
2501 return QualType(FTP, 0);
2563 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment); local
2566 new (FTP) FunctionProtoType(ResultTy, ArgArray, NumArgs, Canonical, newEPI);
2567 Types.push_back(FTP);
2568 FunctionProtoTypes.InsertNode(FTP, InsertPos);
2569 return QualType(FTP, 0);
/external/clang/lib/Sema/
H A DSemaDecl.cpp6151 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); local
6152 unsigned nparams = FTP->getNumArgs();
6177 QualType AT = FTP->getArgType(i);
/external/iproute2/doc/
H A Dip-cref.tex2826 active FTP clients happy, your choice is not route NAT but masquerading,

Completed in 250 milliseconds