GCC Middle and Back End API Reference
sanopt_info Struct Reference

Data Fields

bool has_freeing_call_p
 
bool has_freeing_call_computed_p
 
bool imm_dom_path_with_freeing_call_p
 
bool imm_dom_path_with_freeing_call_computed_p
 
uint64_t freeing_call_events
 
bool being_visited_p
 
bool visited_p
 

Detailed Description

Optimize and expand sanitizer functions. Copyright (C) 2014-2025 Free Software Foundation, Inc. Contributed by Marek Polacek <polacek@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/>.
This is used to carry information about basic blocks. It is attached to the AUX field of the standard CFG block.

Field Documentation

◆ being_visited_p

bool sanopt_info::being_visited_p

◆ freeing_call_events

uint64_t sanopt_info::freeing_call_events

◆ has_freeing_call_computed_p

bool sanopt_info::has_freeing_call_computed_p

Referenced by sanopt_optimize_walker().

◆ has_freeing_call_p

bool sanopt_info::has_freeing_call_p

Referenced by sanopt_optimize_walker().

◆ imm_dom_path_with_freeing_call_computed_p

bool sanopt_info::imm_dom_path_with_freeing_call_computed_p

◆ imm_dom_path_with_freeing_call_p

bool sanopt_info::imm_dom_path_with_freeing_call_p

◆ visited_p

bool sanopt_info::visited_p

Referenced by sanopt_optimize_walker().


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