Home
last modified time | relevance | path

Searched refs:_If (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/utilities/meta/
Dmeta_base.pass.cpp25 ASSERT_SAME_TYPE(std::_If<true, int, long>, int); in test_if()
26 ASSERT_SAME_TYPE(std::_If<false, int, long>, long); in test_if()
/external/iperf3/.github/
DISSUE_TEMPLATE.md48 _If submitting a proposed implementation of an enhancement request,
/external/perfetto/docs/quickstart/
Dlinux-tracing.md20 _If the script fails with SSL errors, try invoking it as `python3 tools/install-build-deps`, or upg…
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py236 return _If(node, function, enclosing_graph)
562 class _If(_FunctionCaller): class
566 super(_If, self).__init__(
/external/llvm-project/libcxx/include/
Doptional622 using _CheckOptionalArgsCtor = _If<
668 using _CheckOptionalLikeCtor = _If<
677 using _CheckOptionalLikeAssign = _If<
Dtype_traits494 using _If _LIBCPP_NODEBUG_TYPE = typename _MetaBase<_Cond>::template _SelectImpl<_IfRes, _ElseRes>;
529 template <bool _Bp, class _If, class _Then>
530 struct _LIBCPP_TEMPLATE_VIS conditional {typedef _If type;};
531 template <class _If, class _Then>
532 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {typedef _Then type;};
535 template <bool _Bp, class _If, class _Then> using conditional_t = typename conditional<_Bp, _If, _T…
D__bit_reference1119 _If<_IsConst, __bit_iterator<_Cp, false>, struct __private_nat>;
1129 _If<!_IsConst, __bit_iterator, struct __private_nat>;
Dvariant1116 typename _If<
Diterator448 using type = _If<
/external/python/cpython2/Demo/parser/
Dunparse.py267 def _If(self, t): member in Unparser
/external/catch2/docs/
Dtutorial.md30 _If you have installed Catch2 from system package manager, or CMake
/external/libcxx/include/
Dtype_traits428 template <bool _Bp, class _If, class _Then>
429 struct _LIBCPP_TEMPLATE_VIS conditional {typedef _If type;};
430 template <class _If, class _Then>
431 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {typedef _Then type;};
434 template <bool _Bp, class _If, class _Then> using conditional_t = typename conditional<_Bp, _If, _T…