Searched refs:tmpVar2 (Results 1 – 2 of 2) sorted by relevance
239 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local243 this->getTypeName(otherExpr.type()) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()246 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()248 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()
252 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local256 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()259 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()261 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()