Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h45 inline bool IsInAList() const;
125 if (IsInAList()) {
145 assert(is_sentinel_ || !IsInAList()); in ~IntrusiveNodeBase()
156 inline bool IntrusiveNodeBase<NodeType>::IsInAList() const { in IsInAList() function
175 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertBefore()
176 if (this->IsInAList()) this->RemoveFromList(); in InsertBefore()
187 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertAfter()
190 if (this->IsInAList()) { in InsertAfter()
203 assert(this->IsInAList() && in RemoveFromList()
219 assert(IsInAList() && "The node being replaced must be in a list."); in ReplaceWith()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h45 inline bool IsInAList() const;
125 if (IsInAList()) {
145 assert(is_sentinel_ || !IsInAList()); in ~IntrusiveNodeBase()
156 inline bool IntrusiveNodeBase<NodeType>::IsInAList() const { in IsInAList() function
175 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertBefore()
176 if (this->IsInAList()) this->RemoveFromList(); in InsertBefore()
187 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertAfter()
190 if (this->IsInAList()) { in InsertAfter()
203 assert(this->IsInAList() && in RemoveFromList()
219 assert(IsInAList() && "The node being replaced must be in a list."); in ReplaceWith()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp205 if (inst->IsInAList()) { in KillInst()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp205 if (inst->IsInAList()) { in KillInst()