Home
last modified time | relevance | path

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

/trusty/kernel/lib/ubsan/
Dubsan.c78 static int64_t val_signed(const struct type_descriptor* type, in val_signed() function
121 scnprintf(out, out_size, "%" PRId64, val_signed(type, val)); in render_val()
361 return val_signed(type, val) < 0; in is_negative()