Lines Matching refs:to_string
262 error(std::string("ID out of range: ") + std::to_string(id));
271 error(std::string("ID unused in module: ") + std::to_string(id));
276 error(std::string("ID already mapped: ") + std::to_string(id) + " -> "
277 + std::to_string(localId(id)));
283 error(std::string("ID already used in module: ") + std::to_string(newId));
287 msg(4, 4, std::string("map: ") + std::to_string(id) + " -> " + std::to_string(newId));
348 error(std::string("old ID not mapped: ") + std::to_string(id));
1427 msg(3, 4, std::string("ID bound: ") + std::to_string(bound()));