Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h43 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 Dranges_operations.h100 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 Ddesugars_to.h36 inline const bool __desugars_to_v = false; variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcomp.h29 inline const bool __desugars_to_v<__equal_tag, __equal_to, _Tp, _Up> = true; variable