Home
last modified time | relevance | path

Searched refs:RE_DIGIT_SUFFIX (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp28 #define RE_DIGIT_SUFFIX "(u|l|ll|ul|ull|)$" macro
42 static std::regex g_binaryNumRe(RE_BIN_DIGIT RE_DIGIT_SUFFIX, std::regex_constants::icase);
43 static std::regex g_octNumRe(RE_OCT_DIGIT RE_DIGIT_SUFFIX, std::regex_constants::icase);
44 static std::regex g_decNumRe(RE_DEC_DIGIT RE_DIGIT_SUFFIX, std::regex_constants::icase);
45 static std::regex g_hexNumRe(RE_HEX_DIFIT RE_DIGIT_SUFFIX, std::regex_constants::icase);

Completed in 4 milliseconds