HomeSort by relevance Sort by last modified time
    Searched defs:FTP (Results 1 - 8 of 8) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 598 const FunctionProtoType *FTP
600 if (!FTP)
603 if (FTP->getNumArgs() == 1) {
606 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
613 else if (FTP->getNumArgs() != 0)
643 const FunctionProtoType *FTP
645 if (!FTP)
649 if (FTP->getNumArgs() != 0)
721 const FunctionProtoType *FTP
723 if (!FTP)
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 87 CanQual<FunctionProtoType> FTP) {
88 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size());
90 for (unsigned i = 0, e = FTP->getNumArgs(); i != e; ++i)
91 argTypes.push_back(FTP->getArgType(i));
92 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
94 FTP->getExtInfo(), required);
100 CodeGenTypes::arrangeFunctionType(CanQual<FunctionProtoType> FTP) {
102 return ::arrangeFunctionType(*this, argTypes, FTP);
131 const FunctionProtoType *FTP) {
138 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>())
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 54 milliseconds