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

/external/clang/lib/Sema/
H A DSemaType.cpp5731 const ReferenceType *OldRef = cast<ReferenceType>(Old); local
5732 QualType New = wrap(C, OldRef->getPointeeType(), I);
5733 if (isa<LValueReferenceType>(OldRef))
5734 return C.getLValueReferenceType(New, OldRef->isSpelledAsLValue());
/external/valgrind/helgrind/
H A Dlibhb_core.c4200 purposes, each OldRef in the hash table is also on a doubly
4201 linked list maintaining the order in which the OldRef were most
4203 Each OldRef also maintains the stamp at which it was last accessed.
4204 With these stamps, we can quickly check which of 2 OldRef is the
4205 'newest', without having to scan the full list of LRU OldRef.
4207 The important part of an OldRef is, however, its acc component.
4210 We allocate a maximum of VG_(clo_conflict_cache_size) OldRef.
4211 Then we do exact LRU discarding. For each discarded OldRef we must
4426 /// A hashtable guest-addr -> OldRef, that refers to (1)
4430 /// OldRef i
4457 struct OldRef { struct
4465 OldRef; typedef in typeref:struct:OldRef
[all...]

Completed in 108 milliseconds