Searched refs:thisE (Results 1 – 2 of 2) sorted by relevance
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()
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()