Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c1416 match_complex_part (gfc_expr **result) in match_complex_part() function
1453 m = match_complex_part (&real); in match_complex_constant()
1483 m = match_complex_part (&imag); in match_complex_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc1395 match_complex_part (gfc_expr **result) in match_complex_part() function
1432 m = match_complex_part (&real); in match_complex_constant()
1462 m = match_complex_part (&imag); in match_complex_constant()
H A DChangeLog-20053481 (match_complex_part): Use match_{real,integer}_const.