Searched refs:count_value (Results 1 – 3 of 3) sorted by relevance
272 Value count_value; // unsigned long count in NotifyBreakpointHit() local288 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()289 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()291 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()292 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit()299 argument_values.PushValue(count_value); in NotifyBreakpointHit()
575 auto count_value = in GetBacktraceThreadFromException() local577 if (!count_value) in GetBacktraceThreadFromException()579 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
114 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() local243 count_value = 8; in FinalizeSettings()264 count_value = 4; in FinalizeSettings()