Home
last modified time | relevance | path

Searched refs:val_t (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-map-tests.cc184 } val_t; typedef
186 int val_t::ndefault;
187 int val_t::ncopy;
188 int val_t::nassign;
189 int val_t::ndtor;
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
279 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
[all …]
H A Dhash-map-tests.c184 } val_t; typedef
186 int val_t::ndefault;
187 int val_t::ncopy;
188 int val_t::nassign;
189 int val_t::ndtor;
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
226 val_t *pv2 = m2.get (p); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
[all …]
H A Dhash-set-tests.c174 } val_t; typedef
176 int val_t::ndefault;
177 int val_t::ncopy;
178 int val_t::nassign;
179 int val_t::ndtor;
236 ASSERT_TRUE (val_t::ncopy == 0); in test_set_of_type_with_ctor_and_dtor()
246 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
255 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
259 val_t v1 (1), v2 (2), v3 (3); in test_set_of_type_with_ctor_and_dtor()
261 int nassign = val_t::nassign; in test_set_of_type_with_ctor_and_dtor()
[all …]
H A Dhash-set-tests.cc174 } val_t; typedef
176 int val_t::ndefault;
177 int val_t::ncopy;
178 int val_t::nassign;
179 int val_t::ndtor;
236 ASSERT_TRUE (val_t::ncopy == 0); in test_set_of_type_with_ctor_and_dtor()
246 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
255 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
259 val_t v1 (1), v2 (2), v3 (3); in test_set_of_type_with_ctor_and_dtor()
261 int nassign = val_t::nassign; in test_set_of_type_with_ctor_and_dtor()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c184 } val_t; typedef
186 int val_t::ndefault;
187 int val_t::ncopy;
188 int val_t::nassign;
189 int val_t::ndtor;
214 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
226 val_t *pv2 = m2.get (p); in test_map_of_type_with_ctor_and_dtor()
234 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
256 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
269 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_map_of_type_with_ctor_and_dtor()
[all …]
H A Dhash-set-tests.c174 } val_t; typedef
176 int val_t::ndefault;
177 int val_t::ncopy;
178 int val_t::nassign;
179 int val_t::ndtor;
236 ASSERT_TRUE (val_t::ncopy == 0); in test_set_of_type_with_ctor_and_dtor()
246 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
255 ASSERT_TRUE (val_t::ndefault + val_t::ncopy == val_t::ndtor); in test_set_of_type_with_ctor_and_dtor()
259 val_t v1 (1), v2 (2), v3 (3); in test_set_of_type_with_ctor_and_dtor()
261 int nassign = val_t::nassign; in test_set_of_type_with_ctor_and_dtor()
[all …]
/netbsd/usr.bin/xlint/lint1/
H A Dexterns1.h269 tnode_t *build_constant(type_t *, val_t *);
283 void convert_constant(op_t, int, const type_t *, val_t *, val_t *);
290 val_t *integer_constant(tnode_t *, bool);
H A Dlint1.h120 } val_t; typedef
323 val_t _tn_val; /* value if op == CON */
425 val_t cl_val;
576 is_nonzero_val(const val_t *val) in is_nonzero_val()
H A Dtree.c135 ic_con(const type_t *tp, const val_t *v) in ic_con()
368 build_constant(type_t *tp, val_t *v) in build_constant()
794 val_t *v = xcalloc(1, sizeof(*v)); in fold()
1484 val_t *v = xcalloc(1, sizeof(*v)); in fold_bool()
1563 val_t *v = xcalloc(1, sizeof(*v)); in fold_float()
3659 tspec_t nt, val_t *v, val_t *nv) in convert_constant_floating()
3727 tspec_t ot, const val_t *v) in convert_constant_to_floating()
3766 tspec_t ot, const val_t *v, in convert_constant_check_range_bitand()
3865 op_t op, int arg, const val_t *v, val_t *nv) in convert_constant_check_range()
3906 convert_constant(op_t op, int arg, const type_t *tp, val_t *nv, val_t *v) in convert_constant()
[all …]
H A Dfunc.c474 val_t *v; in check_case_label()
475 val_t nv; in check_case_label()
H A Dlex.c1511 val_t *val = *(val_t **)sp; in freeyyv()
H A Dcgram.y138 val_t *y_val;
H A Ddecl.c3155 val_t *v = integer_constant(tn, required); in to_int_constant()