Home
last modified time | relevance | path

Searched refs:_Cond (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dconditional.h35 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 Dgmock-pp.h86 #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 Dallocator.h80 template <bool _Cond, class _Unique>