Searched refs:RE_S64 (Results 1 – 1 of 1) sorted by relevance
29 static const std::regex RE_S64("[^ul](l|ll)$"); variable41 if (std::regex_search(integer, RE_S64)) { in integralType()