Searched refs:m_type (Results 51 - 75 of 120) sorted by relevance

12345

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp261 if (p_first->m_type == pat_trie_leaf_node_type)
268 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
363 if (m_a_p_children[i]->m_type == pat_trie_leaf_node_type)
366 _GLIBCXX_DEBUG_ASSERT(m_a_p_children[i]->m_type == pat_trie_internal_node_type);
408 if (p_nd->m_type == pat_trie_leaf_node_type)
517 if (p_pot->m_type == pat_trie_leaf_node_type)
519 _GLIBCXX_DEBUG_ASSERT(p_pot->m_type == pat_trie_internal_node_type);
542 if (p_pot->m_type == pat_trie_leaf_node_type)
544 _GLIBCXX_DEBUG_ASSERT(p_pot->m_type == pat_trie_internal_node_type);
581 _GLIBCXX_DEBUG_ASSERT(base_type::m_type
[all...]
H A Dconstructors_destructor_fn_imps.hpp174 if (p_other_nd->m_type == pat_trie_leaf_node_type)
186 _GLIBCXX_DEBUG_ASSERT(p_other_nd->m_type == pat_trie_internal_node_type);
H A Dleaf.hpp157 _GLIBCXX_DEBUG_ASSERT(base_type::m_type == pat_trie_leaf_node_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp33 m_type(), m_error(), m_options(), m_being_created(true) {
36 m_type = *type;
47 m_type = type_system_or_err->GetBuiltinTypeForEncodingAndBitSize(
108 if (!m_type.IsValid()) {
118 watch_address, m_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h530 virtual void SetType(Type type) { m_type = type; }
590 if (m_type == eTypeInvalid)
591 m_type = CalculateType();
592 return m_type;
656 Type m_type; member in class:lldb_private::ObjectFile
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dsanity_test.c54 enum type m_type; member in struct:test_data
66 switch (td->m_type) {
H A Dfs.h75 int m_type; member in struct:atf_fs_stat
H A Dprocess_test.c80 enum out_type m_type; member in struct:base_stream
86 .m_type = type }
134 switch (s->m_base.m_type) {
152 switch (s->m_base.m_type) {
187 switch (s->m_base.m_type) {
216 check_file(s->m_base.m_type);
241 switch (s->m_base.m_type) {
273 check_file(s->m_base.m_type);
317 switch (s->m_base.m_type) {
343 check_file(s->m_base.m_type);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h154 const CompilerType &GetCompilerType() { return m_type; }
191 CompilerType m_type; member in class:lldb_private::Watchpoint
/freebsd-11-stable/usr.sbin/ppp/
H A Dmbuf.h37 short m_type; /* MB_* below */ member in struct:mbuf
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h200 lldb::ErrorType m_type; ///< The type of the above error code. member in class:lldb_private::Status
H A DEvent.h202 uint32_t GetType() const { return m_type; }
204 void SetType(uint32_t new_type) { m_type = new_type; }
242 uint32_t m_type; // The bit describing this event member in class:lldb_private::Event
/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c145 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA)
188 if (m->m_type != MT_DATA && m->m_type != MT_OOBDATA)
956 o->m_type == m->m_type))) {
969 n->m_type == m->m_type) {
976 if (m->m_type != MT_DATA && m->m_type !
[all...]
H A Duipc_mbuf.c424 mn = m_gethdr(how, m->m_type);
426 mn = m_get(how, m->m_type);
477 n = m_gethdr(wait, m->m_type);
479 n = m_get(wait, m->m_type);
527 n = m_get(how, m->m_type);
545 o = m_get(how, m->m_type);
623 n = m_getcl(how, m->m_type, 0);
626 n = m_get(how, m->m_type);
816 m = m_get(M_NOWAIT, n->m_type);
860 m = m_get(M_NOWAIT, n->m_type);
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c91 int m_type; member in struct:tcshmodes
627 if (m->m_type != i) {
629 ttylist[z][m->m_type].t_name);
630 i = m->m_type;
631 st = len = strlen(ttylist[z][m->m_type].t_name);
675 ttylist[z][m->m_type].t_setmask |= m->m_value;
676 ttylist[z][m->m_type].t_clrmask &= ~m->m_value;
679 ttylist[z][m->m_type].t_setmask &= ~m->m_value;
680 ttylist[z][m->m_type].t_clrmask |= m->m_value;
683 ttylist[z][m->m_type]
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mbuf.c100 n = m_getcl(M_NOWAIT, m->m_type, 0);
104 n = m_get(M_NOWAIT, m->m_type);
130 n = m_get(M_NOWAIT, m->m_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1043 return m_type.IsValid() && m_kind != lldb::eMemberFunctionKindUnknown;
1052 CompilerType TypeMemberFunctionImpl::GetType() const { return m_type; }
1064 m_type.GetTypeName().AsCString("<unknown>"));
1068 m_type.GetTypeName().AsCString("<unknown>"));
1083 if (m_type)
1084 return m_type.GetFunctionReturnType();
1089 if (m_type)
1090 return m_type.GetNumberOfFunctionArguments();
1096 if (m_type)
1097 return m_type
[all...]
H A DDWARFCallFrameInfo.cpp148 : m_objfile(objfile), m_section_sp(section_sp), m_type(type) {}
260 if (length > 0 && ((m_type == DWARF && cie_id == UINT32_MAX) ||
261 (m_type == EH && cie_id == 0ul))) {
297 if (m_type == DWARF && cie_sp->version >= CFI_VERSION4) {
306 m_type == DWARF && cie_sp->version >= CFI_VERSION3
468 if ((cie_id == 0 && m_type == EH) || cie_id == UINT32_MAX || len == 0) {
482 if (m_type == DWARF)
550 assert(!(m_type == EH && 0 == cie_offset) && cie_offset != UINT32_MAX);
554 if (m_type == EH) {
/freebsd-11-stable/lib/libedit/
H A Dtty.c62 int m_type; member in struct:ttymodes_t
1198 if (m->m_type != i) {
1201 el->el_tty.t_t[z][m->m_type].t_name);
1202 i = m->m_type;
1204 strlen(el->el_tty.t_t[z][m->m_type].t_name);
1257 (p == NULL || m->m_type == MD_CHAR))
1278 el->el_tty.t_t[z][m->m_type].t_setmask |= m->m_value;
1279 el->el_tty.t_t[z][m->m_type].t_clrmask &= ~m->m_value;
1282 el->el_tty.t_t[z][m->m_type].t_setmask &= ~m->m_value;
1283 el->el_tty.t_t[z][m->m_type]
[all...]
/freebsd-11-stable/lib/libdevdctl/
H A Devent.cc179 if (rec->m_type == type)
322 : m_type(type),
329 : m_type(src.m_type),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1354 ret.m_type = Type::Register;
1362 ret.m_type = Type::Immediate;
1370 ret.m_type = Type::Immediate;
1384 ret.m_type = Type::Dereference;
1392 ret.m_type = Type::Sum;
1400 ret.m_type = Type::Product;
1429 return (op.m_type == Instruction::Operand::Type::Register &&
1438 if (op.m_type != Instruction::Operand::Type::Register) {
1449 return (op.m_type == Instruction::Operand::Type::Immediate &&
1458 if (op.m_type !
[all...]
/freebsd-11-stable/sys/dev/mse/
H A Dmse_cbus.c180 while (mse_types[i].m_type) {
182 sc->sc_mousetype = mse_types[i].m_type;
H A Dmse_isa.c218 while (mse_types[i].m_type) {
220 sc->sc_mousetype = mse_types[i].m_type;
/freebsd-11-stable/sys/xdr/
H A Dxdr_mbuf.c232 n = m_getcl(M_WAITOK, m->m_type, 0);
234 n = m_get(M_WAITOK, m->m_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h173 lldb::SectionType GetType() const { return m_type; }
241 lldb::SectionType m_type; // The type of this section member in class:lldb_private::Section

Completed in 168 milliseconds

12345