Searched defs:__desugars_to_v (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | operations.h | 43 inline const bool __desugars_to_v<__plus_tag, plus<_Tp>, _Tp, _Tp> = true; variable 46 inline const bool __desugars_to_v<__plus_tag, plus<void>, _Tp, _Up> = true; variable
|
H A D | ranges_operations.h | 100 inline const bool __desugars_to_v<__equal_tag, ranges::equal_to, _Tp, _Up> = true; variable 103 inline const bool __desugars_to_v<__less_tag, ranges::less, _Tp, _Up> = true; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | desugars_to.h | 36 inline const bool __desugars_to_v = false; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | comp.h | 29 inline const bool __desugars_to_v<__equal_tag, __equal_to, _Tp, _Up> = true; variable
|