Home
last modified time | relevance | path

Searched refs:SetNode (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp651 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
655 return SetNode ? SetNode->hasAttribute(Kind) : false; in hasAttribute()
659 return SetNode ? SetNode->hasAttribute(Kind) : false; in hasAttribute()
663 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
667 return SetNode ? SetNode in getAttribute()
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h95 SetNode(nullptr); in ~BasicCrossThreadPersistent()
123 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
215 other.SetNode(nullptr); in operator =()
373 SetNode(nullptr); in AssignUnsafe()
381 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignUnsafe()
397 SetNode(nullptr); in AssignSafe()
401 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignSafe()
H A Dpersistent.h35 void SetNode(PersistentNode* node) { node_ = node; } in SetNode() function in cppgc::internal::PersistentBase
80 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in BasicPersistent()
113 other.SetNode(nullptr); in move()
152 other.SetNode(nullptr);
202 SetNode(nullptr); in Clear()
245 SetNode(nullptr); in Assign()
249 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in Assign()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h95 SetNode(nullptr); in ~BasicCrossThreadPersistent()
123 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
216 other.SetNode(nullptr); in operator =()
374 SetNode(nullptr); in AssignUnsafe()
382 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignUnsafe()
398 SetNode(nullptr); in AssignSafe()
402 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignSafe()
H A Dpersistent.h32 void SetNode(PersistentNode* node) { node_ = node; } in SetNode() function in cppgc::internal::PersistentBase
77 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in BasicPersistent()
110 other.SetNode(nullptr); in move()
150 other.SetNode(nullptr);
202 SetNode(nullptr); in Clear()
244 SetNode(nullptr); in Assign()
248 SetNode(WeaknessPolicy::GetPersistentRegion(GetValue()) in Assign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DAttributes.h223 AttributeSetNode *SetNode = nullptr; member in llvm::AttributeSet
226 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet()
237 bool operator==(const AttributeSet &O) const { return SetNode == O.SetNode; } in operator ==()
274 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes()
322 return (unsigned((uintptr_t)AS.SetNode) >> 4) ^ in getHashValue()
323 (unsigned((uintptr_t)AS.SetNode) >> 9); in getHashValue()

Completed in 14 milliseconds