Searched refs:pOcas (Results 1 – 1 of 1) sorted by relevance
1083 int* pOcas = (nAlloc < nTokens ? new int[nTokens] : &aOpCodeAddressStack[0]); in RewriteMissingToPof() local1103 if (pCtx[ pOcas[ i ] ].mnCurArg == nOmitAddressArg) in RewriteMissingToPof()1108 if (!(pOcas[ i ] == nFn && pCur->GetOpCode() == ocSep)) in RewriteMissingToPof()1120 pOcas[ nOcas++ ] = nFn; // entering ADDRESS() if PODF in RewriteMissingToPof()1125 if (nOcas > 0 && pOcas[ nOcas-1 ] == nFn) in RewriteMissingToPof()1133 if (nOcas && pOcas[ nOcas-1 ] == nFn && pCtx[ nFn ].mnCurArg == nOmitAddressArg) in RewriteMissingToPof()1150 if (pOcas != &aOpCodeAddressStack[0]) in RewriteMissingToPof()1151 delete [] pOcas; in RewriteMissingToPof()
Completed in 11 milliseconds