Home
last modified time | relevance | path

Searched refs:compound_statement (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h334 struct token *compound_statement(struct token *, struct statement *);
H A Dexpression.c77 token = compound_statement(token->next, stmt); in parens_expression()
H A Dparse.c2485 token = compound_statement(token->next, stmt); in statement()
2589 struct token *compound_statement(struct token *token, struct statement *stmt) in compound_statement() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang.y198 %type <interm.intermAggregate> statement_list compound_statement compound_statement_no_new_scope
1406 : compound_statement { $$ = $1; }
1422 compound_statement
1491 : SWITCH LEFT_PAREN expression RIGHT_PAREN { context->incrSwitchNestingLevel(); } compound_statement {

Completed in 7 milliseconds