Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dinline.c37 static void copy_statement(struct statement *src, struct statement *dst);
198 copy_statement(expr->statement, stmt); in copy_expression()
364 copy_statement(stmt, new); in copy_one_statement()
469 static void copy_statement(struct statement *src, struct statement *dst) in copy_statement() function
552 copy_statement(fn->inline_stmt, stmt); in inline_function()
580 copy_statement(fn->inline_stmt, fn->stmt); in uninline()