Home
last modified time | relevance | path

Searched refs:RANGE_TO (Results 1 – 25 of 27) sorted by relevance

12

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dbounds.c233 (r.kind == RANGE_TO) ? "to" : "downto", in bounds_check_call_args()
306 if ((b.kind != RANGE_TO) && (b.kind != RANGE_DOWNTO)) in bounds_check_array_slice()
308 else if ((r.kind != RANGE_TO) && (r.kind != RANGE_DOWNTO)) in bounds_check_array_slice()
314 left_error = ((b.kind == RANGE_TO) && (r_left < b_left)) in bounds_check_array_slice()
344 (kind == RANGE_TO) ? low : high, in bounds_within()
345 (kind == RANGE_TO) ? "to" : "downto", in bounds_within()
346 (kind == RANGE_TO) ? high : low); in bounds_within()
358 (kind == RANGE_TO) ? "to" : "downto", in bounds_within()
587 (r.kind == RANGE_TO) ? "to" : "downto", in bounds_check_assignment()
700 assert(r.kind == RANGE_TO); in bounds_check_case()
[all …]
H A Dprim.h51 RANGE_TO, enumerator
H A Dcommon.c82 *low = r.kind == RANGE_TO ? left : right; in range_bounds()
83 *high = r.kind == RANGE_TO ? right : left; in range_bounds()
207 case RANGE_TO: in folded_bounds()
225 case RANGE_TO: in folded_bounds_real()
790 return RANGE_TO; in direction_of()
823 return (r.kind == RANGE_TO) ? value - left : left - value; in rebase_index()
H A Dsimp.c358 (r.kind == RANGE_TO) || (r.kind == RANGE_DOWNTO); in simp_attr_ref()
371 return (r.kind == RANGE_TO) ? r.left : r.right; in simp_attr_ref()
373 return (r.kind == RANGE_TO) ? r.right : r.left; in simp_attr_ref()
379 return get_enum_lit(t, (r.kind == RANGE_TO)); in simp_attr_ref()
400 const bool to = (bounds.kind == RANGE_TO); in simp_extract_string_literal()
415 const bool to = (bounds.kind == RANGE_TO); in simp_extract_aggregate()
H A Dlower.c134 else if (r.kind != RANGE_TO && r.kind != RANGE_DOWNTO) in lower_const_bounds()
195 case RANGE_TO: in lower_range_dir()
253 case RANGE_TO: in lower_array_len()
520 return direction_of(type, 0) == RANGE_TO in lower_type_bounds_kind()
988 .dir = emit_const(vtype_bool(), RANGE_TO) in lower_name_attr()
1424 .dir = emit_const(vtype_bool(), RANGE_TO) in lower_string_literal()
1719 if (r.kind == RANGE_TO) in lower_array_off()
2512 .dir = emit_const(vtype_bool(), RANGE_TO) in lower_concat()
3613 if (dconst == RANGE_TO) in lower_for()
4151 bounds_kind_t bkind = rindex.kind == RANGE_TO in lower_check_indexes()
[all …]
H A Deval.c1148 const int64_t len = (dir == RANGE_TO ? right - left : left - right) + 1; in eval_op_uarray_len()
1563 dst->uarray->dim[0].dir = RANGE_TO; in eval_op_image()
1707 (dir->integer == RANGE_TO) ? 0 : length->integer - 1; in eval_op_bit_shift()
1709 (dir->integer == RANGE_TO) ? length->integer - 1 : 0; in eval_op_bit_shift()
1827 (lhs_dir->integer == RANGE_TO) ? 0 : result_len - 1; in eval_op_bitvec_op()
1829 (lhs_dir->integer == RANGE_TO) ? result_len - 1 : 0; in eval_op_bitvec_op()
1908 if (dir->integer == RANGE_TO) in eval_op_range_null()
H A Ddump.c128 case RANGE_TO: in dump_range()
313 case RANGE_TO: in dump_type()
H A Dsem.c1403 dir = (dir == RANGE_TO) ? RANGE_DOWNTO : RANGE_TO; in sem_check_range()
1893 .kind = RANGE_TO, in sem_check_type_decl()
4471 if (r.kind == RANGE_TO) in sem_array_len()
5189 if (r.kind == RANGE_TO) { in sem_check_aggregate()
5208 left = (dir == RANGE_TO ? low : high); in sem_check_aggregate()
5209 right = (dir == RANGE_TO ? high : low); in sem_check_aggregate()
5554 && (r.kind == RANGE_TO || r.kind == RANGE_DOWNTO) in sem_check_array_slice()
5555 && (prefix_dir == RANGE_TO || prefix_dir == RANGE_DOWNTO); in sem_check_array_slice()
6516 if (r.kind != RANGE_TO && r.kind != RANGE_DOWNTO) in sem_locally_static()
6611 return (r.kind == RANGE_TO || r.kind == RANGE_DOWNTO) in sem_static_name()
[all …]
H A Djson.c90 case RANGE_TO: in dump_range()
303 case RANGE_TO: in dump_type()
H A Dtype.c360 range_t r = { .kind = RANGE_TO, in type_make_universal()
/dports/lang/rust/rustc-1.58.1-src/library/core/tests/
H A Dops.rs191 const RANGE_TO: RangeTo<usize> = ..1000; in range_structural_match() const
192 match RANGE_TO { in range_structural_match()
193 RANGE_TO => {} in range_structural_match()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/std/
H A Dconst-generics-range.rs30 const RANGE_TO : _RangeTo<{ .. 1000 }> = _RangeTo; const
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Dpprint.c82 const int step = (r.kind == RANGE_TO) ? 1 : -1; in pp_array()
H A Drtkern.c1026 u->dims[0].dir = RANGE_TO; in _image()
1066 u->dims[0].left = (dir == RANGE_TO) ? 0 : len - 1; in _bit_shift()
1067 u->dims[0].right = (dir == RANGE_TO) ? len - 1 : 0; in _bit_shift()
1119 u->dims[0].left = (left_dir == RANGE_TO) ? 0 : left_len - 1; in _bit_vec_op()
1120 u->dims[0].right = (left_dir == RANGE_TO) ? left_len - 1 : 0; in _bit_vec_op()
1434 args, { { memo->ileft, memo->ileft + 1, RANGE_TO } } in rt_memo_resolution_fn()
1446 struct uarray u = { args, { { memo->ileft, memo->ileft, RANGE_TO } } }; in rt_memo_resolution_fn()
1777 RANGE_TO } } in rt_resolve_group()
1801 RANGE_TO } } \ in rt_resolve_group()
2625 w->dir = RANGE_TO; in rt_set_event_cb()
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_value.c95 .kind = RANGE_TO, in START_TEST()
H A Dtest_parse.c521 fail_unless(tree_range(s, 0).kind == RANGE_TO); in START_TEST()
630 fail_unless(r.kind == RANGE_TO); in START_TEST()
641 fail_unless(r.kind == RANGE_TO); in START_TEST()
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/admin/
H A Dmedia_pane.tpl67 …label for="serendipity_filter_{$filter@key}_to" class="range-label">{$CONST.RANGE_TO|lower}</label>
75 …label for="serendipity_filter_{$filter@key}_to" class="range-label">{$CONST.RANGE_TO|lower}</label>
/dports/www/serendipity/Serendipity-2.3.5/lang/
H A Dserendipity_lang_sk.inc.php992 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_bg.inc.php994 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_cs.inc.php1033 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_cz.inc.php1034 @define('RANGE_TO', 'To'); define
/dports/www/serendipity/Serendipity-2.3.5/lang/UTF-8/
H A Dserendipity_lang_sk.inc.php992 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_cs.inc.php1033 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_cz.inc.php1034 @define('RANGE_TO', 'To'); define
H A Dserendipity_lang_bg.inc.php994 @define('RANGE_TO', 'To'); define

12