comparison gcc/calls.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Declarations and data types for RTL call insn generation. 1 /* Declarations and data types for RTL call insn generation.
2 Copyright (C) 2013-2017 Free Software Foundation, Inc. 2 Copyright (C) 2013-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
36 extern bool pass_by_reference (CUMULATIVE_ARGS *, machine_mode, 36 extern bool pass_by_reference (CUMULATIVE_ARGS *, machine_mode,
37 tree, bool); 37 tree, bool);
38 extern bool reference_callee_copied (CUMULATIVE_ARGS *, machine_mode, 38 extern bool reference_callee_copied (CUMULATIVE_ARGS *, machine_mode,
39 tree, bool); 39 tree, bool);
40 extern void maybe_warn_alloc_args_overflow (tree, tree, tree[2], int[2]); 40 extern void maybe_warn_alloc_args_overflow (tree, tree, tree[2], int[2]);
41 extern bool get_size_range (tree, tree[2]); 41 extern tree get_attr_nonstring_decl (tree, tree * = NULL);
42 extern void maybe_warn_nonstring_arg (tree, tree);
43 extern bool get_size_range (tree, tree[2], bool = false);
44 extern rtx rtx_for_static_chain (const_tree, bool);
42 45
43 #endif // GCC_CALLS_H 46 #endif // GCC_CALLS_H