|
GCC Middle and Back End API Reference
|

Data Fields | |
| int | object_size_type |
| bitmap | visited |
| bitmap | reexamine |
| int | pass |
| bool | changed |
| unsigned int * | depths |
| unsigned int * | stack |
| unsigned int * | tos |
@verbatim
__builtin_object_size (ptr, object_size_type) computation Copyright (C) 2004-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek jakub@redhat.com
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see http://www.gnu.org/licenses/.
| bool object_size_info::changed |
Referenced by compute_builtin_object_size(), and merge_object_sizes().
| unsigned int* object_size_info::depths |
Referenced by compute_builtin_object_size().
| int object_size_info::object_size_type |
| int object_size_info::pass |
Referenced by compute_builtin_object_size(), and cond_expr_object_size().
| bitmap object_size_info::reexamine |
Referenced by compute_builtin_object_size(), and cond_expr_object_size().
| unsigned int* object_size_info::stack |
Referenced by compute_builtin_object_size().
| unsigned int * object_size_info::tos |
Referenced by compute_builtin_object_size().
| bitmap object_size_info::visited |
Referenced by compute_builtin_object_size(), and cond_expr_object_size().