Searched defs:numArgs (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp236 BasicAllocationCheck(CheckerContext &C, const CallExpr *CE, const unsigned numArgs, const unsigned sizeArg, const char *fn) const argument
H A DCheckSecuritySyntaxOnly.cpp430 unsigned numArgs = CE->getNumArgs(); local
554 int numArgs = FPT->getNumArgs(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h212 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
741 addNew(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, AttributeList::Syntax syntax, SourceLocation ellipsisLoc = SourceLocation()) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp340 size_t numArgs = args.GetSize(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2338 unsigned numArgs = proto->getNumArgs(); local
H A DRewriteModernObjC.cpp1489 unsigned numArgs = OldMsg->getNumArgs(); local
1573 unsigned numArgs = OldMsg->getNumArgs(); local
2451 unsigned numArgs = proto->getNumArgs(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2860 containsAnyUnexpandedParameterPack(const QualType *ArgArray, unsigned numArgs) argument

Completed in 327 milliseconds