21#ifndef GCC_SELFTEST_LOGICAL_LOCATION_H
22#define GCC_SELFTEST_LOGICAL_LOCATION_H
35class test_logical_location :
public logical_location
40 virtual const char *get_short_name () const
final override;
41 virtual const
char *get_name_with_scope () const
final override;
42 virtual const
char *get_internal_name () const
final override;
44 virtual label_text get_name_for_path_output () const
final override;
46 const
char *
get_name ()
const {
return m_name; }
void final(rtx_insn *first, FILE *file, int optimize_p)
Definition final.cc:2008
logical_location_kind
Definition logical-location.h:33
Definition dump-context.h:31
const char * get_name(tree t)
Definition tree.cc:11897