Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.h30 enum statement_type { enum
48 enum statement_type type;
H A Dast-inspect.c22 static const char *statement_type_name(enum statement_type type) in statement_type_name()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-statm.c405 uint8_t statement_type; in parser_push_block_context() local
409 statement_type = (is_context_needed ? PARSER_STATEMENT_PRIVATE_CONTEXT : PARSER_STATEMENT_PRIVATE_SCOPE); in parser_push_block_context()
413 statement_type = (is_context_needed ? PARSER_STATEMENT_BLOCK_CONTEXT : PARSER_STATEMENT_BLOCK_SCOPE); in parser_push_block_context()
416 parser_stack_push_uint8 (context_p, statement_type); in parser_push_block_context()
/third_party/python/Parser/
H A Dparser.c86 #define statement_type 1006 macro
[all...]

Completed in 43 milliseconds