Searched refs:softTypeIdLimit (Results 1 – 1 of 1) sorted by relevance
725 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options in mapNames() local734 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()744 static const std::uint32_t softTypeIdLimit = 19071; // small prime. TODO: get from options in mapFnBodies() local798 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()867 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()1404 static const std::uint32_t softTypeIdLimit = 3011; // small prime. TODO: get from options in mapTypeConst() local1415 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()