Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dremove_cvref.h37 using __is_same_uncvref = _IsSame<__remove_cvref_t<_Tp>, __remove_cvref_t<_Up> >; global() variable
/llvm-project/flang/include/flang/Common/
H A Dreference-wrapper.h42 struct __is_same_uncvref struct