GCC Middle and Back End API Reference
|
#include <tree-hash-traits.h>
Public Types | |
typedef tree_node * | value_type |
typedef tree_node * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &, const compare_type &) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (tree_node *&) |
static void | mark_empty (tree_node *&) |
static bool | is_deleted (tree_node *) |
static bool | is_empty (tree_node *) |
static void | remove (tree_node *&) |
static void | ggc_mx (tree_node *&p) |
static void | ggc_maybe_mx (tree_node *&p) |
static void | pch_nx (tree_node *&p) |
static void | pch_nx (tree_node *&p, gt_pointer_operator op, void *cookie) |
Static Public Attributes | |
static const bool | empty_zero_p |
Traits for hashing trees. Copyright (C) 2014-2024 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/>.
Hash for trees based on operand_equal_p.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
References operand_equal_p().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestatic |
References iterative_hash_expr().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |