Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dregex.cpp68 const char* elem_; member
304 const char* elem_; member
326 bool operator()(const collationnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; } in operator ()()
327 bool operator()(const classnames& x, const char* y) const { return strcmp(x.elem_, y) < 0; } in operator ()()
335 if (i != end(collatenames) && strcmp(s, i->elem_) == 0) in __get_collation_name()
343 if (i != end(ClassNames) && strcmp(s, i->elem_) == 0) { in __get_classname()