Home
last modified time | relevance | path

Searched refs:aCheckRPN (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx1320 static const TokenCheck aCheckRPN[] = in testFormulaCompilerJumpReordering() local
1331 …_EQUAL_MESSAGE("Wrong RPN token count.", static_cast<sal_uInt16>(SAL_N_ELEMENTS(aCheckRPN)), nLen); in testFormulaCompilerJumpReordering()
1337 CPPUNIT_ASSERT_EQUAL(aCheckRPN[i].meOp, p->GetOpCode()); in testFormulaCompilerJumpReordering()
1338 if (aCheckRPN[i].meOp != ocIf ) in testFormulaCompilerJumpReordering()
1339 … CPPUNIT_ASSERT_EQUAL(static_cast<int>(aCheckRPN[i].meType), static_cast<int>(p->GetType())); in testFormulaCompilerJumpReordering()
1363 if (aCheckRPN[i].meOp == ocPush) in testFormulaCompilerJumpReordering()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_formula.cxx1035 static const TokenCheck aCheckRPN[] = in testFormulaCompilerJumpReordering() local
1046 …_EQUAL_MESSAGE("Wrong RPN token count.", static_cast<sal_uInt16>(SAL_N_ELEMENTS(aCheckRPN)), nLen); in testFormulaCompilerJumpReordering()
1052 CPPUNIT_ASSERT_EQUAL(aCheckRPN[i].meOp, p->GetOpCode()); in testFormulaCompilerJumpReordering()
1053 if (aCheckRPN[i].meOp != ocIf ) in testFormulaCompilerJumpReordering()
1054 … CPPUNIT_ASSERT_EQUAL(static_cast<int>(aCheckRPN[i].meType), static_cast<int>(p->GetType())); in testFormulaCompilerJumpReordering()
1078 if (aCheckRPN[i].meOp == ocPush) in testFormulaCompilerJumpReordering()