Searched refs:tmpVar1 (Results 1 – 2 of 2) sorted by relevance
255 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local258 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()261 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()265 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()
251 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local254 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()257 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()261 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()