GCC Middle and Back End API Reference
|
#include <tree-logical-location.h>
Public Member Functions | |
tree_logical_location (tree decl) | |
const char * | get_short_name () const final override |
const char * | get_name_with_scope () const final override |
const char * | get_internal_name () const final override |
enum logical_location_kind | get_kind () const final override |
label_text | get_name_for_path_output () const final override |
bool | function_p () const |
Static Protected Member Functions | |
static const char * | get_short_name_for_tree (tree) |
static const char * | get_name_with_scope_for_tree (tree) |
static const char * | get_internal_name_for_tree (tree) |
static enum logical_location_kind | get_kind_for_tree (tree) |
static label_text | get_name_for_tree_for_path_output (tree) |
Private Attributes | |
tree | m_decl |
Concrete subclass of logical_location, with reference to a specific tree.
|
inline |
|
inherited |
class logical_location.
Return true iff this is a function or method.
References gcc_unreachable, logical_location::get_kind(), LOGICAL_LOCATION_KIND_FUNCTION, LOGICAL_LOCATION_KIND_MEMBER, LOGICAL_LOCATION_KIND_MODULE, LOGICAL_LOCATION_KIND_NAMESPACE, LOGICAL_LOCATION_KIND_PARAMETER, LOGICAL_LOCATION_KIND_RETURN_TYPE, LOGICAL_LOCATION_KIND_TYPE, LOGICAL_LOCATION_KIND_UNKNOWN, and LOGICAL_LOCATION_KIND_VARIABLE.
|
finaloverridevirtual |
Implements logical_location.
References gcc_assert, compiler_logical_location::get_internal_name_for_tree(), and m_decl.
|
staticprotectedinherited |
Get a string for DECL suitable for use by the SARIF logicalLocation "decoratedName" property (SARIF v2.1.0 section 3.33.6).
References DECL_ASSEMBLER_NAME, gcc_assert, HAS_DECL_ASSEMBLER_NAME_P, IDENTIFIER_POINTER, and NULL.
Referenced by current_fndecl_logical_location::get_internal_name(), and get_internal_name().
|
finaloverridevirtual |
Implements logical_location.
References gcc_assert, compiler_logical_location::get_kind_for_tree(), and m_decl.
|
staticprotectedinherited |
Get what kind of SARIF logicalLocation DECL is (if any).
References LOGICAL_LOCATION_KIND_FUNCTION, LOGICAL_LOCATION_KIND_PARAMETER, LOGICAL_LOCATION_KIND_UNKNOWN, LOGICAL_LOCATION_KIND_VARIABLE, and TREE_CODE.
Referenced by current_fndecl_logical_location::get_kind(), and get_kind().
|
finaloverridevirtual |
Implements logical_location.
References gcc_assert, compiler_logical_location::get_name_for_tree_for_path_output(), and m_decl.
|
staticprotectedinherited |
References _, DECL_NAME, lang_hooks::decl_printable_name, gcc_assert, and identifier_to_locale().
Referenced by current_fndecl_logical_location::get_name_for_path_output(), and get_name_for_path_output().
|
finaloverridevirtual |
Implements logical_location.
References gcc_assert, compiler_logical_location::get_name_with_scope_for_tree(), and m_decl.
|
staticprotectedinherited |
Get a string for DECL suitable for use by the SARIF logicalLocation "fullyQualifiedName" property (SARIF v2.1.0 section 3.33.5).
References lang_hooks::decl_printable_name, gcc_assert, and identifier_to_locale().
Referenced by current_fndecl_logical_location::get_name_with_scope(), and get_name_with_scope().
|
finaloverridevirtual |
class tree_logical_location : public compiler_logical_location.
Implementation of the logical_location vfuncs, using m_decl.
Implements logical_location.
References gcc_assert, compiler_logical_location::get_short_name_for_tree(), and m_decl.
|
staticprotectedinherited |
Subclasses of logical_location with knowledge of "tree". Copyright (C) 2022-2024 Free Software Foundation, Inc. Contributed by David Malcolm <dmalcolm@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/>.
class compiler_logical_location : public logical_location.
Get a string for DECL suitable for use by the SARIF logicalLocation "name" property (SARIF v2.1.0 section 3.33.4).
References lang_hooks::decl_printable_name, gcc_assert, and identifier_to_locale().
Referenced by current_fndecl_logical_location::get_short_name(), and get_short_name().
|
private |
Referenced by get_internal_name(), get_kind(), get_name_for_path_output(), get_name_with_scope(), and get_short_name().