Searched refs:NumStream (Results 1 – 4 of 4) sorted by relevance
674 std::ostringstream NumStream; in MakeLegalFunctionName() local675 NumStream << (int)NewName.at(pos); in MakeLegalFunctionName()676 NewName = NewName.replace(pos, 1, NumStream.str()); in MakeLegalFunctionName()
675 std::ostringstream NumStream; in MakeLegalFunctionName() local676 NumStream << (int)NewName.at(pos); in MakeLegalFunctionName()677 NewName = NewName.replace(pos, 1, NumStream.str()); in MakeLegalFunctionName()