Searched refs:_Cond (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | conditional.h | 35 template <bool _Cond, class _IfRes, class _ElseRes> 36 using _If _LIBCPP_NODEBUG = typename _IfImpl<_Cond>::template _Select<_IfRes, _ElseRes>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | conditional.h | 35 template <bool _Cond, class _IfRes, class _ElseRes> 36 using _If _LIBCPP_NODEBUG = typename _IfImpl<_Cond>::template _Select<_IfRes, _ElseRes>;
|
| /freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-pp.h | 86 #define GMOCK_PP_IF(_Cond, _Then, _Else) \ argument 87 GMOCK_PP_CAT(GMOCK_PP_INTERNAL_IF_, _Cond)(_Then, _Else) 94 #define GMOCK_PP_GENERIC_IF(_Cond, _Then, _Else) \ argument 95 GMOCK_PP_REMOVE_PARENS(GMOCK_PP_IF(_Cond, _Then, _Else))
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | allocator.h | 76 template <bool _Cond, class _Unique>
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 66 template <bool _Cond, class _Unique>
|