Searched refs:__get_variable_from_expr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_helper.c | 175 static void __get_variable_from_expr(struct symbol **sym_ptr, char *buf, in __get_variable_from_expr() function 205 __get_variable_from_expr(sym_ptr, buf, deref, len, complicated); in __get_variable_from_expr() 243 __get_variable_from_expr(sym_ptr, buf, expr->unop, in __get_variable_from_expr() 258 __get_variable_from_expr(sym_ptr, buf, expr->unop, in __get_variable_from_expr() 277 __get_variable_from_expr(sym_ptr, buf, array_expr, len, complicated); in __get_variable_from_expr() 280 __get_variable_from_expr(sym_ptr, buf, expr->left, len, complicated); in __get_variable_from_expr() 284 __get_variable_from_expr(NULL, buf, expr->right, len, complicated); in __get_variable_from_expr() 322 __get_variable_from_expr(NULL, buf, expr->fn, len, complicated); in __get_variable_from_expr() 328 __get_variable_from_expr(NULL, buf, tmp, len, complicated); in __get_variable_from_expr() 335 __get_variable_from_expr(sym_ptr, buf, in __get_variable_from_expr() [all …]
|