Home
last modified time | relevance | path

Searched refs:foo_v (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/concepts/
H A Ddiagnostic2.C5 inline constexpr bool foo_v = false; variable
8 concept foo = foo_v<T> || foo_v<T&>; // { dg-message "no operand" }
H A Ddiagnostic3.C4 inline constexpr bool foo_v = false; variable
7 concept foo = (bool)(foo_v<T> | foo_v<T&>);
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/function/
H A D43397.cc44 Foo volatile foo_v; in test01() local
53 std::function< int ( int && ) > f3( ref(foo_v) ); in test01()
66 VERIFY( f7(foo_v, 0) == 7 ); in test01()

1234567891011