Home
last modified time | relevance | path

Searched refs:unbounded (Results 1 – 25 of 75) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d36 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 Dbucketizer.d227 import std.experimental.allocator.common : unbounded;
234 0, unbounded),
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d42 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 Dbucketizer.d247 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 Dtype_traits728 "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 Dtype_traits671 "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 Disl_coalesce.c1373 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 Dtypeck2.c1476 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 Dtypeck2.cc1459 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 DREADME.arch-spec5 - an unbounded stack which holds individual 16-bit values
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_check.pod66 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 Dpackage.d242 alias FList = FreeList!(GCAllocator, 0, unbounded);
2954 alias FList = FreeList!(GCAllocator, 0, unbounded);
3008 alias FList = FreeList!(GCAllocator, 0, unbounded);
H A Dcommon.d74 enum unbounded = size_t.max; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-200252 (g95_trans_select): Fix check for unbounded ranges.
H A DChangeLog-20031850 (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 Dcommon.d77 enum unbounded = size_t.max; variable
H A Dpackage.d255 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 Dgimple-ssa-sprintf.cc2107 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 Dgimple-ssa-sprintf.c2073 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 DIPA.rst183 depth. This prevents unbounded analysis due to infinite recursion, but also
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-mca.rst835 ``-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 Dimplementation.tex151 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 Dgdc.texi557 Warn on unbounded uses of alloca, and on bounded uses of alloca
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dgdc.texi673 Warn on unbounded uses of alloca, and on bounded uses of alloca
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt325 -Walloca-larger-than=<number> Warn on unbounded uses of
1248 -Wvla-larger-than=<number> Warn on unbounded uses of variable-length

123