Lines Matching refs:num_functions
9431 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; in c_parser_postfix_expression() local
9432 if (num_functions < 2) in c_parser_postfix_expression()
9443 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9488 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9601 auto_vec<tree> tg_type (num_functions); in c_parser_postfix_expression()
9602 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9652 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9712 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9821 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9848 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9864 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9907 c_expr_t *ce = &(*cexpr_list)[num_functions + j]; in c_parser_postfix_expression()