Searched refs:aOpCodeAddressStack (Results 1 – 1 of 1) sorted by relevance
1079 int aOpCodeAddressStack[ nAlloc ]; // use of ADDRESS() function in RewriteMissingToPof() local1083 int* pOcas = (nAlloc < nTokens ? new int[nTokens] : &aOpCodeAddressStack[0]); in RewriteMissingToPof()1150 if (pOcas != &aOpCodeAddressStack[0]) in RewriteMissingToPof()
Completed in 20 milliseconds