Searched refs:nOpSize (Results 1 – 1 of 1) sorted by relevance
755 size_t nOpSize = maOperandSizeStack.back(); in popOperandSize() local757 return nOpSize; in popOperandSize()830 size_t nOpSize = popOperandSize(); in pushUnaryPreOperatorToken() local831 size_t nSpacesSize = insertWhiteSpaceTokens( pSpaces, nOpSize ); in pushUnaryPreOperatorToken()832 insertRawToken( nOpCode, nOpSize ); in pushUnaryPreOperatorToken()833 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPreOperatorToken()843 size_t nOpSize = popOperandSize(); in pushUnaryPostOperatorToken() local846 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPostOperatorToken()870 size_t nOpSize = popOperandSize(); in pushParenthesesOperatorToken() local871 size_t nSpacesSize = insertWhiteSpaceTokens( pOpeningSpaces, nOpSize ); in pushParenthesesOperatorToken()[all …]