Home
last modified time | relevance | path

Searched refs:explicit_bool (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcompare_types.h255 struct explicit_bool { struct
325 friend explicit_bool operator==(eq_returns_explicit_bool, eq_returns_explicit_bool);
334 friend explicit_bool operator==(eq_returns_explicit_bool, totally_ordered_with_others);
335 friend explicit_bool operator==(totally_ordered_with_others, eq_returns_explicit_bool);
350 friend explicit_bool operator!=(ne_returns_explicit_bool, ne_returns_explicit_bool);
374 friend explicit_bool operator<(lt_returns_explicit_bool, lt_returns_explicit_bool);
384 friend explicit_bool operator<(lt_returns_explicit_bool, totally_ordered_with_others);
398 friend explicit_bool operator>(gt_returns_explicit_bool, gt_returns_explicit_bool);
409 friend explicit_bool operator>(gt_returns_explicit_bool, totally_ordered_with_others);
422 friend explicit_bool operator<=(le_returns_explicit_bool, le_returns_explicit_bool);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dcompare_types.h255 struct explicit_bool { struct
325 friend explicit_bool operator==(eq_returns_explicit_bool, eq_returns_explicit_bool);
334 friend explicit_bool operator==(eq_returns_explicit_bool, totally_ordered_with_others);
335 friend explicit_bool operator==(totally_ordered_with_others, eq_returns_explicit_bool);
350 friend explicit_bool operator!=(ne_returns_explicit_bool, ne_returns_explicit_bool);
374 friend explicit_bool operator<(lt_returns_explicit_bool, lt_returns_explicit_bool);
384 friend explicit_bool operator<(lt_returns_explicit_bool, totally_ordered_with_others);
398 friend explicit_bool operator>(gt_returns_explicit_bool, gt_returns_explicit_bool);
409 friend explicit_bool operator>(gt_returns_explicit_bool, totally_ordered_with_others);
422 friend explicit_bool operator<=(le_returns_explicit_bool, le_returns_explicit_bool);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcompare_types.h255 struct explicit_bool { struct
325 friend explicit_bool operator==(eq_returns_explicit_bool, eq_returns_explicit_bool);
334 friend explicit_bool operator==(eq_returns_explicit_bool, totally_ordered_with_others);
335 friend explicit_bool operator==(totally_ordered_with_others, eq_returns_explicit_bool);
350 friend explicit_bool operator!=(ne_returns_explicit_bool, ne_returns_explicit_bool);
374 friend explicit_bool operator<(lt_returns_explicit_bool, lt_returns_explicit_bool);
384 friend explicit_bool operator<(lt_returns_explicit_bool, totally_ordered_with_others);
398 friend explicit_bool operator>(gt_returns_explicit_bool, gt_returns_explicit_bool);
409 friend explicit_bool operator>(gt_returns_explicit_bool, totally_ordered_with_others);
422 friend explicit_bool operator<=(le_returns_explicit_bool, le_returns_explicit_bool);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dcompare_types.h255 struct explicit_bool { struct
325 friend explicit_bool operator==(eq_returns_explicit_bool, eq_returns_explicit_bool);
334 friend explicit_bool operator==(eq_returns_explicit_bool, totally_ordered_with_others);
335 friend explicit_bool operator==(totally_ordered_with_others, eq_returns_explicit_bool);
350 friend explicit_bool operator!=(ne_returns_explicit_bool, ne_returns_explicit_bool);
374 friend explicit_bool operator<(lt_returns_explicit_bool, lt_returns_explicit_bool);
384 friend explicit_bool operator<(lt_returns_explicit_bool, totally_ordered_with_others);
398 friend explicit_bool operator>(gt_returns_explicit_bool, gt_returns_explicit_bool);
409 friend explicit_bool operator>(gt_returns_explicit_bool, totally_ordered_with_others);
422 friend explicit_bool operator<=(le_returns_explicit_bool, le_returns_explicit_bool);
[all …]
/dports/textproc/zorba/zorba-2.7.0/include/zorba/internal/
H A Dunique_ptr.h209 typedef zorba::internal::ztd::explicit_bool explicit_bool;
410 operator explicit_bool::type() const throw() {
411 return explicit_bool::value_of( get() );
459 typedef int pointer_conversion::*explicit_bool;
515 operator explicit_bool() const throw() {
H A Dztd.h389 class explicit_bool {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anonf68d4c690402()
H A Dpredicate.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anonff009f520402()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp61 struct explicit_bool { struct
64 static_assert(!check_lambda([] { return explicit_bool(); })); in __anon2732615c0402()
H A Dpredicate.pass.cpp61 struct explicit_bool { struct
64 static_assert(!check_lambda([] { return explicit_bool(); })); in __anon014571450402()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anond17855310402()
H A Dpredicate.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anonb1f3601a0402()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/concepts/concepts.callable/concept.predicate/
H A Dpredicate.compile.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anon2869109d0402()
H A Dpredicate.pass.cpp60 struct explicit_bool { struct
63 static_assert(!check_lambda([] { return explicit_bool(); })); in __anone7c56f860402()
/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xoptional.cpp150 struct explicit_bool struct
152 explicit explicit_bool(bool b) : m_value(b) {} in explicit_bool() function
174 … bool res8 = std::is_convertible<xoptional<double, bool>, xoptional<double, explicit_bool>>::value; in TEST()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Djson_parser.h72 typedef int pointer_conversion::*explicit_bool; typedef
142 operator explicit_bool() const { in explicit_bool() function
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/
H A DCHANGELOG.md11 * Added `explicit_bool` strong typedef
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dstrong_typedef.cpp575 struct type : strong_typedef<type, int>, strong_typedef_op::explicit_bool<type>
597 struct type : strong_typedef<type, foo>, strong_typedef_op::explicit_bool<type>
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-simplify-bool-expr.cpp723 bool explicit_bool(bool b) { in explicit_bool() function

12