Searched refs:CEF_ICE (Results 1 – 4 of 4) sorted by relevance
103 CEF_ICE = (1 << 4), enumerator108 CEF_SET_ICE = (CEF_ICE | CEF_ACE),132 CEF_CLR_ICE = (CEF_ICE | CEF_INT | CEF_ENUM | CEF_CHAR),
578 if ((expr->left->flags & CEF_ADDR) && (expr->right->flags & CEF_ICE)) in evaluate_ptr_add()1019 if (!(e->flags & CEF_ICE)) in is_null_pointer_constant()2924 if (old->flags & (CEF_ICE | CEF_ADDR)) in cast_flags()3101 !tas && (source->flags & CEF_ICE)) { in evaluate_cast()
59 flags |= (flags & CEF_ICE) ? CEF_SET_INT : 0; in evaluate_pure_unop()
1367 if (!(expr->flags & CEF_ICE)) in bad_integer_constant_expression()