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

Data Fields

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

Detailed Description

@verbatim 

__builtin_object_size (ptr, object_size_type) computation Copyright (C) 2004-2013 Free Software Foundation, Inc. Contributed by Jakub Jelinek jakub.nosp@m.@red.nosp@m.hat.c.nosp@m.om

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

bool object_size_info::changed
unsigned int* object_size_info::depths
int object_size_info::pass
bitmap object_size_info::reexamine
unsigned int* object_size_info::stack
unsigned int * object_size_info::tos
bitmap object_size_info::visited

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