Home
last modified time | relevance | path

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

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