Searched refs:alloc_statement (Results 1 – 4 of 4) sorted by relevance
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | inline.c | 48 struct statement *dup = alloc_statement(stmt->pos, stmt->type); in dup_statement() 197 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); in copy_expression() 369 struct statement *new = alloc_statement(stmt->pos, STMT_COMPOUND); in copy_one_statement() 518 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); in inline_function() 559 struct statement *decl = alloc_statement(expr->pos, STMT_DECLARATION); in inline_function() 580 fn->stmt = alloc_statement(fn->pos, STMT_COMPOUND); in uninline()
|
| D | expression.h | 332 struct statement *alloc_statement(struct position pos, int type);
|
| D | parse.c | 662 struct statement *alloc_statement(struct position pos, int type) in alloc_statement() function 2100 stmt = alloc_statement(expr->pos, STMT_EXPRESSION); in make_statement() 2139 struct statement *stmt = alloc_statement(sym->pos, STMT_COMPOUND); in start_function() 2451 struct statement *stmt = alloc_statement(token->pos, STMT_NONE); in statement() 2477 stmt->label_statement = alloc_statement(token->pos, STMT_NONE); in statement() 2530 stmt = alloc_statement(token->pos, STMT_DECLARATION); in statement_list() 2878 stmt = alloc_statement(token->pos, STMT_NONE); in toplevel_asm_declaration()
|
| D | expression.c | 73 struct statement *stmt = alloc_statement(token->pos, STMT_COMPOUND); in parens_expression()
|