Searched refs:tmpVar1 (Results 1 – 1 of 1) sorted by relevance
142 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local144 this->fFunctionHeader += " " + absExpr.fType.name() + " " + tmpVar1 + ";\n"; in writeMinAbsHack()146 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()150 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()