Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dinline.c340 struct statement *newstmt = dup_statement(stmt); in copy_one_statement() local
341 newstmt->declaration = NULL; in copy_one_statement()
346 add_symbol(&newstmt->declaration, newsym); in copy_one_statement()
348 stmt = newstmt; in copy_one_statement()