| tree.c | 53 typedef struct integer_constraints { struct 59 } integer_constraints; typedef in typeref:struct:integer_constraints 211 ic_maybe_signed(const type_t *tp, integer_constraints ic) 218 integer_constraints a, integer_constraints b) 223 static integer_constraints 226 integer_constraints c; 246 static integer_constraints 247 ic_mult(const type_t *tp, integer_constraints a, integer_constraints b [all...] |