OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ilist_node_with_parent
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
ilist_node.h
76
class
ilist_node_with_parent
: public ilist_node<NodeTy> {
class in namespace:llvm
78
ilist_node_with_parent
() = default;
103
return const_cast<
ilist_node_with_parent
*>(this)->getPrevNode();
116
return const_cast<
ilist_node_with_parent
*>(this)->getNextNode();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ilist_node.h
257
class
ilist_node_with_parent
: public ilist_node<NodeTy, Options...> {
class in namespace:llvm
259
ilist_node_with_parent
() = default;
285
return const_cast<
ilist_node_with_parent
*>(this)->getPrevNode();
299
return const_cast<
ilist_node_with_parent
*>(this)->getNextNode();
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node.h
243
class
ilist_node_with_parent
: public ilist_node<NodeTy, Options...> {
class in namespace:llvm
245
ilist_node_with_parent
() = default;
270
return const_cast<
ilist_node_with_parent
*>(this)->getPrevNode();
283
return const_cast<
ilist_node_with_parent
*>(this)->getNextNode();
Completed in 5723 milliseconds