Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h36 using remove_cvref_t // NOLINT(readability-identifier-naming) variable
/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dremove_cvref.h40 template <class _Tp> using remove_cvref_t = __remove_cvref_t<_Tp>; variable