Searched refs:thisE (Results 1 – 3 of 3) sorted by relevance
200 pANTLR3_EXCEPTION thisE; in freeBR() local216 thisE = recognizer->state->exception; in freeBR()217 if (thisE != NULL) in freeBR()219 thisE->freeEx(thisE); in freeBR()2146 pANTLR3_EXCEPTION thisE = recognizer->state->exception; in reset() local2147 if (thisE != NULL) in reset()2149 thisE->freeEx(thisE); in reset()
731 Entry thisE = null; in outerProduct() local732 while (thisIt.hasNext() && (thisE = thisIt.next()) != null) { in outerProduct()736 product.setEntry(thisE.getIndex(), otherE.getIndex(), in outerProduct()737 thisE.getValue() * otherE.getValue()); in outerProduct()
902 ExceptionBaseType* thisE = m_state->get_exception(); local903 if (thisE != NULL)905 delete thisE;