|
enum class | verb {
unknown
, acquire
, release
, enter
,
exit
, call
, return_
, branch
,
danger
} |
enum class | noun {
unknown
, taint
, sensitive
, function
,
lock
, memory
, resource
} |
enum class | property { unknown
, true_
, false_
} |
|
static label_text | make_desc (const char *gmsgid, va_list *args, bool colorize) |
◆ noun
Enumerator |
---|
unknown | |
taint | |
sensitive | |
function | |
lock | |
memory | |
resource | |
◆ property
Enumerator |
---|
unknown | |
true_ | |
false_ | |
◆ verb
Enumerator |
---|
unknown | |
acquire | |
release | |
enter | |
exit | |
call | |
return_ | |
branch | |
danger | |
◆ libgdiagnostics_path_event()
◆ connect_to_next_event_p()
bool libgdiagnostics_path_event::connect_to_next_event_p |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ get_desc()
label_text diagnostic_event::get_desc |
( |
pretty_printer & | ref_pp | ) |
const |
|
inherited |
◆ get_location()
location_t libgdiagnostics_path_event::get_location |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ get_logical_location()
|
inlinefinaloverridevirtual |
◆ get_meaning()
meaning libgdiagnostics_path_event::get_meaning |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ get_stack_depth()
int libgdiagnostics_path_event::get_stack_depth |
( |
| ) |
const |
|
inlinefinaloverridevirtual |
◆ get_thread_id()
|
inlinefinaloverridevirtual |
◆ make_desc()
label_text libgdiagnostics_path_event::make_desc |
( |
const char * | gmsgid, |
|
|
va_list * | args, |
|
|
bool | colorize ) |
|
inlinestaticprivate |
◆ maybe_add_sarif_properties()
◆ maybe_make_xml_state()
std::unique_ptr< xml::document > diagnostic_event::maybe_make_xml_state |
( |
bool | debug | ) |
const |
|
virtualinherited |
◆ print_desc()
void libgdiagnostics_path_event::print_desc |
( |
pretty_printer & | pp | ) |
const |
|
inlinefinaloverridevirtual |
◆ m_desc_colored
label_text libgdiagnostics_path_event::m_desc_colored |
|
private |
◆ m_desc_uncolored
label_text libgdiagnostics_path_event::m_desc_uncolored |
|
private |
◆ m_logical_loc
◆ m_physical_loc
◆ m_stack_depth
unsigned libgdiagnostics_path_event::m_stack_depth |
|
private |
The documentation for this class was generated from the following file: