Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dinline.c197 struct statement *stmt = alloc_statement(expr->pos, STMT_COMPOUND); in copy_expression()
368 case STMT_COMPOUND: { in copy_one_statement()
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()
580 fn->stmt = alloc_statement(fn->pos, STMT_COMPOUND); in uninline()
Dast-inspect.c28 [STMT_COMPOUND] = "STMT_COMPOUND", in statement_type_name()
48 case STMT_COMPOUND: in inspect_statement()
Dparse.h34 STMT_COMPOUND, enumerator
Ddissect.c525 break; case STMT_COMPOUND: { in do_statement()
Dparse.c2139 struct statement *stmt = alloc_statement(sym->pos, STMT_COMPOUND); in start_function()
2309 if (iterator && iterator->type != STMT_COMPOUND && Wdo_while) in parse_do_statement()
2591 stmt->type = STMT_COMPOUND; in compound_statement()
Dexpression.c73 struct statement *stmt = alloc_statement(token->pos, STMT_COMPOUND); in parens_expression()
Dshow-parse.c601 case STMT_COMPOUND: { in show_statement()
Dexpand.c1315 case STMT_COMPOUND: in expand_statement()
Dcompile-i386.c2002 case STMT_COMPOUND: { in x86_statement()
Dlinearize.c2436 case STMT_COMPOUND: in linearize_statement()
Devaluate.c3911 case STMT_COMPOUND: { in evaluate_statement()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddata-structures.txt9 A series of statements forms a compound statement (STMT_COMPOUND).