GCC Middle and Back End API Reference
highlev-plugin-common.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PLUGEVT_SUCCESS   0
 
#define PLUGEVT_NO_EVENTS   1
 
#define PLUGEVT_NO_SUCH_EVENT   2
 
#define PLUGEVT_NO_CALLBACK   3
 

Macro Definition Documentation

◆ PLUGEVT_NO_CALLBACK

#define PLUGEVT_NO_CALLBACK   3

◆ PLUGEVT_NO_EVENTS

#define PLUGEVT_NO_EVENTS   1

◆ PLUGEVT_NO_SUCH_EVENT

#define PLUGEVT_NO_SUCH_EVENT   2

Referenced by unregister_callback().

◆ PLUGEVT_SUCCESS

#define PLUGEVT_SUCCESS   0
Interface for high-level plugins in GCC - Parts common between GCC, ICI and high-level plugins. Copyright (C) 2009-2025 Free Software Foundation, Inc. Contributed by INRIA. 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/>.
Return codes for invoke_plugin_callbacks / call_plugin_event .

Referenced by invoke_plugin_callbacks_full(), and unregister_callback().