Home
last modified time | relevance | path

Searched refs: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
4465 OldRef; argument
4468 static inline UInt oldref_tsw (const OldRef* or) in oldref_tsw()
4493 static OldRef mru;
4494 static OldRef lru;
4511 static inline void OldRef_unchain(OldRef *r) in OldRef_unchain()
4521 static inline void OldRef_newest(OldRef *new) in OldRef_newest()
[all …]
/external/clang/lib/Sema/
DSemaType.cpp5421 const ReferenceType *OldRef = cast<ReferenceType>(Old); in wrap() local
5422 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap()
5423 if (isa<LValueReferenceType>(OldRef)) in wrap()
5424 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue()); in wrap()