Home
last modified time | relevance | path

Searched defs:NodeWithCallback (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DIListTest.cpp161 struct NodeWithCallback : ilist_node<NodeWithCallback> { struct
162 int Value = 0;
163 bool IsInList = false;
164 bool WasTransferred = false;
167 NodeWithCallback(int Value) : Value(Value) {} in NodeWithCallback() argument