Home
last modified time | relevance | path

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

/trusty/kernel/lib/ubsan/
Dubsan.c99 static uint64_t val_unsigned(const struct type_descriptor* type, in val_unsigned() function
129 scnprintf(out, out_size, "%" PRIu64, val_unsigned(type, val)); in render_val()
378 uint64_t rhs_u64 = val_unsigned(data->rhs_type, rhs); in UBSAN_HANDLER()