Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 25 of 2890) sorted by relevance

12345678910>>...116

/dports/net/kea/kea-2.0.1/src/lib/process/tests/
H A Dconfig_base_unittests.cc44 ConfigBaseImpl base2; in TEST() local
45 base1.copy(base2); in TEST()
48 EXPECT_TRUE(base1.equals(base2)); in TEST()
54 EXPECT_FALSE(base1.equals(base2)); in TEST()
60 EXPECT_TRUE(base1.equals(base2)); in TEST()
82 ConfigBaseImpl base2; in TEST() local
87 base2.addLoggingInfo(log_info2); in TEST()
91 EXPECT_TRUE(base1.equals(base2)); in TEST()
115 ConfigBaseImpl base2; in TEST() local
146 ConfigBaseImpl base2; in TEST() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() argument
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() function
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Drv-trivial-bug.C8 struct base2 // { dg-message "declares a move" } struct
10 base2() {} in base2() function
11 base2(base2&&) {++move_construct;} in base2() argument
12 base2& operator=(base2&&) {++move_assign; return *this;}
17 base2 b; in test2()
18 base2 b2(b); // { dg-error "deleted" } in test2()
20 base2 b3(static_cast<base2&&>(b)); in test2()
21 base2 b4 = static_cast<base2&&>(b); in test2()
25 b = static_cast<base2&&>(b2); in test2()
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/contrib/gwdiff/
H A Dgwdiff.ml103 let c2 = coi base2 ifam2 in
109 (person_link in_file2.val base2 c2.father "base2")
110 (person_link in_file2.val base2 c2.mother "base2")
120 (person_link in_file2.val base2 iper2 "base2")
395 let f2 = foi base2 ifam2 in
415 let p2 = poi base2 iper2 in
511 (person_link in_file2.val base2 iper2 "base2")
522 (person_link in_file2.val base2 iper2 "base2")
606 [options] base1 base2
685 let base2 =
[all …]
/dports/textproc/rfcdiff/rfcdiff-1.33_1/
H A Drfcdiff-v1.33966 export base2=$(basename $2)
1005 $wgetbin -nv $2 -O $workdir/2/$base2
1007 cp $2 $workdir/2/$base2
1019 strip $workdir/2/$base2 > $workdir/2/$base2.stripped
1020 mv -f $workdir/2/$base2.stripped $workdir/2/$base2
1030 …sed -e 's/&/&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g' $workdir/2/$base2 > $workdir/2/$base2.quoted
1031 mv -f $workdir/2/$base2.quoted $workdir/2/$base2
1041 bodystrip $workdir/2/$base2 > $workdir/2/$base2.stripped
1042 mv $workdir/2/$base2.stripped $workdir/2/$base2
1111 if cmp 1/$base1 2/$base2 >/dev/null; then
[all …]
/dports/math/calc/calc-2.14.0.14/help/
H A Dbase22 base2 - set 2nd output base
5 base2([mode])
16 The base2() builtin function, if given a non-zero argument, enables
19 to base2(). In double base output mode, the second time a value is
24 The arguments for base2() are identical to base() with the addition
27 base2 equivalent
64 base2(1/3) base2(0.1415) base2(16/37)
68 base2(1e20) base2(2^64) base2(2^8191-1)
74 ; base2()
76 ; base2(8)
[all …]

12345678910>>...116