Searched refs:_Cond (Results 1 – 3 of 3) sorted by relevance
| /src/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>;
|
| /src/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))
|
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 80 template <bool _Cond, class _Unique>
|