Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c1326 tree fcn_type; in gfc_copy_class_to_class() local
1349 fcn_type = TREE_TYPE (TREE_TYPE (fcn)); in gfc_copy_class_to_class()
1455 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1476 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1512 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1519 extcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc1420 tree fcn_type; in gfc_copy_class_to_class() local
1443 fcn_type = TREE_TYPE (TREE_TYPE (fcn)); in gfc_copy_class_to_class()
1549 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1570 tmp = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1606 stdcopy = build_call_vec (fcn_type, fcn, args); in gfc_copy_class_to_class()
1613 extcopy = build_call_vec (fcn_type, unshare_expr (fcn), args); in gfc_copy_class_to_class()