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