comparison gcc/fortran/trans-types.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Header for Fortran 95 types backend support. 1 /* Header for Fortran 95 types backend support.
2 Copyright (C) 2002-2018 Free Software Foundation, Inc. 2 Copyright (C) 2002-2020 Free Software Foundation, Inc.
3 Contributed by Paul Brook <paul@nowt.org> 3 Contributed by Paul Brook <paul@nowt.org>
4 and Steven Bosscher <s.bosscher@student.tudelft.nl> 4 and Steven Bosscher <s.bosscher@student.tudelft.nl>
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
86 86
87 tree gfc_sym_type (gfc_symbol *); 87 tree gfc_sym_type (gfc_symbol *);
88 tree gfc_typenode_for_spec (gfc_typespec *, int c = 0); 88 tree gfc_typenode_for_spec (gfc_typespec *, int c = 0);
89 int gfc_copy_dt_decls_ifequal (gfc_symbol *, gfc_symbol *, bool); 89 int gfc_copy_dt_decls_ifequal (gfc_symbol *, gfc_symbol *, bool);
90 90
91 tree gfc_get_function_type (gfc_symbol *); 91 tree gfc_get_function_type (gfc_symbol *, gfc_actual_arglist *args = NULL);
92 92
93 tree gfc_type_for_size (unsigned, int); 93 tree gfc_type_for_size (unsigned, int);
94 tree gfc_type_for_mode (machine_mode, int); 94 tree gfc_type_for_mode (machine_mode, int);
95 tree gfc_build_uint_type (int); 95 tree gfc_build_uint_type (int);
96 96