Home
last modified time | relevance | path

Searched refs:automatic (Results 1 – 25 of 11449) sorted by relevance

12345678910>>...458

/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/tests/
H A Dlinks.text1 1. <http://automatic>
2 2. [automatic] (http://automatic "automatic link")
3 3. [automatic](http://automatic "automatic link")
4 4. [automatic](http://automatic)
5 5. [automatic] (http://automatic)
6 6. [automatic] []
7 7. [automatic][]
8 8. [my][automatic]
9 9. [my] [automatic]
11 [automatic]: http://automatic "footnote"
[all …]
/dports/textproc/discount/discount-2.2.7/tests/
H A Dlinks.text1 1. <http://automatic>
2 2. [automatic] (http://automatic "automatic link")
3 3. [automatic](http://automatic "automatic link")
4 4. [automatic](http://automatic)
5 5. [automatic] (http://automatic)
6 6. [automatic] []
7 7. [automatic][]
8 8. [my][automatic]
9 9. [my] [automatic]
11 [automatic]: http://automatic "footnote"
[all …]
/dports/science/plumed/plumed2-2.7.2/user-doc/
H A Dextract7 rm -rf automatic example-check
8 mkdir automatic
210 done > automatic/CHANGES.list
244 cp $file automatic/$fname
357 mv automatic/"$docfile"1.tmp automatic/"$docfile".tmp
365 for file in automatic/*.tmp
388 rm automatic/*.txte
394 mv automatic/$file.list automatic/$file.1.list
399 } > automatic/$file.list
400 rm automatic/$file.1.list
[all …]
/dports/devel/cc65/cc65-2.19/test/misc/
H A Dgoto.ref1 …label start jumps into a block with initialization of an object that has automatic storage duration
5 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
6 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
7 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
8 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
9 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
10 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
11 …to label l8 jumps into a block with initialization of an object that has automatic storage duration
12 …to label l9 jumps into a block with initialization of an object that has automatic storage duration
13 …to label l9 jumps into a block with initialization of an object that has automatic storage duration
[all …]
/dports/polish/libgadu/libgadu-1.12.2/
H A D.gitignore46 test/automatic/*.log
47 test/automatic/*.trs
48 test/automatic/connect
49 test/automatic/convert
50 test/automatic/endian1
51 test/automatic/hash
52 test/automatic/message1
53 test/automatic/message2
54 test/automatic/packet
55 test/automatic/protocol
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest_auto.cpp38 safe<T, automatic>(t) + u; in test_auto()
41 safe<T, automatic>(t) + u; in test_auto()
45 t + safe<U, automatic>(u); in test_auto()
48 t + safe<U, automatic>(u); in test_auto()
55 automatic::addition_result< in test_auto_result()
56 safe<std::int8_t, automatic>, in test_auto_result()
57 safe<std::uint16_t, automatic> in test_auto_result()
61 automatic::addition_result< in test_auto_result()
72 automatic::comparison_result< in test_compare_result()
73 safe<std::int16_t, automatic>, in test_compare_result()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest_auto.cpp38 safe<T, automatic>(t) + u; in test_auto()
41 safe<T, automatic>(t) + u; in test_auto()
45 t + safe<U, automatic>(u); in test_auto()
48 t + safe<U, automatic>(u); in test_auto()
55 automatic::addition_result< in test_auto_result()
56 safe<std::int8_t, automatic>, in test_auto_result()
57 safe<std::uint16_t, automatic> in test_auto_result()
61 automatic::addition_result< in test_auto_result()
72 automatic::comparison_result< in test_compare_result()
73 safe<std::int16_t, automatic>, in test_compare_result()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest_auto.cpp38 safe<T, automatic>(t) + u; in test_auto()
41 safe<T, automatic>(t) + u; in test_auto()
45 t + safe<U, automatic>(u); in test_auto()
48 t + safe<U, automatic>(u); in test_auto()
55 automatic::addition_result< in test_auto_result()
56 safe<std::int8_t, automatic>, in test_auto_result()
57 safe<std::uint16_t, automatic> in test_auto_result()
61 automatic::addition_result< in test_auto_result()
72 automatic::comparison_result< in test_compare_result()
73 safe<std::int16_t, automatic>, in test_compare_result()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/safe_numerics/test/
H A Dtest_auto.cpp38 safe<T, automatic>(t) + u; in test_auto()
41 safe<T, automatic>(t) + u; in test_auto()
45 t + safe<U, automatic>(u); in test_auto()
48 t + safe<U, automatic>(u); in test_auto()
55 automatic::addition_result< in test_auto_result()
56 safe<std::int8_t, automatic>, in test_auto_result()
57 safe<std::uint16_t, automatic> in test_auto_result()
61 automatic::addition_result< in test_auto_result()
72 automatic::comparison_result< in test_compare_result()
73 safe<std::int16_t, automatic>, in test_compare_result()
[all …]
/dports/devel/p5-Locale-XGettext/Locale-XGettext-0.7/t/
H A Dcomments.t42 $entry->{automatic} = $comment;
46 ok !defined $po[1]->automatic, "no comment keyword specified";
49 $entry->{automatic} = $comment1;
54 is $po[1]->automatic, $comment1, "regular comment";
64 $entry->{automatic} = $multi_comment;
71 is $po[1]->automatic, <<EOF, "interrupted comment";
75 is $po[2]->automatic, <<EOF, "2nd comment keyword";
84 $entry->{automatic} = $multi_comment2;
94 is $po[1]->automatic, "Hello!", "automatic keyword comment not used";
100 automatic => $comment3});
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Ddec_static_4.f909 integer, automatic, intent(IN) :: a ! { dg-error "DUMMY attribute conflicts" }
12 automatic :: x ! { dg-error "DUMMY attribute conflicts" }
15 automatic ! { dg-error "Expected entity-list in AUTOMATIC statement" }
16 automatic :: ! { dg-error "Expected entity-list in AUTOMATIC statement" }
20 integer, automatic :: auto1, auto2
23 automatic :: auto3
31 integer, automatic :: z ! { dg-error "RESULT attribute conflicts" }
33 automatic :: z ! { dg-error "RESULT attribute conflicts" }
35 integer, static, automatic :: o ! { dg-error "AUTOMATIC attribute conflicts" }

12345678910>>...458