Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h108 CEF_SET_ICE = (CEF_ICE | CEF_ACE), enumerator
111 CEF_SET_INT = (CEF_INT | CEF_SET_ICE),
117 CEF_SET_ENUM = (CEF_ENUM | CEF_SET_ICE),
120 CEF_SET_CHAR = (CEF_CHAR | CEF_SET_ICE),
H A Dbuiltin.c36 expr->flags |= CEF_SET_ICE; in evaluate_to_int_const_expr()
H A Devaluate.c1060 expr->flags = CEF_SET_ICE; in evaluate_compare()
2902 flags = CEF_SET_ICE; in cast_flags()
3197 expr->flags = CEF_SET_ICE; in evaluate_offsetof()
3215 expr->flags = CEF_SET_ICE; in evaluate_offsetof()
H A Dexpression.c583 expr->flags = CEF_SET_ICE; /* XXX: VLA support will need that changed */ in type_info_expression()