Searched refs:IsLocalGslOwner (Results 1 – 1 of 1) sorted by relevance
1012 bool IsLocalGslOwner = false; in checkExprLifetimeImpl() local1020 IsLocalGslOwner = isRecordWithAttr<OwnerAttr>(L->getType()); in checkExprLifetimeImpl()1021 if (pathContainsInit(Path) || !IsLocalGslOwner) in checkExprLifetimeImpl()1152 if (IsLocalGslOwner && pathOnlyHandlesGslPointer(Path)) in checkExprLifetimeImpl()