Searched refs:sameAs (Results 1 – 5 of 5) sorted by relevance
357 int sameAs = -1; in build() local365 sameAs = j; // the other entry is already in the reverse table. in build()370 if ((sameAs == -1) && (partials[i] == 0)) { in build()
355 int sameAs = -1; in build() local363 sameAs = j; // the other entry is already in the reverse table. in build()368 if ((sameAs == -1) && (partials[i] == 0)) { in build()
609 int sameAs = -1; in build() local619 sameAs = j; // the other entry is already in the reverse table. in build()623 FB_TRACE("for partial same-",&ustrs[i],FALSE,sameAs); in build()626 if(sameAs == -1 && partials[i] == 0) { in build()
305 bool sameAs(const CopyOnWriteVector &V) const { return Data == V.Data; } in sameAs() function
718 if (CurrentLVarMap.sameAs(Map)) in mergeEntryMap()