Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSTLExtras.h53 struct less_ptr { struct
56 using first_argument_type = Ty;
57 using second_argument_type = Ty;
58 using result_type = bool;
59 bool operator()(const Ty* left, const Ty* right) const { in operator()