GCC Middle and Back End API Reference
object_size_info Struct Reference
Collaboration diagram for object_size_info:

Data Fields

int object_size_type
 
unsigned char pass
 
bool changed
 
bitmap visited
 
bitmap reexamine
 
unsigned int * depths
 
unsigned int * stack
 
unsigned int * tos
 

Detailed Description

__builtin_object_size (ptr, object_size_type) computation Copyright (C) 2004-2025 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/>.

Field Documentation

◆ changed

bool object_size_info::changed

◆ depths

unsigned int* object_size_info::depths

◆ object_size_type

◆ pass

◆ reexamine

◆ stack

unsigned int* object_size_info::stack

◆ tos

unsigned int * object_size_info::tos

◆ visited

bitmap object_size_info::visited

The documentation for this struct was generated from the following file: