Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dinline.c53 static struct symbol *copy_symbol(struct position pos, struct symbol *sym) in copy_symbol() function
72 struct symbol *newsym = copy_symbol(sym->pos, sym); in copy_symbol_list()
89 struct symbol *sym = copy_symbol(expr->pos, expr->symbol); in copy_expression()
233 struct symbol *label_symbol = copy_symbol(expr->pos, expr->label_symbol); in copy_expression()
337 struct symbol *newsym = copy_symbol(stmt->pos, sym); in copy_one_statement()
388 struct symbol *sym = copy_symbol(stmt->pos, stmt->ret_target); in copy_one_statement()
397 stmt->case_label = copy_symbol(stmt->pos, stmt->case_label); in copy_one_statement()
406 struct symbol *switch_case = copy_symbol(stmt->pos, stmt->switch_case); in copy_one_statement()
420 stmt->iterator_break = copy_symbol(stmt->pos, stmt->iterator_break); in copy_one_statement()
441 stmt->goto_label = copy_symbol(stmt->pos, stmt->goto_label); in copy_one_statement()
[all …]