Searched refs:check_tgmath_function (Results 1 – 3 of 3) sorted by relevance
8861 check_tgmath_function (c_expr *expr, unsigned int pos) in check_tgmath_function() function9419 unsigned int nargs = check_tgmath_function (&(*cexpr_list)[0], 1); in c_parser_postfix_expression()9446 = check_tgmath_function (&(*cexpr_list)[j], j + 1); in c_parser_postfix_expression()
8854 check_tgmath_function (c_expr *expr, unsigned int pos) in check_tgmath_function() function9416 unsigned int nargs = check_tgmath_function (&(*cexpr_list)[0], 1); in c_parser_postfix_expression()9443 = check_tgmath_function (&(*cexpr_list)[j], j + 1); in c_parser_postfix_expression()
3361 * c-parser.c (check_tgmath_function): New function.