Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c49 static int expand_statement(struct statement *);
1138 int cost = expand_statement(stmt); in expand_expression()
1204 expand_statement(base_type->stmt); in expand_symbol()
1235 expand_statement(simple); in expand_if_statement()
1240 expand_statement(stmt->if_true); in expand_if_statement()
1241 expand_statement(stmt->if_false); in expand_if_statement()
1280 cost = expand_statement(last); in expand_compound()
1285 cost += expand_statement(s); in expand_compound()
1294 static int expand_statement(struct statement *stmt) in expand_statement() function
1324 expand_statement(stmt->iterator_pre_statement); in expand_statement()
[all …]