Home
last modified time | relevance | path

Searched refs:statement_type (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dstatement.hpp19 typedef x3::rule<statement_class, ast::statement_list> statement_type; typedef
20 typedef statement_type::id statement_id;
21 BOOST_SPIRIT_DECLARE(statement_type);
24 parser::statement_type const& statement();
Dstatement_def.hpp35 statement_type const statement("statement");
78 parser::statement_type const& statement() in statement()
Dstatement.cpp12 BOOST_SPIRIT_INSTANTIATE(statement_type, iterator_type, context_type);
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dstatement.hpp19 typedef x3::rule<statement_class, ast::statement_list> statement_type; typedef
20 BOOST_SPIRIT_DECLARE(statement_type);
23 parser::statement_type const& statement();
Dstatement_def.hpp35 statement_type const statement = "statement";
78 parser::statement_type const& statement() in statement()
Dstatement.cpp12 BOOST_SPIRIT_INSTANTIATE(statement_type, iterator_type, context_type);
/third_party/ltp/tools/sparse/sparse-src/
Dparse.h30 enum statement_type { enum
48 enum statement_type type;
Dast-inspect.c22 static const char *statement_type_name(enum statement_type type) in statement_type_name()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c405 uint8_t statement_type; in parser_push_block_context() local
409statement_type = (is_context_needed ? PARSER_STATEMENT_PRIVATE_CONTEXT : PARSER_STATEMENT_PRIVATE_… in parser_push_block_context()
413statement_type = (is_context_needed ? PARSER_STATEMENT_BLOCK_CONTEXT : PARSER_STATEMENT_BLOCK_SCOP… in parser_push_block_context()
416 parser_stack_push_uint8 (context_p, statement_type); in parser_push_block_context()
/third_party/python/Parser/
Dparser.c83 #define statement_type 1007 macro