Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c465 static int restricted_unop(int op, struct symbol **type) in restricted_unop() function
1876 if ((class & TYPE_RESTRICT) && restricted_unop(expr->op, &ctype)) in evaluate_postop()
1924 if (restricted_unop(expr->op, &ctype)) in evaluate_sign()