Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_spectre.c93 static unsigned long long get_max_by_type(struct expression *expr) in get_max_by_type() function
182 if (array_size > 0 && get_max_by_type(offset) < array_size) in array_check()