OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_unsigned
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
decl.c
3219
bool
is_unsigned
= is_uinteger(v->v_tspec);
local in function:to_int_constant
3231
bool out_of_bounds =
is_unsigned
3236
unsigned long long abs_val =
is_unsigned
|| val >= 0
3240
is_unsigned
|| val >= 0 ? "" : "-", abs_val);
tree.c
4094
bool
is_unsigned
= is_uinteger(v->v_tspec);
local in function:warn_constant_truncated
4096
unsigned long long abs_val =
is_unsigned
|| val >= 0
4099
const char *sign =
is_unsigned
|| val >= 0 ? "" : "-";
Completed in 17 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025