Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dinline.c48 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()
363 struct statement *new = alloc_statement(stmt->pos, STMT_COMPOUND); in copy_one_statement()
512 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); in inline_function()
555 struct statement *decl = alloc_statement(expr->pos, STMT_DECLARATION); in inline_function()
579 fn->stmt = alloc_statement(fn->pos, STMT_COMPOUND); in uninline()
H A Dexpression.h324 struct statement *alloc_statement(struct position pos, int type);
H A Dparse.c663 struct statement *alloc_statement(struct position pos, int type) in alloc_statement() function
2200 stmt = alloc_statement(expr->pos, STMT_EXPRESSION); in make_statement()
2239 struct statement *stmt = alloc_statement(sym->pos, STMT_COMPOUND); in start_function()
2519 struct statement *stmt = alloc_statement(token->pos, STMT_NONE); in statement()
2593 stmt = alloc_statement(token->pos, STMT_DECLARATION); in statement_list()
2952 stmt = alloc_statement(token->pos, STMT_NONE); in toplevel_asm_declaration()
H A Dexpression.c71 struct statement *stmt = alloc_statement(token->pos, STMT_COMPOUND); in parens_expression()