Lines Matching refs:num_functions
8311 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; in c_parser_postfix_expression() local
8312 if (num_functions < 2) in c_parser_postfix_expression()
8323 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
8368 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
8481 auto_vec<tree> tg_type (num_functions); in c_parser_postfix_expression()
8482 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8532 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8592 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
8701 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
8728 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8744 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8787 c_expr_t *ce = &(*cexpr_list)[num_functions + j]; in c_parser_postfix_expression()