Searched refs:thisEntry (Results 1 – 4 of 4) sorted by relevance
75 Entry thisEntry = get(i); in compareTo() local77 int compare = thisEntry.compareTo(otherEntry); in compareTo()
147 Entry thisEntry = get(i); in compareTo() local149 int compare = thisEntry.compareTo(otherEntry); in compareTo()
2192 pANTLR3_TRIE_ENTRY thisEntry; in freeIntNode() local2218 thisEntry = node->buckets; in freeIntNode()2220 while (thisEntry != NULL) in freeIntNode()2222 nextEntry = thisEntry->next; in freeIntNode()2226 if (thisEntry->type == ANTLR3_HASH_TYPE_STR && thisEntry->freeptr != NULL) in freeIntNode()2228 thisEntry->freeptr(thisEntry->data.ptr); in freeIntNode()2233 ANTLR3_FREE(thisEntry); in freeIntNode()2234 thisEntry = nextEntry; /* See if there are any more to free */ in freeIntNode()
254 LocalEntry thisEntry = in decode0() local256 locals.add(thisEntry); in decode0()257 lastEntryForReg[curReg] = thisEntry; in decode0()