GCC Middle and Back End API Reference
dump_impl_location_t Class Reference

#include <dumpfile.h>

Public Member Functions

 dump_impl_location_t (const char *file=__FILE__, int line=__LINE__, const char *function=NULL)
 

Data Fields

const char * m_file
 
int m_line
 
const char * m_function
 

Detailed Description

A class for identifying where in the compiler's own source (or a plugin) that a dump message is being emitted from.

Constructor & Destructor Documentation

◆ dump_impl_location_t()

dump_impl_location_t::dump_impl_location_t ( const char * file = __FILE__,
int line = __LINE__,
const char * function = NULL )
inline

References m_file, m_function, m_line, and NULL.

Field Documentation

◆ m_file

const char* dump_impl_location_t::m_file

◆ m_function

const char* dump_impl_location_t::m_function

◆ m_line

int dump_impl_location_t::m_line

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