Home
last modified time | relevance | path

Searched refs:m_old_state (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DHost.cpp125 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
127 m_old_state = -1; in ScopedPThreadCancelDisabler()
133 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
134 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
138 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DHost.cpp125 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
127 m_old_state = -1; in ScopedPThreadCancelDisabler()
133 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
134 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
138 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc122 if (change.m_old_state == m_sm.get_start_state () in describe_state_change()
126 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc107 if (change.m_old_state == m_sm.m_start in describe_state_change()
111 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc107 if (change.m_old_state == m_sm.m_start in describe_state_change()
111 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc122 if (change.m_old_state == m_sm.get_start_state () in describe_state_change()
126 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc107 if (change.m_old_state == m_sm.m_start in describe_state_change()
111 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
H A Dsm-file.cc122 if (change.m_old_state == m_sm.get_start_state () in describe_state_change()
126 if (change.m_old_state == m_sm.m_unchecked in describe_state_change()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/common/
H A DHost.cpp126 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler()
128 m_old_state = -1; in ScopedPThreadCancelDisabler()
134 if (m_old_state != -1) in ~ScopedPThreadCancelDisabler()
135 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
139 int m_old_state; // Save the old cancelability state. member in ScopedPThreadCancelDisabler
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dpending-diagnostic.h56 m_old_state (old_state), m_new_state (new_state), in state_change()
64 state_machine::state_t m_old_state; member
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtileweb.h355 : m_new_state(state), m_old_state(tiles.get_ui_state()) in tiles_ui_control()
363 tiles.set_ui_state(m_old_state); in ~tiles_ui_control()
368 WebtilesUIState m_old_state; variable
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Gizmos/
H A DGLGizmoPainterBase.cpp484 if (m_state == m_old_state) in on_set_state()
487 if (m_state == On && m_old_state != On) { // the gizmo was just turned on in on_set_state()
495 if (m_state == Off && m_old_state != Off) { // the gizmo was just turned Off in on_set_state()
503 m_old_state = m_state; in on_set_state()

123