Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dinline.c37 static void copy_statement(struct statement *src, struct statement *dst);
198 copy_statement(expr->statement, stmt); in copy_expression()
370 copy_statement(stmt, new); in copy_one_statement()
475 static void copy_statement(struct statement *src, struct statement *dst) in copy_statement() function
556 copy_statement(fn->inline_stmt, stmt); in inline_function()
581 copy_statement(fn->inline_stmt, fn->stmt); in uninline()