| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 296 ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, in ParsedAttr() argument 300 EllipsisLoc(ellipsisLoc), NumArgs(numArgs), Invalid(false), in ParsedAttr() 305 if (numArgs) in ParsedAttr() 306 memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion)); in ParsedAttr() 789 ArgsUnion *args, unsigned numArgs, 795 detail::PropertyData>(numArgs, 0, 0, 0, 0); 800 detail::PropertyData>(numArgs, 0, 0, 0, 803 args, numArgs, syntax, ellipsisLoc)); 992 ArgsUnion *args, unsigned numArgs, 996 args, numArgs, syntax, ellipsisLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnixAPIChecker.cpp | 85 const unsigned numArgs, 366 const unsigned numArgs, in BasicAllocationCheck() argument 370 if (CE->getNumArgs() != numArgs) in BasicAllocationCheck()
|
| H A D | CheckSecuritySyntaxOnly.cpp | 609 unsigned numArgs = CE->getNumArgs(); in checkCall_mkstemp() local 610 if ((signed) numArgs <= ArgSuffix.first) in checkCall_mkstemp() 831 int numArgs = FPT->getNumParams(); in checkCall_strCommon() local 832 if (numArgs != 2 && numArgs != 3) in checkCall_strCommon()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | importc.d | 241 const numArgs = ce.arguments ? ce.arguments.length : 0; in castCallAmbiguity() local 242 if (numArgs >= 1) in castCallAmbiguity()
|
| H A D | expressionsem.d | 4420 const numArgs = exp.arguments ? exp.arguments.length : 0; in visit() local 4429 if (numArgs == 1) in visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 341 numArgs = selector.getNumArgs(), in mangleObjCMethodName() local 342 slotEnd = std::max(numArgs, 1U); in mangleObjCMethodName() 350 if (numArgs) in mangleObjCMethodName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 172 unsigned numArgs) const;
|
| H A D | SparcISelLowering.cpp | 2155 unsigned numArgs) const { in LowerF128Op() 2182 assert(Op->getNumOperands() >= numArgs && "Not enough operands!"); in LowerF128Op() 2183 for (unsigned i = 0, e = numArgs; i != e; ++i) { in LowerF128Op()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 1608 int numArgs = (int)aCI->getNumArgOperands(); in evaluateCall() local 1609 if (numArgs > 3) in evaluateCall() 1615 if (numArgs > 0) { in evaluateCall() 1620 if (numArgs > 1) { in evaluateCall() 1627 if (numArgs > 2) { in evaluateCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 4057 int i, a, numCmds, numArgs; in index_compile_db() local 4107 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db() 4108 if (numArgs > MAX_COMPILE_ARGS){ in index_compile_db() 4113 for (a=0; a<numArgs; ++a) { in index_compile_db() 4118 errorCode = index_compile_args(numArgs, args, idxAction, in index_compile_db() 4121 for (a=0; a<numArgs; ++a) in index_compile_db() 4314 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local 4359 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db() 4360 for (a=0; a<numArgs; ++a) { in perform_test_compilation_db()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1302 StringRef ScalarName, unsigned numArgs, in mangleTLIVectorName() argument 1311 for (unsigned I = 0; I < numArgs; ++I) in mangleTLIVectorName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 189 unsigned numArgs, ElementCount VF);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | StackMaps.rst | 191 i8* <target>, i32 <numArgs>, ...) 194 i8* <target>, i32 <numArgs>, ...)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 1438 unsigned numArgs = OldMsg->getNumArgs(); in RewritePropertyOrImplicitSetter() local 1439 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitSetter() 1522 unsigned numArgs = OldMsg->getNumArgs(); in RewritePropertyOrImplicitGetter() local 1523 for (unsigned i = 0; i < numArgs; i++) { in RewritePropertyOrImplicitGetter() 2392 unsigned numArgs = proto->getNumParams(); in RewriteBlockLiteralFunctionDecl() local 2393 for (unsigned i = 0; i < numArgs; i++) { in RewriteBlockLiteralFunctionDecl() 2396 if (i+1 < numArgs) in RewriteBlockLiteralFunctionDecl() 2400 FdStr += (numArgs > 0) ? ", ...);\n" : "...);\n"; in RewriteBlockLiteralFunctionDecl()
|
| H A D | RewriteObjC.cpp | 2306 unsigned numArgs = proto->getNumParams(); in RewriteBlockLiteralFunctionDecl() local 2307 for (unsigned i = 0; i < numArgs; i++) { in RewriteBlockLiteralFunctionDecl() 2310 if (i+1 < numArgs) in RewriteBlockLiteralFunctionDecl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | process.d | 3065 int numArgs; 3066 LPWSTR* args = CommandLineToArgvW(lpCommandLine, &numArgs); 3068 return args[0 .. numArgs]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | process.d | 3872 int numArgs; 3873 auto args = CommandLineToArgvW(lpCommandLine, &numArgs); 3875 return args[0 .. numArgs]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 4024 unsigned numArgs) { 4025 for (unsigned Idx = 0; Idx < numArgs; ++Idx)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5782 unsigned numArgs = isStore ? 2 : 1; in SemaBuiltinNontemporalOverloaded() local 5785 if (checkArgCount(*this, TheCall, numArgs)) in SemaBuiltinNontemporalOverloaded() 5792 Expr *PointerArg = TheCall->getArg(numArgs - 1); in SemaBuiltinNontemporalOverloaded() 5799 TheCall->setArg(numArgs - 1, PointerArg); in SemaBuiltinNontemporalOverloaded()
|