Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h85 PERCENT_SIGN, // "%"" member in OHOS::Idl::TokenType
H A Dlexer.cpp83 {"%", TokenType::PERCENT_SIGN },
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1682 token.kind == TokenType::STAR || token.kind == TokenType::SLASH || token.kind == TokenType::PERCENT_SIGN) { in ParseMulExpr()
1687 } else if (token.kind == TokenType::PERCENT_SIGN) { in ParseMulExpr()

Completed in 5 milliseconds