Home
last modified time | relevance | path

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; in Evaluate() local
1468 outputValue = new(std::nothrow) IntegerValue(primitive); in Evaluate()
1470 outputValue = new(std::nothrow) FloatValue( in Evaluate()
1475 if (outputValue != NULL) { in Evaluate()
1476 valueReference.SetTo(outputValue, true); in Evaluate()
1477 result->SetToPrimitive(outputValue); in Evaluate()