#include <paths.h>
◆ meaning() [1/4]
| diagnostics::paths::event::meaning::meaning |
( |
| ) |
|
|
inline |
◆ meaning() [2/4]
| diagnostics::paths::event::meaning::meaning |
( |
enum verb | verb | ) |
|
|
inline |
◆ meaning() [3/4]
| diagnostics::paths::event::meaning::meaning |
( |
enum verb | verb, |
|
|
enum noun | noun ) |
|
inline |
◆ meaning() [4/4]
| diagnostics::paths::event::meaning::meaning |
( |
enum verb | verb, |
|
|
enum property | property ) |
|
inline |
◆ dump_to_pp()
◆ maybe_get_noun_str()
| const char * event::meaning::maybe_get_noun_str |
( |
enum noun | n | ) |
|
|
static |
◆ maybe_get_property_str()
| const char * event::meaning::maybe_get_property_str |
( |
enum property | p | ) |
|
|
static |
◆ maybe_get_verb_str()
| const char * event::meaning::maybe_get_verb_str |
( |
enum verb | v | ) |
|
|
static |
Get a string (or nullptr) for V suitable for use within a SARIF
threadFlowLocation "kinds" property (SARIF v2.1.0 section 3.38.8).
References diagnostics::paths::event::acquire, diagnostics::paths::event::branch, diagnostics::paths::event::call, diagnostics::paths::event::catch_, diagnostics::paths::event::danger, diagnostics::paths::event::enter, diagnostics::paths::event::exit, gcc_unreachable, diagnostics::paths::event::longjmp_, diagnostics::paths::event::release, diagnostics::paths::event::return_, diagnostics::paths::event::setjmp_, diagnostics::paths::event::throw_, diagnostics::paths::event::unknown, and diagnostics::paths::event::unwind_.
Referenced by dump_to_pp().
◆ m_noun
| enum noun diagnostics::paths::event::meaning::m_noun |
◆ m_property
| enum property diagnostics::paths::event::meaning::m_property |
◆ m_verb
| enum verb diagnostics::paths::event::meaning::m_verb |
The documentation for this struct was generated from the following files: