Searched refs:RE_U64 (Results 1 – 1 of 1) sorted by relevance
30 static const std::regex RE_U64("[^ul](ul|ull)$"); variable45 if (std::regex_search(integer, RE_U64)) { in integralType()