Home
last modified time | relevance | path

Searched refs:__split_expr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c246 __split_expr(right->left); in handle_comma_assigns()
250 __split_expr(assign); in handle_comma_assigns()
271 __split_expr(assign); in handle_postop_assigns()
272 __split_expr(expr->left); in handle_postop_assigns()
318 __split_expr(assign); in handle_builtin_overflow_func()
336 __split_expr(expr1); in handle__builtin_choose_expr()
338 __split_expr(expr2); in handle__builtin_choose_expr()
361 __split_expr(fake); in handle__builtin_choose_expr_assigns()
365 void __split_expr(struct expression *expr) in __split_expr() function
388 __split_expr(expr->unop); in __split_expr()
[all …]
H A Dsmatch_conditions.c84 __split_expr(expr->left); in handle_zero_comparisons()
89 __split_expr(expr->right); in handle_zero_comparisons()
359 __split_expr(expr->left); in handle_comma()
476 __split_expr(expr->left); in split_conditions()
478 __split_expr(expr->right); in split_conditions()
480 __split_expr(expr); in split_conditions()
485 __split_expr(expr->left); in split_conditions()
487 __split_expr(expr->right); in split_conditions()
489 __split_expr(expr); in split_conditions()
655 __split_expr(fake_expr); in __handle_select_assigns()
[all …]
H A Dcheck_kernel.c371 __split_expr(assign); in match__write_once_size()
408 __split_expr(assign); in match__read_once_size()
425 __split_expr(fake_call); in match_closure_call()
H A Dsmatch_struct_assignment.c144 __split_expr(expr); in split_fake_expr()
H A Dsmatch_function_hooks.c450 __split_expr(fake_assign); in fake_a_param_assignment()
H A Dsmatch.h551 void __split_expr(struct expression *expr);