Home
last modified time | relevance | path

Searched refs:tgmath_complex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8907 tgmath_fixed, tgmath_real, tgmath_complex enumerator
9560 max_variation = this_kind = tgmath_complex; in c_parser_postfix_expression()
9564 if (max_variation != tgmath_complex) in c_parser_postfix_expression()
9660 if ((parm_kind[0] == tgmath_complex && ret != exp_type) in c_parser_postfix_expression()
9675 if ((parm_kind[argpos] == tgmath_complex in c_parser_postfix_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8900 tgmath_fixed, tgmath_real, tgmath_complex enumerator
9557 max_variation = this_kind = tgmath_complex; in c_parser_postfix_expression()
9561 if (max_variation != tgmath_complex) in c_parser_postfix_expression()
9657 if ((parm_kind[0] == tgmath_complex && ret != exp_type) in c_parser_postfix_expression()
9672 if ((parm_kind[argpos] == tgmath_complex in c_parser_postfix_expression()