GCC Middle and Back End API Reference
vrange_allocator Class Reference

#include <value-range-storage.h>

Collaboration diagram for vrange_allocator:

Public Member Functions

 vrange_allocator (bool gc=false)
 
 ~vrange_allocator ()
 
class vrange_storageclone (const vrange &r)
 
vrange_storageclone_varying (tree type)
 
vrange_storageclone_undefined (tree type)
 
voidalloc (size_t size)
 
void free (void *)
 

Private Member Functions

 DISABLE_COPY_AND_ASSIGN (vrange_allocator)
 

Private Attributes

class vrange_internal_allocm_alloc
 

Detailed Description

Support routines for vrange storage.
   Copyright (C) 2022-2024 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/>.   

Constructor & Destructor Documentation

◆ vrange_allocator()

vrange_allocator::vrange_allocator ( bool gc = false)

References ggc_alloc(), and m_alloc.

◆ ~vrange_allocator()

vrange_allocator::~vrange_allocator ( )

References m_alloc.

Member Function Documentation

◆ alloc()

◆ clone()

◆ clone_undefined()

◆ clone_varying()

◆ DISABLE_COPY_AND_ASSIGN()

vrange_allocator::DISABLE_COPY_AND_ASSIGN ( vrange_allocator )
private

◆ free()

void vrange_allocator::free ( void * p)

Field Documentation

◆ m_alloc


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