Searched refs:value_t (Results 1 – 7 of 7) sorted by relevance
35 and_combine(vbits_t v1, vbits_t v2, value_t val2, int invert_val2) in and_combine()246 static value_t249 value_t val; in all_bits_zero_value()263 static value_t266 value_t val; in all_bits_one_value()
60 } value_t; typedef
114 value_t value;
82 print_value(FILE *fp, value_t val, unsigned num_bits) in print_value()
492 using value_t = false_type;498 using value_t = true_type;504 using is_detected = typename _DETECTOR<nonesuch, void, _Op, _Args...>::value_t;
8492 typedef union { TYPES; } value_t; in handle_core_item() typedef8493 void *data = alloca (count * sizeof (value_t)); in handle_core_item()
14114 Rename value_t -> value.14115 * tests/input.at (Torturing the Scanner): Rename value_t -> value,