Home
last modified time | relevance | path

Searched refs:statement_list (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.h68 struct statement_list *stmts;
124 extern struct statement_list *function_computed_goto_list;
131 extern void show_statement_list(struct statement_list *, const char *);
H A Dlib.h76 DECLARE_PTR_LIST(statement_list, struct statement);
149 static inline int statement_list_size(struct statement_list *list) in statement_list_size()
233 static inline void add_statement(struct statement_list **list, struct statement *stmt) in add_statement()
H A Dparse.c49 struct statement_list *function_computed_goto_list;
2509 static struct token * statement_list(struct token *token, struct statement_list **list) in statement_list() function
2593 token = statement_list(token, &stmt->stmts); in compound_statement()
2770 token = statement_list(token->next, &stmt->stmts); in parse_function_body()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_hv_accept.cpp35 * If statement_list is true (the default), this is a list of statements, so
37 * over it, and restored after iteration is complete. If statement_list is
48 bool statement_list) in visit_list_elements()
53 if (statement_list) in visit_list_elements()
60 if (statement_list) in visit_list_elements()
47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, bool statement_list) visit_list_elements() argument
H A Dir_hierarchical_visitor.h213 bool statement_list = true);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang.y215 %type <interm.intermBlock> statement_list compound_statement_with_scope compound_statement_no_new_scope
1508 | LEFT_BRACE { context->symbolTable.push(); } statement_list { context->symbolTable.pop(); } RIGHT_BRACE {
1530 | LEFT_BRACE statement_list RIGHT_BRACE {
1536 statement_list
1541 | statement_list statement {
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmultiplanar_external_texture.cc386 ast::StatementList statement_list = in createTexLdExt() local
390 statement_list, {}); in createTexLdExt()
/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
1424 | LEFT_BRACE { context->symbolTable.push(); } statement_list { context->symbolTable.pop(); } RIGHT_BRACE {
1448 | LEFT_BRACE statement_list RIGHT_BRACE {
1457 statement_list
1461 | statement_list statement {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc869 auto& statement_list = statements_stack_.back().GetStatements(); in LastStatement() local
870 TINT_ASSERT(Reader, !statement_list.empty()); in LastStatement()
871 return statement_list.back(); in LastStatement()

Completed in 18 milliseconds