Home
last modified time | relevance | path

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

/external/lldb/test/lang/cpp/dynamic-value/
Dpass-to-base.cpp26 int tmp_value = anotherA.Value(); in doSomething() local
27 printf ("Also have another A at %p: %d.\n", &anotherA, tmp_value); // Break here in doSomething. in doSomething()
/external/lldb/source/Commands/
DCommandObjectExpression.cpp101 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); in SetOptionValue() local
103 ignore_breakpoints = tmp_value; in SetOptionValue()
123 bool tmp_value = Args::StringToBoolean(option_arg, true, &success); in SetOptionValue() local
125 unwind_on_error = tmp_value; in SetOptionValue()
DCommandObjectProcess.cpp1720 bool tmp_value = Args::StringToBoolean (option.c_str(), false, &success); in VerifyCommandOptionValue() local
1722 if (success && tmp_value) in VerifyCommandOptionValue()
1724 else if (success && !tmp_value) in VerifyCommandOptionValue()
DCommandObjectThread.cpp1286 bool tmp_value = Args::StringToBoolean (option_arg, false, &success); in SetOptionValue() local
1288 m_from_expression = tmp_value; in SetOptionValue()
/external/lldb/source/Core/
DValueObject.cpp455 Value tmp_value(m_value); in ResolveValue() local
456 scalar = tmp_value.ResolveValue(&exe_ctx); in ResolveValue()