Home
last modified time | relevance | path

Searched defs:v5 (Results 51 – 75 of 5398) sorted by relevance

12345678910>>...216

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A DWcxx-compat-19.c12 static int v5; /* { dg-message "previous declaration" } */ variable
13 static int v5; /* { dg-warning "invalid in C\[+\]\[+\]" } */ variable
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.eventbus/Testing/Cpp/
H A DctkEventDispatcherLocalTest.cpp41 …void setObjectValue5(int v1, int v2, int v3, int v4, int v5){QVERIFY(v1 != 0);QVERIFY(v2 != 0);QVE… in setObjectValue5()
42 …void setObjectValue6(int v1, int v2, int v3, int v4, int v5, int v6){QVERIFY(v1 != 0);QVERIFY(v2 !… in setObjectValue6()
43 …void setObjectValue7(int v1, int v2, int v3, int v4, int v5, int v6, int v7){QVERIFY(v1 != 0);QVER… in setObjectValue7()
44 …void setObjectValue8(int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8){QVERIFY(v1 !=… in setObjectValue8()
45 …void setObjectValue9(int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8, int v9){QVERI… in setObjectValue9()
54 …int setObjectValue5WithReturnValue(int v1, int v2, int v3, int v4, int v5){return v1 + v2 + v3 + v… in setObjectValue5WithReturnValue()
55 …int setObjectValue6WithReturnValue(int v1, int v2, int v3, int v4, int v5, int v6){return v1 + v2 … in setObjectValue6WithReturnValue()
56 …int setObjectValue7WithReturnValue(int v1, int v2, int v3, int v4, int v5, int v6, int v7){return … in setObjectValue7WithReturnValue()
57 …int setObjectValue8WithReturnValue(int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8)… in setObjectValue8WithReturnValue()
58 …int setObjectValue9WithReturnValue(int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8,… in setObjectValue9WithReturnValue()
[all …]
/dports/devel/stb/stb-f54acd4/tests/
H A Dtest_sprintf.c34 #define CHECK9(str, v1, v2, v3, v4, v5, v6, v7, v8, v9) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5… argument
35 #define CHECK8(str, v1, v2, v3, v4, v5, v6, v7, v8 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5… argument
36 #define CHECK7(str, v1, v2, v3, v4, v5, v6, v7 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5… argument
37 #define CHECK6(str, v1, v2, v3, v4, v5, v6 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5… argument
38 #define CHECK5(str, v1, v2, v3, v4, v5 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5… argument
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dmap_comparison.cpp32 map<pair<key1, int>, pair<key2, char>, pair<key2, bool> > v5(5, 'a', true); in equality_test() local
57 map<int, char, bool> v5(5, 'a', true); in ordering_test() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/
H A Dmove_assign.cc53 test_type v5(alloc_type(5)); in test01() local
91 test_type v5(alloc_type(5)); in test02() local
129 test_type v5(alloc_type(5)); in test03() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/
H A Dmove_assign.cc53 test_type v5(alloc_type(5)); in test01() local
91 test_type v5(alloc_type(5)); in test02() local
129 test_type v5(alloc_type(5)); in test03() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/
H A Dmove_assign.cc53 test_type v5(alloc_type(5)); in test01() local
91 test_type v5(alloc_type(5)); in test02() local
129 test_type v5(alloc_type(5)); in test03() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/
H A Dmove_assign.cc53 test_type v5(alloc_type(5)); in test01() local
91 test_type v5(alloc_type(5)); in test02() local
129 test_type v5(alloc_type(5)); in test03() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/
H A Dmove_assign.cc56 test_type v5(alloc_type(5)); in test01() local
94 test_type v5(alloc_type(5)); in test02() local
132 test_type v5(alloc_type(5)); in test03() local

12345678910>>...216