Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp26 #define RE_DEC_DIGIT "[0-9]+" // decimal digit macro
39 "(" RE_DEC_DIGIT ")_(" RE_DEC_DIGIT ")");
41 RE_IDENTIFIER "(?:\\." RE_IDENTIFIER ")*\\.[V|v]" RE_DEC_DIGIT "_" RE_DEC_DIGIT "." RE_IDENTIFIER);
44 static std::regex g_decNumRe(RE_DEC_DIGIT RE_DIGIT_SUFFIX, std::regex_constants::icase);

Completed in 3 milliseconds