Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueString.cpp78 std::string new_value(m_current_value); in SetValueFromString() local
83 new_value.append(str); in SetValueFromString()
85 new_value.append(std::string(value)); in SetValueFromString()
88 error = m_validator(new_value.c_str(), m_validator_baton); in SetValueFromString()
92 m_current_value.assign(new_value); in SetValueFromString()
133 std::string new_value(m_current_value); in AppendToCurrentValue() local
134 new_value.append(value); in AppendToCurrentValue()
138 m_current_value.assign(new_value); in AppendToCurrentValue()
DOptionValue.cpp281 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue() argument
284 option_value->SetCurrentValue(new_value); in SetBooleanValue()
297 char OptionValue::SetCharValue(char new_value) { in SetCharValue() argument
300 option_value->SetCurrentValue(new_value); in SetCharValue()
352 bool OptionValue::SetFormatValue(lldb::Format new_value) { in SetFormatValue() argument
355 option_value->SetCurrentValue(new_value); in SetFormatValue()
399 bool OptionValue::SetSInt64Value(int64_t new_value) { in SetSInt64Value() argument
402 option_value->SetCurrentValue(new_value); in SetSInt64Value()
415 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue() argument
418 option_value->SetCurrentValue(new_value); in SetStringValue()
[all …]
DOptionValueProperties.cpp308 const ExecutionContext *exe_ctx, uint32_t idx, bool new_value) { in SetPropertyAtIndexAsBoolean() argument
313 value->SetBooleanValue(new_value); in SetPropertyAtIndexAsBoolean()
341 const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) { in SetPropertyAtIndexAsEnumeration() argument
346 return value->SetEnumerationValue(new_value); in SetPropertyAtIndexAsEnumeration()
444 const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) { in SetPropertyAtIndexAsSInt64() argument
449 return value->SetSInt64Value(new_value); in SetPropertyAtIndexAsSInt64()
467 const ExecutionContext *exe_ctx, uint32_t idx, llvm::StringRef new_value) { in SetPropertyAtIndexAsString() argument
472 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()
497 const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value) { in SetPropertyAtIndexAsUInt64() argument
502 return value->SetUInt64Value(new_value); in SetPropertyAtIndexAsUInt64()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp46 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local
48 new_value = in SetFileSystemRepresentation()
50 reset(new_value); in SetFileSystemRepresentation()
55 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
63 new_value = in SetFileSystemRepresentationFromCFType()
67 reset(new_value); in SetFileSystemRepresentationFromCFType()
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp42 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local
44 new_value = in SetFileSystemRepresentation()
46 reset(new_value); in SetFileSystemRepresentation()
52 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
60 new_value = in SetFileSystemRepresentationFromCFType()
64 reset(new_value); in SetFileSystemRepresentationFromCFType()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAtomic.cpp45 sys::cas_flag new_value, in CompareAndSwap() argument
50 *ptr = new_value; in CompareAndSwap()
53 return __sync_val_compare_and_swap(ptr, old_value, new_value); in CompareAndSwap()
55 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValue.h267 bool SetBooleanValue(bool new_value);
271 char SetCharValue(char new_value);
286 bool SetFormatValue(lldb::Format new_value);
299 bool SetSInt64Value(int64_t new_value);
304 bool SetStringValue(llvm::StringRef new_value);
308 bool SetUInt64Value(uint64_t new_value);
DOptionValueProperties.h132 uint32_t idx, bool new_value);
143 uint32_t idx, int64_t new_value);
165 int64_t new_value);
171 uint64_t new_value);
178 llvm::StringRef new_value);
/openbsd/src/gnu/llvm/libunwind/src/
DUnwind-sjlj.c428 uintptr_t new_value) { in _Unwind_SetGR() argument
431 (void *)context, index, new_value); in _Unwind_SetGR()
433 ufc->resumeParameters[index] = new_value; in _Unwind_SetGR()
462 uintptr_t new_value) { in _Unwind_SetIP() argument
464 (void *)context, new_value); in _Unwind_SetIP()
466 ufc->resumeLocation = new_value - 1; in _Unwind_SetIP()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanPython.h49 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() argument
DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
DThreadPlanStepInRange.h37 static void SetDefaultFlagValue(uint32_t new_value);
/openbsd/src/gnu/llvm/libunwind/include/
Dunwind_itanium.h68 uintptr_t new_value);
70 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-windata.c253 Opaque new_value; in tui_check_data_values() local
260 has changed (data_element_ptr, frame, &new_value) in tui_check_data_values()
262 data_element_ptr->value = new_value; in tui_check_data_values()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cpp110 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \ in OSATOMIC_INTERCEPTORS_ARITHMETIC()
111 SCOPED_TSAN_INTERCEPTOR(f, old_value, new_value, ptr); \ in OSATOMIC_INTERCEPTORS_ARITHMETIC()
113 (volatile tsan_t *)ptr, (tsan_t *)&old_value, (tsan_t)new_value, \ in OSATOMIC_INTERCEPTORS_ARITHMETIC()
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/src/gnu/usr.bin/gcc/gcc/f/
Dtarget.c2387 ffetargetTypeless new_value = 0; in ffetarget_typeless_binary() local
2395 new_value <<= 1; in ffetarget_typeless_binary()
2396 if ((new_value >> 1) != value) in ffetarget_typeless_binary()
2399 new_value += c - '0'; in ffetarget_typeless_binary()
2402 value = new_value; in ffetarget_typeless_binary()
2431 ffetargetTypeless new_value = 0; in ffetarget_typeless_octal() local
2439 new_value <<= 3; in ffetarget_typeless_octal()
2440 if ((new_value >> 3) != value) in ffetarget_typeless_octal()
2443 new_value += c - '0'; in ffetarget_typeless_octal()
2446 value = new_value; in ffetarget_typeless_octal()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DAtomic.h37 cas_flag new_value,
/openbsd/src/usr.bin/tmux/
Darguments.c369 struct args_value *value, *new_value; in args_copy() local
382 new_value = xcalloc(1, sizeof *new_value); in args_copy()
383 args_copy_copy_value(new_value, value, argc, argv); in args_copy()
384 args_set(new_args, entry->flag, new_value, 0); in args_copy()
392 new_value = &new_args->values[i]; in args_copy()
393 args_copy_copy_value(new_value, &args->values[i], argc, argv); in args_copy()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanRunToAddress.cpp164 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() argument
165 m_stop_others = new_value; in SetStopOthers()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dssa-ccp.c313 unsigned int new_value = REGNO (dest); local
317 if (values[new_value].lattice_val != old_lattice_value
318 || values[new_value].const_value != values[old_value].const_value)
319 SET_BIT (ssa_edges, new_value);
322 values[new_value].lattice_val = old_lattice_value;
323 values[new_value].const_value = values[old_value].const_value;
/openbsd/src/gnu/llvm/llvm/runtimes/
DCMakeLists.txt101 string(REPLACE ";" "|" new_value "${${variableName}}")
102 list(APPEND ${target}_extra_args "-D${new_name}=${new_value}")
327 string(REPLACE ";" "|" new_value "${${variableName}}")
328 list(APPEND ${name}_extra_args "-D${new_name}=${new_value}")
336 string(REPLACE ";" "|" new_value "${${variableName}}")
337 list(APPEND ${name}_extra_args "-D${new_name}=${new_value}")
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-m68hc11.c577 unsigned new_value; in m68hc11_relax_group() local
623 new_value = (unsigned) bfd_get_8 (abfd, contents + offset + 1); in m68hc11_relax_group()
624 new_value += value; in m68hc11_relax_group()
625 if ((new_value & 0xff00) == 0 && bset_use_y == relax_ldy) in m68hc11_relax_group()
628 bfd_put_8 (abfd, new_value, contents + offset + 1); in m68hc11_relax_group()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-m68hc11.c576 unsigned new_value; in m68hc11_relax_group() local
622 new_value = (unsigned) bfd_get_8 (abfd, contents + offset + 1); in m68hc11_relax_group()
623 new_value += value; in m68hc11_relax_group()
624 if ((new_value & 0xff00) == 0 && bset_use_y == relax_ldy) in m68hc11_relax_group()
627 bfd_put_8 (abfd, new_value, contents + offset + 1); in m68hc11_relax_group()
/openbsd/src/sys/ddb/
Ddb_command.c927 db_expr_t new_value; in db_write_cmd() local
955 while (db_expression(&new_value)) { in db_write_cmd()
961 new_value, DB_FORMAT_N, 0, 8)); in db_write_cmd()
962 db_put_value(addr, size, new_value); in db_write_cmd()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleList.h62 bool SetEnableExternalLookup(bool new_value);
65 bool SetEnableLLDBIndexCache(bool new_value);

1234