Searched refs:PARSER_FUNCTION_HAS_REST_PARAM (Results 1 – 2 of 2) sorted by relevance
1240 if (context_p->status_flags & PARSER_FUNCTION_HAS_REST_PARAM) in parser_post_processing()1336 if (context_p->status_flags & PARSER_FUNCTION_HAS_REST_PARAM) in parser_post_processing()1764 if (context_p->status_flags & PARSER_FUNCTION_HAS_REST_PARAM) in parser_parse_function_arguments()1781 … context_p->status_flags |= PARSER_FUNCTION_HAS_REST_PARAM | PARSER_FUNCTION_HAS_NON_SIMPLE_PARAM; in parser_parse_function_arguments()1806 if (context_p->status_flags & PARSER_FUNCTION_HAS_REST_PARAM) in parser_parse_function_arguments()1876 if (context_p->status_flags & PARSER_FUNCTION_HAS_REST_PARAM) in parser_parse_function_arguments()
69 PARSER_FUNCTION_HAS_REST_PARAM = (1u << 19), /**< function has rest parameter */ enumerator