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

  /src/external/gpl3/gcc/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/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 285 tnode_t *build_constant(type_t *, val_t *);
298 void convert_constant(op_t, int, const type_t *, val_t *, val_t *);
305 val_t *integer_constant(tnode_t *, bool);
lint1.h 117 } val_t; typedef in typeref:struct:__anon13
320 val_t value; /* if CON */
433 val_t *vals;
561 val_t constant;
680 is_nonzero_val(const val_t *val)
723 * TODO: Add proper support for INT128. This involves changing val_t to
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;
tree.c 477 ic_con(const type_t *tp, const val_t *v)
797 build_constant(type_t *tp, val_t *v)
1450 val_t *v = xcalloc(1, sizeof(*v));
2009 val_t *v = xcalloc(1, sizeof(*v));
2083 val_t *v = xcalloc(1, sizeof(*v));
4166 tspec_t nt, val_t *nv, val_t *ov)
4234 convert_constant_to_floating(tspec_t nt, val_t *nv,
4235 tspec_t ot, const val_t *v)
4253 warn_constant_truncated(op_t op, const val_t *v
    [all...]
debug.c 561 val_t c = tok->u.constant;
cgram.y 169 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);
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 1888 unsigned int val_t = value; local
1892 val_t >>= 7;
1894 while (val_t);
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 2085 unsigned int val_t = value; local
2089 val_t >>= 7;
2091 while (val_t);

Completed in 44 milliseconds