OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasGetNext
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ilist.h
102
template <class TraitsT, class NodeT> struct
HasGetNext
{
146
static const bool value =
HasGetNext
<TraitsT, NodeT>::value ||
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist.h
112
template <class TraitsT, class NodeT> struct
HasGetNext
{
156
static const bool value =
HasGetNext
<TraitsT, NodeT>::value ||
Completed in 1378 milliseconds