Home
last modified time | relevance | path

Searched defs:m_tag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h182 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
/freebsd/sys/sys/
H A Dmbuf.h124 struct m_tag { struct
126 u_int16_t m_tag_id; /* Tag ID */ argument
127 u_int16_t m_tag_len; /* Length of data */ argument
128 u_int32_t m_tag_cookie; /* ABI/Module ID */ argument
129 void (*m_tag_free)(struct m_tag *); argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5077 std::string m_tag; member in Catch::TestSpec::TagPattern