Home
last modified time | relevance | path

Searched refs:m_mode (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp87 m_impl.m_mode = Mode::Inlined; in Update()
120 m_impl.m_mode = Mode::Outsourced; in Update()
127 bool MightHaveChildren() override { return m_impl.m_mode != Mode::Invalid; } in MightHaveChildren()
146 switch (m_mode) { in GetNumIndexes()
160 switch (m_mode) { in GetIndexAtIndex()
287 switch (m_mode) { in Clear()
297 m_mode = Mode::Invalid; in Clear()
302 Mode m_mode = Mode::Invalid; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h45 /// \see m_mode
50 CompletionMode m_mode; variable
56 m_mode(mode) {} in Completion()
59 CompletionMode GetMode() const { return m_mode; } in GetMode()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 enum class Mode { Always, Default, Never } m_mode; member
30 return PointerDepth{m_mode, m_count - 1}; in Decremented()
31 return PointerDepth{m_mode, m_count}; in Decremented()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp55 result.append(std::to_string(static_cast<int>(m_mode))); in GetUniqueKey()
/freebsd/sys/dev/scc/
H A Dscc_bfe.h72 u_int m_mode; member
H A Dscc_core.c195 m->m_mode = 1U << mode; in scc_bfe_attach()
196 if ((cl->cl_modes & m->m_mode) == 0 || ch->ch_sysdev) in scc_bfe_attach()
483 *result = m->m_mode; in scc_bus_read_ivar()
/freebsd/usr.bin/tftp/
H A Dmain.c154 const char *m_mode; member
264 settftpmode(modes[i].m_mode); in urihandling()
383 settftpmode(p->m_mode); in modecmd()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp506 switch (m_mode) { in CanAllowExpansion()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5144 Mode m_mode = None; member in Catch::TestSpecParser
14410 m_mode = None; in parse()
14432 if( (m_mode != EscapedName) && (c == '\\') ) { in visitChar()
14436 }else if((m_mode != EscapedName) && (c == ',') ) { in visitChar()
14440 switch( m_mode ) { in visitChar()
14504 m_mode = mode; in startNewMode()
14507 switch( m_mode ) { in endMode()
14523 m_mode = EscapedName; in escape()
14527 switch( m_mode ) { in isControlChar()
14551 lastMode = m_mode; in saveLastMode()
[all …]