Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h78 * CEF_CHAR imply CEF_ICE.
103 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 Devaluate.c578 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()
H A Dbuiltin.c59 flags |= (flags & CEF_ICE) ? CEF_SET_INT : 0; in evaluate_pure_unop()
H A Dexpand.c1367 if (!(expr->flags & CEF_ICE)) in bad_integer_constant_expression()

Completed in 8 milliseconds