Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c1717 lexer_token_type_t end_type) /**< expected end type */ in parser_parse_function_arguments()
1735 if (context_p->token.type == end_type) in parser_parse_function_arguments()
1944 if (context_p->token.type != end_type) in parser_parse_function_arguments()
1946 parser_error_t error = ((end_type == LEXER_RIGHT_PAREN) ? PARSER_ERR_RIGHT_PAREN_EXPECTED in parser_parse_function_arguments()
1716 parser_parse_function_arguments(parser_context_t *context_p, lexer_token_type_t end_type) parser_parse_function_arguments() argument
H A Djs-parser-expr.c2918 lexer_token_type_t end_type) /**< end type token */ in parser_pattern_process_assignment()
2964 if (context_p->token.type != end_type in parser_pattern_process_assignment()
2914 parser_pattern_process_assignment(parser_context_t *context_p, parser_pattern_flags_t flags, uint16_t rhs_opcode, uint16_t literal_index, lexer_token_type_t end_type) parser_pattern_process_assignment() argument
/third_party/nghttp2/src/
H A Dshrpx.cc1092 auto end_type = strchr(env, ','); in get_inherited_addr_from_env() local
1093 if (!end_type) { in get_inherited_addr_from_env()
1097 auto type = StringRef(env, end_type); in get_inherited_addr_from_env()
1098 auto value = end_type + 1; in get_inherited_addr_from_env()
/third_party/libbpf/src/
H A Dbtf.c421 void *end_type = next_type + hdr->type_len; in btf_parse_type_sec() local
424 while (next_type + sizeof(struct btf_type) <= end_type) { in btf_parse_type_sec()
431 if (next_type + type_size > end_type) { in btf_parse_type_sec()
447 if (next_type != end_type) { in btf_parse_type_sec()

Completed in 18 milliseconds