Home
last modified time | relevance | path

Searched refs:check_tgmath_function (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8861 check_tgmath_function (c_expr *expr, unsigned int pos) in check_tgmath_function() function
9419 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8854 check_tgmath_function (c_expr *expr, unsigned int pos) in check_tgmath_function() function
9416 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()
H A DChangeLog3361 * c-parser.c (check_tgmath_function): New function.