Searched refs:arglists (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_register.cc | 286 std::vector<std::vector<int64_t>> arglists(ranges.size()); in Ranges() local 289 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges() 291 total *= arglists[i].size(); in Ranges() 294 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges() 298 tmp.reserve(arglists.size()); in Ranges() 300 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 301 tmp.push_back(arglists[j].at(ctr[j])); in Ranges() 306 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 307 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | benchmark_register.cc | 281 std::vector<std::vector<int64_t>> arglists(ranges.size()); in Ranges() local 284 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges() 286 total *= arglists[i].size(); in Ranges() 289 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges() 293 tmp.reserve(arglists.size()); in Ranges() 295 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 296 tmp.push_back(arglists[j].at(ctr[j])); in Ranges() 301 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 302 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 497 // Return the concatenation of the given arglists. LLVMMatchType's are adjusted 499 class arglistconcat<list<list<AMDGPUArg>> arglists, int shift = 0> { 501 !foldl([]<AMDGPUArg>, arglists, lhs, rhs,
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | ChangeLog | 2127 arglists are large enough to justify cost.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-3.x | 2295 * expread.y: Added precedence rules for arglists, ?:, and sizeof
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-3.x | 2295 * expread.y: Added precedence rules for arglists, ?:, and sizeof
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2008 | 634 (check_restricted): Check arglists and references of EXPR_FUNCTIONs
|
H A D | ChangeLog-2010 | 1681 arglists for pure user functions, or for those intrinsic
|