HomeSort by: relevance | last modified time | path
    Searched refs:val_t (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
hash-map-tests.cc 184 } val_t; typedef in namespace:selftest
186 int val_t::ndefault;
187 int val_t::ncopy;
188 int val_t::nassign;
189 int val_t::ndtor;
194 typedef hash_map <void *, val_t> Map;
202 ASSERT_TRUE (val_t::ndefault == 0);
203 ASSERT_TRUE (val_t::ncopy == 0);
204 ASSERT_TRUE (val_t::nassign == 0);
205 ASSERT_TRUE (val_t::ndtor == 0)
    [all...]
hash-set-tests.cc 174 } val_t; typedef in namespace:selftest
176 int val_t::ndefault;
177 int val_t::ncopy;
178 int val_t::nassign;
179 int val_t::ndtor;
184 typedef val_t value_type;
228 typedef hash_set <val_t, false, value_hash_traits> Set;
235 ASSERT_TRUE (val_t::ndefault == 0);
236 ASSERT_TRUE (val_t::ncopy == 0);
237 ASSERT_TRUE (val_t::nassign == 0)
    [all...]
  /src/usr.bin/xlint/lint1/
externs1.h 286 tnode_t *build_constant(type_t *, val_t *);
301 void convert_constant(op_t, int, const type_t *, val_t *, val_t *);
308 val_t *integer_constant(tnode_t *, bool);
lint1.h 102 } val_t; typedef in typeref:struct:__anon8368
304 val_t value; /* if CON */
416 val_t *vals;
544 val_t constant;
663 is_nonzero_val(const val_t *val)
706 * TODO: Add proper support for INT128. This involves changing val_t to
tree.c 477 ic_con(const type_t *tp, const val_t *v)
715 build_constant(type_t *tp, val_t *v)
1373 val_t *v = xcalloc(1, sizeof(*v));
1917 val_t *v = xcalloc(1, sizeof(*v));
1991 val_t *v = xcalloc(1, sizeof(*v));
4066 tspec_t nt, val_t *nv, val_t *ov)
4134 convert_constant_to_floating(tspec_t nt, val_t *nv,
4135 tspec_t ot, const val_t *v)
4153 warn_constant_truncated(op_t op, const val_t *v
    [all...]
func.c 431 check_duplicate_case_label(control_statement *cs, const val_t *nv)
503 val_t *v = integer_constant(tn, true);
504 val_t nv;
debug.c 561 val_t c = tok->u.constant;
cgram.y 160 val_t *y_val;
decl.c 3218 val_t *v = integer_constant(tn, required);
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 2085 unsigned int val_t = value; local
2089 val_t >>= 7;
2091 while (val_t);
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 2085 unsigned int val_t = value; local
2089 val_t >>= 7;
2091 while (val_t);

Completed in 54 milliseconds