GCC Middle and Back End API Reference
bitmap_splay_tree_accessors Class Reference

Public Types

using node_type = bitmap_element *

Static Public Member Functions

static node_typechild (node_type node, unsigned int index)

Detailed Description

Functions to support general ended bitmaps.
   Copyright (C) 1997-2026 Free Software Foundation, Inc.

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/>.   

Member Typedef Documentation

◆ node_type

Member Function Documentation

◆ child()

node_type & bitmap_splay_tree_accessors::child ( node_type node,
unsigned int index )
inlinestatic

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