Home
last modified time | relevance | path

Searched refs:RE_U32 (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/tools/hidl/c2hal/
H A DExpression.cpp28 static const std::regex RE_U32("[^ul]u$"); variable
37 if (std::regex_search(integer, RE_U32)) { in integralType()