/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 452 const FunctionProtoType *FTP 454 if (!FTP) 457 if (FTP->getNumArgs() == 1) { 460 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0)); 467 else if (FTP->getNumArgs() != 0) 494 const FunctionProtoType *FTP 496 if (!FTP) 500 if (FTP->getNumArgs() != 0) 542 const FunctionProtoType *FTP 544 if (!FTP) [all...] |
/external/webkit/Source/WebCore/html/ |
FTPDirectoryDocument.cpp | 80 // 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/clang/lib/CodeGen/ |
CGCall.cpp | 80 CanQual<FunctionProtoType> FTP) { 82 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i) 83 ArgTys.push_back(FTP->getArgType(i)); 84 CanQualType ResTy = FTP->getResultType().getUnqualifiedType(); 85 return CGT.getFunctionInfo(ResTy, ArgTys, FTP->getExtInfo()); 89 CodeGenTypes::getFunctionInfo(CanQual<FunctionProtoType> FTP) { 91 return ::getFunctionInfo(*this, ArgTys, FTP); 115 const FunctionProtoType *FTP) { 122 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>()); 146 CanQual<FunctionProtoType> FTP = GetFormalType(D) [all...] |
CodeGenTypes.h | 177 const FunctionProtoType *FTP);
|
CGDebugInfo.cpp | 579 else if (const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(Ty)) { 580 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i) 581 EltTys.push_back(getOrCreateType(FTP->getArgType(i), Unit)); [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 109 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
|
rails.php | 102 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
|
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CFRefCount.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |