Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSTLExtras.h56 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct
57 bool operator()(const Ty* left, const Ty* right) const { in operator()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h40 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct
41 bool operator()(const Ty* left, const Ty* right) const { in operator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h70 struct greater_ptr : public std::binary_function<Ty, Ty, bool> { struct
71 bool operator()(const Ty* left, const Ty* right) const { in operator()