Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp33 friend struct HasAccess;
42 struct HasAccess { struct
44 HasAccess(HasAccess&&); argument
46 HasAccess::HasAccess(HasAccess&&) = default;
Dp11.0x.copy.cpp35 friend struct HasAccess;
44 struct HasAccess { struct
48 HasAccess HAa; argument
49 HasAccess HAb(HAa);
/external/v8/src/
Dprototype-inl.h71 bool PrototypeIterator::HasAccess() const { in HasAccess() function
112 if (!HasAccess()) { in AdvanceFollowingProxies()
Dprototype.h46 inline bool HasAccess() const;
Dlookup.h155 bool HasAccess() const;
Daccessors.cc90 CHECK(it.HasAccess()); in ReplaceAccessorWithDataProperty()
811 CHECK(it.HasAccess()); in IsAccessor()
Dlookup.cc241 bool LookupIterator::HasAccess() const { in HasAccess() function in v8::internal::LookupIterator
Dobjects.cc986 if (it->HasAccess()) break; in HasProperty()
1050 if (it->HasAccess()) break; in GetProperty()
1199 if (it->isolate()->context() != nullptr && it->HasAccess()) continue; in GetDataProperty()
5018 if (it->HasAccess()) break; in SetPropertyInternal()
5166 if (!own_lookup.HasAccess()) { in SetSuperProperty()
6260 if (!it->HasAccess()) { in DefineOwnPropertyIgnoreAttributes()
6381 if (it->HasAccess()) break; in GetPropertyAttributes()
6892 if (it->HasAccess()) break; in DeleteProperty()
7109 if (!it.HasAccess()) { in OrdinaryDefineOwnProperty()
7866 if (it->HasAccess()) { in GetPropertyDescriptorWithInterceptor()
[all …]
/external/clang/lib/Sema/
DSemaAccess.cpp728 static AccessResult HasAccess(Sema &S, in HasAccess() function
973 switch (HasAccess(S, EC, NC, PathAccess, Target)) { in FindBestPath()
1168 switch (HasAccess(S, EC, declaringClass, accessSoFar, entity)) { in DiagnoseAccessPath()
1211 switch (HasAccess(S, EC, derivingClass, accessSoFar, entity)) { in DiagnoseAccessPath()
1328 switch (HasAccess(S, EC, NamingClass, UnprivilegedAccess, Entity)) { in IsAccessible()
1357 switch (HasAccess(S, EC, DeclaringClass, FinalAccess, Entity)) { in IsAccessible()
/external/v8/src/runtime/
Druntime-forin.cc87 if (it.HasAccess()) continue; in HasEnumerableProperty()
/external/v8/src/builtins/
Dbuiltins-object.cc123 if (it.HasAccess()) continue; in ObjectLookupAccessor()
/external/v8/src/ic/
Dic.cc232 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) { in LookupForRead()
2682 DCHECK(it.state() != LookupIterator::ACCESS_CHECK || it.HasAccess()); in RUNTIME_FUNCTION()
2743 DCHECK(it.HasAccess()); in RUNTIME_FUNCTION()