Searched refs:tmpVar2 (Results 1 – 2 of 2) sorted by relevance
256 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local260 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()263 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()265 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()