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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp364 BasicAllocationCheck(CheckerContext &C, const CallExpr *CE, const unsigned numArgs, const unsigned sizeArg, const char *fn) const argument
H A DCheckSecuritySyntaxOnly.cpp609 unsigned numArgs = CE->getNumArgs(); local
831 int numArgs = FPT->getNumParams(); local
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp304 unsigned numArgs = ctx.llvmOptions().size(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1401 const int numArgs = call_inst->getNumArgOperands(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h282 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1272 mangleTLIVectorName(StringRef VectorName, StringRef ScalarName, unsigned numArgs, unsigned VF) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1620 int numArgs = (int)aCI->getNumArgOperands(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2304 unsigned numArgs = proto->getNumParams(); local
H A DRewriteModernObjC.cpp1437 unsigned numArgs = OldMsg->getNumArgs(); local
1521 unsigned numArgs = OldMsg->getNumArgs(); local
2390 unsigned numArgs = proto->getNumParams(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4022 containsAnyUnexpandedParameterPack(const QualType *ArgArray, unsigned numArgs) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5380 unsigned numArgs = isStore ? 2 : 1; local

Completed in 208 milliseconds