/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | free_list.d | 36 static assert(minSize != unbounded, "Use minSize = 0 for no low bound."); 40 private enum unchecked = minSize == 0 && maxSize == unbounded; 143 static if (maxSize == unbounded) return false; in tooLarge() 242 static if (maxSize != unbounded) in goodAllocSize() 274 assert(toAllocate == max || max == unbounded); in allocateEligible() 437 enum unchecked = minSize == 0 && maxSize == unbounded; 458 assert(itemSize != unbounded && itemSize != chooseAtRuntime); 530 && (maxSize == chooseAtRuntime || maxSize == unbounded)) 540 && (maxSize == chooseAtRuntime || maxSize == unbounded)) 551 && (maxSize == chooseAtRuntime || maxSize == unbounded) [all …]
|
H A D | bucketizer.d | 227 import std.experimental.allocator.common : unbounded; 234 0, unbounded),
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | free_list.d | 42 static assert(minSize != unbounded, "Use minSize = 0 for no low bound."); 46 private enum unchecked = minSize == 0 && maxSize == unbounded; 148 static if (maxSize == unbounded) return false; in tooLarge() 247 static if (maxSize != unbounded) in goodAllocSize() 282 assert(toAllocate == max || max == unbounded); 532 enum unchecked = minSize == 0 && maxSize == unbounded; 553 assert(itemSize != unbounded && itemSize != chooseAtRuntime); 625 && (maxSize == chooseAtRuntime || maxSize == unbounded)) 635 && (maxSize == chooseAtRuntime || maxSize == unbounded)) 646 && (maxSize == chooseAtRuntime || maxSize == unbounded) [all …]
|
H A D | bucketizer.d | 247 import std.experimental.allocator.common : unbounded; 254 0, unbounded), 268 import std.experimental.allocator.common : unbounded; 276 0, unbounded),
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 728 "template argument must be a complete class or an unbounded array"); 737 "template argument must be a complete class or an unbounded array"); 746 "template argument must be a complete class or an unbounded array"); 761 "template argument must be a complete class or an unbounded array"); 775 "template argument must be a complete class or an unbounded array"); 911 "template argument must be a complete class or an unbounded array"); 965 "template argument must be a complete class or an unbounded array"); 981 "template argument must be a complete class or an unbounded array"); 990 "template argument must be a complete class or an unbounded array"); 1013 "template argument must be a complete class or an unbounded array"); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 671 "template argument must be a complete class or an unbounded array"); 680 "template argument must be a complete class or an unbounded array"); 689 "template argument must be a complete class or an unbounded array"); 701 "template argument must be a complete class or an unbounded array"); 710 "template argument must be a complete class or an unbounded array"); 845 "template argument must be a complete class or an unbounded array"); 896 "template argument must be a complete class or an unbounded array"); 910 "template argument must be a complete class or an unbounded array"); 919 "template argument must be a complete class or an unbounded array"); 940 "template argument must be a complete class or an unbounded array"); [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_coalesce.c | 1373 goto unbounded; in add_selected_wraps() 1391 goto unbounded; in add_selected_wraps() 1398 unbounded: in add_selected_wraps() 1794 goto unbounded; in can_wrap_in_facet() 1801 goto unbounded; in can_wrap_in_facet() 1806 unbounded: in can_wrap_in_facet() 2341 goto unbounded; in check_eq_adj_eq() 2352 goto unbounded; in check_eq_adj_eq() 2359 unbounded: in check_eq_adj_eq()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 1476 bool unbounded = false; in process_init_constructor_array() local 1493 unbounded = true; /* Take as many as there are. */ in process_init_constructor_array() 1506 unbounded = !TYPE_VECTOR_SUBPARTS (type).is_constant (&len); in process_init_constructor_array() 1509 if (!unbounded && vec_safe_length (v) > len) in process_init_constructor_array() 1558 if (!unbounded) in process_init_constructor_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 1459 bool unbounded = false; in process_init_constructor_array() local 1476 unbounded = true; /* Take as many as there are. */ in process_init_constructor_array() 1489 unbounded = !TYPE_VECTOR_SUBPARTS (type).is_constant (&len); in process_init_constructor_array() 1492 if (!unbounded && vec_safe_length (v) > len) in process_init_constructor_array() 1530 if (!unbounded) in process_init_constructor_array()
|
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/ |
H A D | README.arch-spec | 5 - an unbounded stack which holds individual 16-bit values
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_PKEY_check.pod | 66 attackers. For that reason they might take an unbounded time if run on
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 242 alias FList = FreeList!(GCAllocator, 0, unbounded); 2954 alias FList = FreeList!(GCAllocator, 0, unbounded); 3008 alias FList = FreeList!(GCAllocator, 0, unbounded);
|
H A D | common.d | 74 enum unbounded = size_t.max; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2002 | 52 (g95_trans_select): Fix check for unbounded ranges.
|
H A D | ChangeLog-2003 | 1850 (compare_cases): Accept and compare unbounded cases too. 2045 * trans-stmt (trans_select): Handle unbounded cases for
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | common.d | 77 enum unbounded = size_t.max; variable
|
H A D | package.d | 255 alias FList = FreeList!(GCAllocator, 0, unbounded); 3802 alias FList = FreeList!(GCAllocator, 0, unbounded); 3875 alias FList = FreeList!(GCAllocator, 0, unbounded);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-sprintf.cc | 2107 const bool unbounded in get_string_length() local 2118 && unbounded) in get_string_length() 2152 res.range.unlikely = unbounded ? HOST_WIDE_INT_MAX : res.range.max; in get_string_length()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-sprintf.c | 2073 const bool unbounded = integer_all_onesp (lendata.maxlen); in get_string_length() local 2081 && unbounded) in get_string_length() 2115 res.range.unlikely = unbounded ? HOST_WIDE_INT_MAX : res.range.max; in get_string_length()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
H A D | IPA.rst | 183 depth. This prevents unbounded analysis due to infinite recursion, but also
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-mca.rst | 835 ``-register-file-size``. A value of zero for this option means *unbounded*. By 906 load and store queues respectively. The queues are unbounded by default.
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | implementation.tex | 151 If any LP problem is unbounded, then the corresponding constraint 327 When the optimum is unbounded, the optimal value computed for 336 $\fract {\alpha M } = 0$. It should be noted, though, that an unbounded 363 produce an error if the problem turns out to be unbounded.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | gdc.texi | 557 Warn on unbounded uses of alloca, and on bounded uses of alloca
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | gdc.texi | 673 Warn on unbounded uses of alloca, and on bounded uses of alloca
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c.opt | 325 -Walloca-larger-than=<number> Warn on unbounded uses of 1248 -Wvla-larger-than=<number> Warn on unbounded uses of variable-length
|