Searched refs:old_value (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAtomic.cpp46 sys::cas_flag old_value) {
49 if (result == old_value)
53 return __sync_val_compare_and_swap(ptr, old_value, new_value);
55 return InterlockedCompareExchange(ptr, new_value, old_value);
44 CompareAndSwap(volatile sys::cas_flag* ptr, sys::cas_flag new_value, sys::cas_flag old_value) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DAtomic.h38 cas_flag old_value);
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanTracer.h41 bool old_value = m_enabled; local
43 if (old_value == false && value == true)
45 else if (old_value == true && value == false)
48 return old_value;
H A DThreadPlan.h399 bool old_value = m_is_controlling_plan; local
401 return old_value;
H A DTarget.h1372 bool old_value = m_suppress_stop_hooks; local
1374 return old_value;
/openbsd-current/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A Druntime.c105 unsigned long int old_value = *(volatile unsigned long int *)where;
106 if ((old_value & BLOCK_REFCOUNT_MASK) == BLOCK_REFCOUNT_MASK) {
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
110 return old_value+1;
118 int old_value = *(volatile int *)where; local
119 if ((old_value & BLOCK_REFCOUNT_MASK) == BLOCK_REFCOUNT_MASK) {
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
123 return old_value
147 int old_value = *(volatile int *)where; local
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DPredicate.h96 const T old_value = m_value; local
99 Broadcast(old_value, broadcast_type);
203 /// depending on the \a old_value and on the \a broadcast_type.
213 void Broadcast(T old_value, PredicateBroadcastType broadcast_type) { argument
216 ((broadcast_type == eBroadcastOnChange) && old_value != m_value);
218 printf("%s (old_value = 0x%8.8x, broadcast_type = %i) m_value = 0x%8.8x, "
220 __FUNCTION__, old_value, broadcast_type, m_value, broadcast);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectCast.cpp66 Value old_value(m_value);
76 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
77 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectVariable.cpp162 Value old_value(m_value);
227 SetValueDidChange(value_type != old_value.GetValueType() ||
228 m_value.GetScalar() != old_value.GetScalar());
237 SetValueDidChange(value_type != old_value.GetValueType() ||
238 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectMemory.cpp166 Value old_value(m_value);
204 SetValueDidChange(value_type != old_value.GetValueType() ||
205 m_value.GetScalar() != old_value.GetScalar());
H A DValueObjectDynamicValue.cpp203 Value old_value(m_value);
254 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() ||
255 m_value.GetScalar() != old_value.GetScalar());
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h121 bool old_value = m_permissions[permission]; local
124 return old_value;
/openbsd-current/gnu/lib/libreadline/
H A Dhistory.c276 HIST_ENTRY *temp, *old_value; local
282 old_value = the_history[which];
288 return (old_value);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp110 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \
111 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \
113 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
117 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
119 SCOPED_TSAN_INTERCEPTOR(f##Barrier, old_value, new_value, ptr); \
121 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h502 const bool old_value = m_batch_command_mode; local
504 return old_value;
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp348 uptr old_value = *tls_ptr; local
357 *tls_ptr = old_value;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dssa-ccp.c312 unsigned int old_value = REGNO (src);
313 latticevalue old_lattice_value = values[old_value].lattice_val;
319 || values[new_value].const_value != values[old_value].const_value)
324 values[new_value].const_value = values[old_value].const_value;
311 unsigned int old_value = REGNO (src); local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c588 char old_value[MAX_REGISTER_SIZE];
591 regcache_raw_collect (current_regcache, regnum, old_value);
603 regcache_raw_supply (current_regcache, regnum, old_value);
585 char old_value[MAX_REGISTER_SIZE]; local
H A Dtarget.c1554 struct section_table *old_value; local
1557 old_value = target->to_sections;
1575 If old_value was null, then no one was. */
1577 if (old_value)
1582 if ((*t)->to_sections == old_value)
1590 if (current_target.to_sections == old_value)
/openbsd-current/sys/ddb/
H A Ddb_command.c918 db_expr_t old_value; local
948 old_value = db_get_value(addr, size, 0);
951 old_value, DB_FORMAT_N, 0, 8));
/openbsd-current/gnu/gcc/gcc/cp/
H A Dclass.c1170 tree old_value;
1174 old_value = lookup_member (t, name, /*protect=*/0, /*want_type=*/false);
1175 if (old_value)
1177 if (is_overloaded_fn (old_value))
1178 old_value = OVL_CURRENT (old_value);
1180 if (DECL_P (old_value) && DECL_CONTEXT (old_value) == t)
1183 old_value = NULL_TREE;
1191 if (! old_value)
1168 tree old_value; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c1182 tree old_value;
1217 old_value = IDENTIFIER_CLASS_VALUE (name);
1218 if (old_value)
1220 if (is_overloaded_fn (old_value))
1221 old_value = OVL_CURRENT (old_value);
1223 if (DECL_P (old_value) && DECL_CONTEXT (old_value) == t)
1226 old_value = NULL_TREE;
1232 if (! old_value)
1180 tree old_value; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d30v.c2142 valueT old_value; local
2148 old_value = S_GET_VALUE (label);
2165 && S_GET_VALUE (sym) == old_value)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c1551 valueT old_value; local
1557 old_value = S_GET_VALUE (label);
1574 && S_GET_VALUE (sym) == old_value)
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py602 f"'{old_value}' -> '{new_value}'"
603 for key, (old_value, new_value) in diffs.items()]

Completed in 471 milliseconds

12