Home
last modified time | relevance | path

Searched refs:KeyCompareLess (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp87 template <typename ValueType, class Enable = void> struct KeyCompareLess {}; struct
90 struct KeyCompareLess<ValueType, struct
110 struct KeyCompareLess<ValueType, struct
120 struct KeyCompareLess< struct
159 std::sort(Constants.begin(), Constants.end(), KeyCompareLess<ValueType>()); in getConstantPool()