Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h19 TOKmul, enumerator
Dxfa_lexer.cpp88 {TOKmul, 0x0000002a, L"*"},
329 p->m_type = TOKmul; in Scan()
Dxfa_fmparse.cpp424 case TOKmul: in ParseMultiplicativeExpression()
429 line, TOKmul, std::move(e1), std::move(e2)); in ParseMultiplicativeExpression()
736 if (m_pToken->m_type == TOKmul) { in ParseIndexExpression()
Dxfa_simpleexpression.cpp434 case TOKmul: in ToJavaScript()