HomeSort by relevance Sort by last modified time
    Searched refs:IsInAList (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/util/
ilist_node.h 45 inline bool IsInAList() const;
125 if (IsInAList()) {
145 assert(is_sentinel_ || !IsInAList());
156 inline bool IntrusiveNodeBase<NodeType>::IsInAList() const {
175 assert(pos->IsInAList() && "Pos should already be in a list.");
176 if (this->IsInAList()) this->RemoveFromList();
187 assert(pos->IsInAList() && "Pos should already be in a list.");
190 if (this->IsInAList()) {
203 assert(this->IsInAList() &&
219 assert(IsInAList() && "The node being replaced must be in a list.")
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
ilist_node.h 45 inline bool IsInAList() const;
125 if (IsInAList()) {
145 assert(is_sentinel_ || !IsInAList());
156 inline bool IntrusiveNodeBase<NodeType>::IsInAList() const {
175 assert(pos->IsInAList() && "Pos should already be in a list.");
176 if (this->IsInAList()) this->RemoveFromList();
187 assert(pos->IsInAList() && "Pos should already be in a list.");
190 if (this->IsInAList()) {
203 assert(this->IsInAList() &&
219 assert(IsInAList() && "The node being replaced must be in a list.")
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
ir_context.cpp 154 if (inst->IsInAList()) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ir_context.cpp 169 if (inst->IsInAList()) {

Completed in 615 milliseconds