Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dregex.cpp325 struct use_strcmp { struct
326 bool operator()(const collationnames& x, const char* y) { return strcmp(x.elem_, y) < 0; } in operator ()()
327 bool operator()(const classnames& x, const char* y) { return strcmp(x.elem_, y) < 0; } in operator ()()