Home
last modified time | relevance | path

Searched refs:HasAccess (Results 1 – 14 of 14) 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/objects/
Dprototype-inl.h70 bool PrototypeIterator::HasAccess() const { in HasAccess() function
112 if (!HasAccess()) { in AdvanceFollowingProxies()
Dprototype.h48 inline bool HasAccess() const;
Dlookup.h141 bool HasAccess() const;
Djs-objects.cc96 if (it->HasAccess()) break; in HasProperty()
146 if (!it->isolate()->context().is_null() && it->HasAccess()) continue; in GetDataProperty()
592 if (it->HasAccess()) break; in GetPropertyAttributes()
806 if (it->HasAccess()) break; in DeleteProperty()
1017 if (!it.HasAccess()) { in OrdinaryDefineOwnProperty()
1563 if (it->HasAccess()) { in GetPropertyDescriptorWithInterceptor()
3294 if (!it->HasAccess()) { in DefineOwnPropertyIgnoreAttributes()
4259 if (!it->HasAccess()) { in DefineAccessor()
4297 if (!it.HasAccess()) { in SetAccessor()
Dlookup.cc163 bool LookupIterator::HasAccess() const { in HasAccess() function in v8::internal::LookupIterator
Dobjects.cc1115 if (it->HasAccess()) break; in GetProperty()
2472 if (it->HasAccess()) break; in SetPropertyInternal()
2623 if (!own_lookup.HasAccess()) { in SetSuperProperty()
/external/v8/src/runtime/
Druntime-forin.cc92 if (it.HasAccess()) continue; in HasEnumerableProperty()
/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/builtins/
Dpromise-misc.tq253 goto HasAccess;
271 } label HasAccess {}
Dbuiltins-object.cc125 if (it.HasAccess()) continue; in ObjectLookupAccessor()
Daccessors.cc94 CHECK(it.HasAccess()); in ReplaceAccessorWithDataProperty()
/external/v8/src/ic/
Dic.cc201 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) { in LookupForRead()
2889 DCHECK(it.state() != LookupIterator::ACCESS_CHECK || it.HasAccess()); in RUNTIME_FUNCTION()
2945 DCHECK(it.HasAccess()); in RUNTIME_FUNCTION()