Searched defs:OldRef (Results 1 – 2 of 2) sorted by relevance
4457 struct OldRef { struct4458 struct OldRef *ht_next; // to link hash table nodes together. argument4460 struct OldRef *prev; // to refs older than this one argument4461 struct OldRef *next; // to refs newer that this one argument4462 UWord stamp; // allows to order (by time of access) 2 OldRef argument4465 OldRef; argument
5731 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local