Searched refs:outputValue (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1465 Value* outputValue = NULL; local
1468 outputValue = new(std::nothrow) IntegerValue(primitive);
1470 outputValue = new(std::nothrow) FloatValue(
1475 if (outputValue != NULL) {
1476 valueReference.SetTo(outputValue, true);
1477 result->SetToPrimitive(outputValue);

Completed in 47 milliseconds