Home
last modified time | relevance | path

Searched refs:IntrusiveNodeBase (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h30 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 …]
Dilist.h52 std::is_base_of<IntrusiveNodeBase<NodeType>, NodeType>::value,
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h30 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 …]
Dilist.h52 std::is_base_of<IntrusiveNodeBase<NodeType>, NodeType>::value,
/external/deqp-deps/SPIRV-Tools/test/util/
Dilist_test.cpp28 class TestNode : public IntrusiveNodeBase<TestNode> {
30 TestNode() : IntrusiveNodeBase<TestNode>() {} in TestNode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp48 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
57 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
104 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
124 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
Dinstruction.h167 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/
Dinstruction.cpp48 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
57 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
104 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
124 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
Dinstruction.h167 class Instruction : public utils::IntrusiveNodeBase<Instruction> {
176 : utils::IntrusiveNodeBase<Instruction>(), in Instruction()
517 using utils::IntrusiveNodeBase<Instruction>::InsertBefore;