Lines Matching defs:IsReadonly
190 lookup32(ValueKind Kind, bool IsReadonly, IdentTy *Ident, bool ForceTeamState) {
193 if (IsReadonly)
197 if (IsReadonly)
201 if (IsReadonly)
205 if (IsReadonly)
209 if (IsReadonly)
213 if (IsReadonly)
227 lookupPtr(ValueKind Kind, bool IsReadonly, bool ForceTeamState) {
241 return lookup(/*IsReadonly=*/true, /*IdentTy=*/nullptr,
263 ASSERT(lookup(/*IsReadonly=*/true, Ident, ForceTeamState) == V, nullptr);
268 lookup(bool IsReadonly, IdentTy *Ident, bool ForceTeamState) {
269 Ty &t = lookup32(Kind, IsReadonly, Ident, ForceTeamState);
274 return (lookup(/*IsReadonly=*/false, Ident, /*ForceTeamState=*/false) +=
279 return (lookup(/*IsReadonly=*/false, Ident, /*ForceTeamState=*/false) =
291 return lookup(/*IsReadonly=*/true, /*IdentTy=*/nullptr,
301 Ty &lookup(bool IsReadonly, IdentTy *, bool ForceTeamState) {
302 return lookupPtr(Kind, IsReadonly, ForceTeamState);
306 return (lookup(/*IsReadonly=*/false, /*IdentTy=*/nullptr,
316 : Ptr(Active ? &V.lookup(/*IsReadonly=*/false, Ident, ForceTeamState)