Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node.h55 using const_self_iterator = ilist_iterator<OptionsT, false, true>; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h58 typedef ilist_iterator<OptionsT, false, true> const_self_iterator; typedef