Home
last modified time | relevance | path

Searched refs:tmp_value (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_pool.h176 type tmp_value; \
182 sci_pool_get((this_pool), tmp_value); \
183 if (tmp_value != (the_value)) \
184 sci_pool_put((this_pool), tmp_value); \
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp73 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
75 ignore_breakpoints = tmp_value; in SetOptionValue()
85 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
87 allow_jit = tmp_value; in SetOptionValue()
105 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
107 unwind_on_error = tmp_value; in SetOptionValue()
141 bool tmp_value = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue() local
143 auto_apply_fixits = tmp_value ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
H A DCommandObjectThread.cpp1481 bool tmp_value = in SetOptionValue() local
1484 m_from_expression = tmp_value; in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp337 Value tmp_value(m_value); in ResolveValue() local
338 scalar = tmp_value.ResolveValue(&exe_ctx, GetModule().get()); in ResolveValue()