Home
last modified time | relevance | path

Searched refs:match_ext_add_operand (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatchexp.c245 static match match_ext_add_operand (gfc_expr **result);
413 match_ext_add_operand (gfc_expr **result) in match_ext_add_operand() function
436 m = match_ext_add_operand (&e); in match_ext_add_operand()
472 m = match_ext_add_operand (&e); in match_level_2()
512 m = match_ext_add_operand (&e); in match_level_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatchexp.cc245 static match match_ext_add_operand (gfc_expr **result);
413 match_ext_add_operand (gfc_expr **result) in match_ext_add_operand() function
436 m = match_ext_add_operand (&e); in match_ext_add_operand()
472 m = match_ext_add_operand (&e); in match_level_2()
512 m = match_ext_add_operand (&e); in match_level_2()
H A DChangeLog-20042090 match_add_operand, match_ext_add_operand, match_level_2,
2120 (match_ext_mult_operand, match_ext_add_operand): New functions.
2123 (match_level_2): Rearrange to call match_ext_add_operand.
H A DChangeLog-200754 (match_ext_add_operand): Likewise.