Searched refs:IntrusiveNodeBase (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist_node.h | 30 class IntrusiveNodeBase { 33 inline IntrusiveNodeBase(); 34 inline IntrusiveNodeBase(const IntrusiveNodeBase&); 35 inline IntrusiveNodeBase& operator=(const IntrusiveNodeBase&); 36 inline IntrusiveNodeBase(IntrusiveNodeBase&& that); 40 virtual ~IntrusiveNodeBase(); 42 IntrusiveNodeBase& operator=(IntrusiveNodeBase&& that); 110 inline IntrusiveNodeBase<NodeType>::IntrusiveNodeBase() in IntrusiveNodeBase() function 114 inline IntrusiveNodeBase<NodeType>::IntrusiveNodeBase( in IntrusiveNodeBase() function 115 const IntrusiveNodeBase&) { in IntrusiveNodeBase() argument [all …]
|
D | ilist.h | 52 std::is_base_of<IntrusiveNodeBase<NodeType>, NodeType>::value,
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 30 class IntrusiveNodeBase { 33 inline IntrusiveNodeBase(); 34 inline IntrusiveNodeBase(const IntrusiveNodeBase&); 35 inline IntrusiveNodeBase& operator=(const IntrusiveNodeBase&); 36 inline IntrusiveNodeBase(IntrusiveNodeBase&& that); 40 virtual ~IntrusiveNodeBase(); 42 IntrusiveNodeBase& operator=(IntrusiveNodeBase&& that); 110 inline IntrusiveNodeBase<NodeType>::IntrusiveNodeBase() in IntrusiveNodeBase() function 114 inline IntrusiveNodeBase<NodeType>::IntrusiveNodeBase( in IntrusiveNodeBase() function 115 const IntrusiveNodeBase&) { in IntrusiveNodeBase() argument [all …]
|
D | ilist.h | 52 std::is_base_of<IntrusiveNodeBase<NodeType>, NodeType>::value,
|
/external/deqp-deps/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 28 class TestNode : public IntrusiveNodeBase<TestNode> { 30 TestNode() : IntrusiveNodeBase<TestNode>() {} in TestNode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 48 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 57 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 104 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 124 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
|
D | instruction.h | 167 class Instruction : public utils::IntrusiveNodeBase<Instruction> { 176 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 517 using utils::IntrusiveNodeBase<Instruction>::InsertBefore;
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.cpp | 48 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 57 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 104 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 124 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
|
D | instruction.h | 167 class Instruction : public utils::IntrusiveNodeBase<Instruction> { 176 : utils::IntrusiveNodeBase<Instruction>(), in Instruction() 517 using utils::IntrusiveNodeBase<Instruction>::InsertBefore;
|