Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h37 UNSIGNED, // "unsigned" enumerator
H A Dlexer.cpp33 {"unsigned", TokenType::UNSIGNED },
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h45 UNSIGNED, // "unsigned" enumerator
H A Dlexer.cpp42 {"unsigned", TokenType::UNSIGNED },
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp779 case TokenType::UNSIGNED: in ParseType()
819 if (token.kind == TokenType::UNSIGNED) { in ParseBasicType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1026 case TokenType::UNSIGNED: in CheckBasicType()
1038 if (token.kind == TokenType::UNSIGNED) { in ParseBasicType()