Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSTLExtras.h49 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
50 bool operator()(const Ty* left, const Ty* right) const { in operator()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h33 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
34 bool operator()(const Ty* left, const Ty* right) const { in operator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h63 struct less_ptr : public std::binary_function<Ty, Ty, bool> { struct
64 bool operator()(const Ty* left, const Ty* right) const { in operator()