Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c3978 char got_unsigned = 0; in read_range_type() local
3990 got_unsigned = 1; in read_range_type()
3996 got_unsigned = 1; in read_range_type()
4011 if (got_signed || got_unsigned) in read_range_type()
4012 return init_integer_type (alloc, nbits, got_unsigned, NULL); in read_range_type()