comparison gcc/tree-object-size.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 /* Declarations for tree-object-size.c. 1 /* Declarations for tree-object-size.c.
2 Copyright (C) 2013-2018 Free Software Foundation, Inc. 2 Copyright (C) 2013-2020 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 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
20 #ifndef GCC_TREE_OBJECT_SIZE_H 20 #ifndef GCC_TREE_OBJECT_SIZE_H
21 #define GCC_TREE_OBJECT_SIZE_H 21 #define GCC_TREE_OBJECT_SIZE_H
22 22
23 extern void init_object_sizes (void); 23 extern void init_object_sizes (void);
24 extern void fini_object_sizes (void); 24 extern void fini_object_sizes (void);
25 extern bool compute_builtin_object_size (tree, int, unsigned HOST_WIDE_INT *); 25 extern bool compute_builtin_object_size (tree, int, unsigned HOST_WIDE_INT *,
26 tree * = NULL, tree * = NULL);
26 27
27 #endif // GCC_TREE_OBJECT_SIZE_H 28 #endif // GCC_TREE_OBJECT_SIZE_H