Searched refs:assign (Results 1 - 25 of 208) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc6.C6 struct assign { struct
7 assign& operator = (const assign&);
10 assign a; // { dg-error "" } member of union cannot have op= 9.4// ERROR - .*
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc6.C6 struct assign { struct
7 assign& operator = (const assign&);
10 assign a; // { dg-error "" } member of union cannot have op= 9.4// ERROR - .*
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/
H A Dassign_neg.cc34 d.assign(10, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/
H A Dassign_neg.cc34 v.assign(10, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/
H A D2.cc26 // assign(const basic_string& __str, size_type __pos, size_type __n)
38 one.assign(one, 8, 100);
41 one.assign(one, 8, 0);
44 one.assign(two, 8, 7);
47 one.assign(three, 10, 100);
50 three.assign(one, 0, 3);
H A D3.cc25 // assign(const _CharT* __s, size_type __n)
26 // assign(const _CharT* __s)
38 one.assign(source);
41 one.assign(source, 28);
44 two.assign(source, 7);
47 one.assign(one.c_str() + 8, 20);
50 one.assign(one.c_str() + 8, 6);
H A D1.cc37 aux.assign(aux, i + 1, string::npos);
43 aux.assign(aux, i + 1, string::npos);
47 aux.assign(10, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/
H A D2.cc26 // assign(const basic_string& __str, size_type __pos, size_type __n)
38 one.assign(one, 8, 100);
41 one.assign(one, 8, 0);
44 one.assign(two, 8, 7);
47 one.assign(three, 10, 100);
50 three.assign(one, 0, 3);
H A D3.cc25 // assign(const _CharT* __s, size_type __n)
26 // assign(const _CharT* __s)
38 one.assign(source);
41 one.assign(source, 28);
44 two.assign(source, 7);
47 one.assign(one.c_str() + 8, 20);
50 one.assign(one.c_str() + 8, 6);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/
H A D2.cc27 // assign(const basic_string& __str, size_type __pos, size_type __n)
39 one.assign(one, 8, 100);
42 one.assign(one, 8, 0);
45 one.assign(two, 8, 7);
48 one.assign(three, 10, 100);
51 three.assign(one, 0, 3);
H A D3.cc26 // assign(const _CharT* __s, size_type __n)
27 // assign(const _CharT* __s)
39 one.assign(source);
42 one.assign(source, 28);
45 two.assign(source, 7);
48 one.assign(one.c_str() + 8, 20);
51 one.assign(one.c_str() + 8, 6);
H A D1.cc38 aux.assign(aux, i + 1, string::npos);
44 aux.assign(aux, i + 1, string::npos);
48 aux.assign(10, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/
H A D2.cc27 // assign(const basic_string& __str, size_type __pos, size_type __n)
39 one.assign(one, 8, 100);
42 one.assign(one, 8, 0);
45 one.assign(two, 8, 7);
48 one.assign(three, 10, 100);
51 three.assign(one, 0, 3);
H A D3.cc26 // assign(const _CharT* __s, size_type __n)
27 // assign(const _CharT* __s)
39 one.assign(source);
42 one.assign(source, 28);
45 two.assign(source, 7);
48 one.assign(one.c_str() + 8, 20);
51 one.assign(one.c_str() + 8, 6);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/
H A Dassign_neg.cc34 l.assign(10, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/
H A Dassign_neg.cc35 l.assign(10, 1);
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dproctab.c163 assign, /* ASSIGN */
165 assign, /* ADDEQ */
166 assign, /* SUBEQ */
167 assign, /* MULTEQ */
168 assign, /* DIVEQ */
169 assign, /* MODEQ */
170 assign, /* POWEQ */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dnot_special.C20 int assign = 0; variable
26 base& operator=(const base&) {++assign; return *this;}
45 assert(assign == 0);
47 assert(assign == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dcopy1.C8 int assign = 0; variable
18 assign = 1;
54 if (assign)
62 if (!assign)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/
H A Dcstring.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests assign operation from a C-style null-terminated-string.
34 re.assign(cs);
H A Drange.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests range assign of the basic_regex class.
34 re.assign(s, s + 5);
H A Dstring.cc22 // tr1 [7.8.3] class template basic_regex assign()
35 re.assign(s);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/
H A Dcstring.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests assign operation from a C-style null-terminated-string.
34 re.assign(cs);
H A Drange.cc22 // tr1 [7.8.3] class template basic_regex assign()
27 // Tests range assign of the basic_regex class.
34 re.assign(s, s + 5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/other/
H A Dcopy1.C8 int assign = 0; variable
18 assign = 1;
54 if (assign)
62 if (!assign)

Completed in 273 milliseconds

123456789