Home
last modified time | relevance | path

Searched refs:fl3 (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc66 std::forward_list<int> fl3; in test01() local
68 fl3.push_front(1); in test01()
69 fl3.push_front(2); in test01()
70 fl3.push_front(3); in test01()
71 fl3.push_front(3); in test01()
72 fl3.push_front(3); in test01()
74 auto it3 = fl3.begin(); in test01()
78 fl3.remove(*it3); in test01()
80 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
82 it3 = fl3.begin(); in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc68 std::forward_list<int> fl3; in test01() local
70 fl3.push_front(1); in test01()
71 fl3.push_front(2); in test01()
72 fl3.push_front(3); in test01()
73 fl3.push_front(3); in test01()
74 fl3.push_front(3); in test01()
76 auto it3 = fl3.begin(); in test01()
80 fl3.remove(*it3); in test01()
82 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
84 it3 = fl3.begin(); in test01()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc68 std::forward_list<int> fl3; in test01() local
70 fl3.push_front(1); in test01()
71 fl3.push_front(2); in test01()
72 fl3.push_front(3); in test01()
73 fl3.push_front(3); in test01()
74 fl3.push_front(3); in test01()
76 auto it3 = fl3.begin(); in test01()
80 fl3.remove(*it3); in test01()
82 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
84 it3 = fl3.begin(); in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc68 std::forward_list<int> fl3; in test01() local
70 fl3.push_front(1); in test01()
71 fl3.push_front(2); in test01()
72 fl3.push_front(3); in test01()
73 fl3.push_front(3); in test01()
74 fl3.push_front(3); in test01()
76 auto it3 = fl3.begin(); in test01()
80 fl3.remove(*it3); in test01()
82 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
84 it3 = fl3.begin(); in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc68 std::forward_list<int> fl3; in test01() local
70 fl3.push_front(1); in test01()
71 fl3.push_front(2); in test01()
72 fl3.push_front(3); in test01()
73 fl3.push_front(3); in test01()
74 fl3.push_front(3); in test01()
76 auto it3 = fl3.begin(); in test01()
80 fl3.remove(*it3); in test01()
82 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
84 it3 = fl3.begin(); in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A Dremove_freed.cc68 std::forward_list<int> fl3; in test01() local
70 fl3.push_front(1); in test01()
71 fl3.push_front(2); in test01()
72 fl3.push_front(3); in test01()
73 fl3.push_front(3); in test01()
74 fl3.push_front(3); in test01()
76 auto it3 = fl3.begin(); in test01()
80 fl3.remove(*it3); in test01()
82 VERIFY( std::distance(fl3.begin(), fl3.end()) == 2 ); in test01()
84 it3 = fl3.begin(); in test01()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Dreturn_fl2.c11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() argument
15 sum = fl1 + fl2 + fl3 + fl4; in return_fl()
23 float fl1, fl2, fl3, fl4, rfl; in main() local
32 values[2] = &fl3; in main()
40 fl3 = 255.1; in main()
44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
46 sum = fl1 + fl2 + fl3 + fl4; in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.call/
H A Dreturn_fl2.c11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() argument
15 sum = fl1 + fl2 + fl3 + fl4; in return_fl()
23 float fl1, fl2, fl3, fl4, rfl; in main() local
32 values[2] = &fl3; in main()
40 fl3 = 255.1; in main()
44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
46 sum = fl1 + fl2 + fl3 + fl4; in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Dreturn_fl2.c11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() argument
15 sum = fl1 + fl2 + fl3 + fl4; in return_fl()
23 float fl1, fl2, fl3, fl4, rfl; in main() local
32 values[2] = &fl3; in main()
40 fl3 = 255.1; in main()
44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
46 sum = fl1 + fl2 + fl3 + fl4; in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dreturn_fl2.c11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() argument
15 sum = fl1 + fl2 + fl3 + fl4; in return_fl()
23 float fl1, fl2, fl3, fl4, rfl; in main() local
32 values[2] = &fl3; in main()
40 fl3 = 255.1; in main()
44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
46 sum = fl1 + fl2 + fl3 + fl4; in main()

12345678910>>...12