Searched defs:numArgs (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 607 unsigned numArgs = CE->getNumArgs(); in checkCall_mkstemp() local 828 int numArgs = FPT->getNumParams(); in checkCall_strCommon() local
|
H A D | UnixAPIChecker.cpp | 354 BasicAllocationCheck(CheckerContext & C,const CallExpr * CE,const unsigned numArgs,const unsigned sizeArg,const char * fn) const BasicAllocationCheck() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 349 slotEnd = std::max(numArgs, 1U); in mangleObjCMethodName() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1474 const int numArgs = call_inst->arg_size(); in Interpret() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1584 int numArgs = (int)aCI->arg_size(); evaluateCall() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 208 ParsedAttr(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,ArgsUnion * args,unsigned numArgs,Form formUsed,SourceLocation ellipsisLoc) ParsedAttr() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1439 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitSetter() local 1523 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitGetter() local 2393 for (unsigned i = 0; i < numArgs; i++) { in RewriteBlockLiteralFunctionDecl() local
|
H A D | RewriteObjC.cpp | 2306 unsigned numArgs = proto->getNumParams(); in RewriteBlockLiteralFunctionDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 8826 unsigned numArgs = isStore ? 2 : 1; SemaBuiltinNontemporalOverloaded() local
|