Home
last modified time | relevance | path

Searched defs:OldRef (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/helgrind/
Dlibhb_core.c4457 struct OldRef { struct
4458 struct OldRef *ht_next; // to link hash table nodes together. argument
4460 struct OldRef *prev; // to refs older than this one argument
4461 struct OldRef *next; // to refs newer that this one argument
4462 UWord stamp; // allows to order (by time of access) 2 OldRef argument
4465 OldRef; argument
/external/clang/lib/Sema/
DSemaType.cpp5731 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local