Home
last modified time | relevance | path

Searched refs:IsLocalGslOwner (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp1012 bool IsLocalGslOwner = false; in checkExprLifetimeImpl() local
1020 IsLocalGslOwner = isRecordWithAttr<OwnerAttr>(L->getType()); in checkExprLifetimeImpl()
1021 if (pathContainsInit(Path) || !IsLocalGslOwner) in checkExprLifetimeImpl()
1152 if (IsLocalGslOwner && pathOnlyHandlesGslPointer(Path)) in checkExprLifetimeImpl()