Searched refs:ocNegSub (Results 1 – 10 of 10) sorted by relevance
177 << ocNegSub << eParam[ 2 ]; in DoFunc()344 aPool << ocNegSub << ocOpen << rParam << ocClose; in NegToken()463 aPool << ocOpen << ocNegSub << aStack << ocClose; in Convert()947 ocNegSub, // 8 Negation in IndexToToken()1484 ocNegSub, // 14 Negation in IndexToTokenWK123()
372 aPool << ocNegSub << aStack; in Convert()399 { ocNegSub, FT_Neg }, // 0x08
91 ocNegSub = SC_OPCODE_NEG_SUB, enumerator
1498 case ocNegSub : in MergeArray()1565 case ocNegSub : in MergeArray()
151 { ocNegSub, {{ Array }, 0 }},
2589 if (bFound && ((eOp = pRawToken->GetOpCode()) == ocSub || eOp == ocNegSub)) in IsOpCode()2592 (eLastOp == ocOpen || eLastOp == ocSep || eLastOp == ocNegSub || in IsOpCode()2597 pRawToken->NewOpCode( ocNegSub ); in IsOpCode()2599 else if (!bShouldBeNegSub && eOp == ocNegSub) in IsOpCode()
3471 case ocNegSub : in Interpret()
241 aPool << ocNegSub << aStack; in Convert()
345 aPool << ocNegSub << aStack; in Convert()
917 case ocNegSub: return EXC_TOKID_UMINUS; // -(1) in lclGetUnaryPreTokenId()
Completed in 149 milliseconds