Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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>;
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-pp.h121 #define GMOCK_PP_IF(_Cond, _Then, _Else) \ argument
122 GMOCK_PP_CAT(GMOCK_PP_INTERNAL_IF_, _Cond)(_Then, _Else)
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dallocator.h72 template <bool _Cond, class _Unique>