Home
last modified time | relevance | path

Searched refs:SIDE_EFFECTS (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c598 return SIDE_EFFECTS; in expand_assignment()
821 return SIDE_EFFECTS; in expand_postop()
893 return SIDE_EFFECTS; in expand_symbol_call()
920 return SIDE_EFFECTS; in expand_symbol_call()
933 return SIDE_EFFECTS; in expand_call()
938 return SIDE_EFFECTS; in expand_call()
1173 return SIDE_EFFECTS; in expand_expression()
1237 return SIDE_EFFECTS; in expand_if_statement()
1242 return SIDE_EFFECTS; in expand_if_statement()
1305 return SIDE_EFFECTS; in expand_statement()
[all...]
H A Dexpand.h29 #define SIDE_EFFECTS 10000 /* The expression has side effects */ macro
H A Dbuiltin.c185 /* The arguments are safe, if their cost is less than SIDE_EFFECTS */
189 expr->value = (cost < SIDE_EFFECTS); in expand_safe_p()
235 return SIDE_EFFECTS; in expand_bswap()
266 return SIDE_EFFECTS; \

Completed in 5 milliseconds