Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h103 CEF_ICE = (1 << 4), enumerator
108 CEF_SET_ICE = (CEF_ICE | CEF_ACE),
132 CEF_CLR_ICE = (CEF_ICE | CEF_INT | CEF_ENUM | CEF_CHAR),
H A Dbuiltin.c50 flags |= (flags & CEF_ICE) ? CEF_SET_INT : 0; in evaluate_pure_unop()
H A Devaluate.c599 if ((expr->left->flags & CEF_ADDR) && (expr->right->flags & CEF_ICE)) in evaluate_ptr_add()
1040 if (!(e->flags & CEF_ICE)) in is_null_pointer_constant()
2915 if (old->flags & (CEF_ICE | CEF_ADDR)) in cast_flags()
3042 !tas && (source->flags & CEF_ICE)) { in evaluate_cast()
H A Dexpand.c1276 if (!(expr->flags & CEF_ICE)) in bad_integer_constant_expression()