|
GCC Middle and Back End API Reference
|
#include <value-range-storage.h>

Public Member Functions | |
| vrange_allocator (bool gc=false) | |
| ~vrange_allocator () | |
| class vrange_storage * | clone (const vrange &r) |
| vrange_storage * | clone_varying (tree type) |
| vrange_storage * | clone_undefined (tree type) |
| void * | alloc (size_t size) |
| void | free (void *) |
Private Member Functions | |
| DISABLE_COPY_AND_ASSIGN (vrange_allocator) | |
Private Attributes | |
| class vrange_internal_alloc * | m_alloc |
Support routines for vrange storage. Copyright (C) 2022-2025 Free Software Foundation, Inc. Contributed by Aldy Hernandez <aldyh@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/>.
References m_alloc.
Referenced by DISABLE_COPY_AND_ASSIGN().
| vrange_allocator::~vrange_allocator | ( | ) |
References m_alloc.
| void * vrange_allocator::alloc | ( | size_t | size | ) |
References m_alloc.
Referenced by sbr_vector::sbr_vector().
| vrange_storage * vrange_allocator::clone | ( | const vrange & | r | ) |
References vrange_storage::alloc(), m_alloc, and r.
| vrange_storage * vrange_allocator::clone_undefined | ( | tree | type | ) |
| vrange_storage * vrange_allocator::clone_varying | ( | tree | type | ) |
|
private |
References vrange_allocator().
| void vrange_allocator::free | ( | void * | p | ) |
References m_alloc.
|
private |
Referenced by alloc(), clone(), clone_undefined(), clone_varying(), free(), vrange_allocator(), and ~vrange_allocator().