Searched refs:m_first (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp41 ValueObject* m_first = nullptr; member in class:__anon1224::BitsetFrontEnd
60 m_first = nullptr;
73 m_first = m_backend.GetChildMemberWithName(ConstString("__first_"), true).get();
78 if (idx >= m_elements.size() || !m_first)
88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) {
93 chunk = m_first->GetChildAtIndex(idx / *bit_size, true);
95 type = m_first->GetCompilerType();
96 chunk = m_first->GetSP();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp18 if (m_first) {
21 m_first = false;
H A DCppModuleConfiguration.h28 bool m_first = true; member in class:lldb_private::CppModuleConfiguration::SetOncePath
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c1449 struct mbuf *m_first, *m_last; local
1468 m_first = m_getcl(how, MT_DATA, M_PKTHDR);
1469 if (m_first == NULL)
1472 if (m_dup_pkthdr(m_first, m0, how) == 0)
1475 m_last = m_first;
1497 m0 = m_first;
1500 if (m_first)
1501 m_freem(m_first);

Completed in 73 milliseconds