Searched refs:ap2 (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dnew4.C11 A* ap2 = new A[3]; variable
15 if (ap->i != 1 || ap2[0].i != 42 || ap2[1].i != 42 || ap2[2].i != 42)
19 A* ap2 = new A[3]; local
21 if (ap->i != 1 || ap2[0].i != 42 || ap2[1].i != 42 || ap2[2].i != 42)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dnew4.C11 A* ap2 = new A[3]; variable
15 if (ap->i != 1 || ap2[0].i != 42 || ap2[1].i != 42 || ap2[2].i != 42)
19 A* ap2 = new A[3]; local
21 if (ap->i != 1 || ap2[0].i != 42 || ap2[1].i != 42 || ap2[2].i != 42)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dfield2.C19 A* ap2 = b.a(); local
20 return (ap != ap2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dfield2.C19 A* ap2 = b.a(); local
20 return (ap != ap2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility5.C16 a *ap2 = new a (3);// { dg-error "" } .* local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dvfprintf-1.c9 va_list ap, ap2; local
11 va_start (ap2, x);
18 if (vfprintf (stdout, fmt, ap2) != ret) \
28 va_end (ap2);
H A Dvprintf-1.c9 va_list ap, ap2; local
11 va_start (ap2, x);
18 if (vprintf (fmt, ap2) != ret) \
28 va_end (ap2);
H A Dvfprintf-chk-1.c23 va_list ap, ap2; local
25 va_start (ap2, x);
36 if (__vfprintf_chk (stdout, 1, fmt, ap2) != ret) \
48 va_end (ap2);
H A Dvprintf-chk-1.c23 va_list ap, ap2; local
25 va_start (ap2, x);
36 if (__vprintf_chk (1, fmt, ap2) != ret) \
48 va_end (ap2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility5.C16 a *ap2 = new a (3);// { dg-error "" } .* local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dvfprintf-1.c9 va_list ap, ap2; local
11 va_start (ap2, x);
18 if (vfprintf (stdout, fmt, ap2) != ret) \
28 va_end (ap2);
H A Dvprintf-1.c9 va_list ap, ap2; local
11 va_start (ap2, x);
18 if (vprintf (fmt, ap2) != ret) \
28 va_end (ap2);
H A Dvfprintf-chk-1.c23 va_list ap, ap2; local
25 va_start (ap2, x);
36 if (__vfprintf_chk (stdout, 1, fmt, ap2) != ret) \
48 va_end (ap2);
H A Dvprintf-chk-1.c23 va_list ap, ap2; local
25 va_start (ap2, x);
36 if (__vprintf_chk (1, fmt, ap2) != ret) \
48 va_end (ap2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c10 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
16 vprintf ("hello\n", ap2);
H A Dbuiltin-vprintf-chk-1.c10 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
16 __vprintf_chk (1, "hello\n", ap2);
H A Dbuiltin-vfprintf-1.c12 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
18 vfprintf (fp, "hello\n", ap2);
H A Dbuiltin-vfprintf-chk-1.c12 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
18 __vfprintf_chk (fp, 1, "hello\n", ap2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vprintf-1.c10 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
16 vprintf ("hello\n", ap2);
H A Dbuiltin-vprintf-chk-1.c10 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
16 __vprintf_chk (1, "hello\n", ap2);
H A Dbuiltin-vfprintf-1.c12 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
18 vfprintf (fp, "hello\n", ap2);
H A Dbuiltin-vfprintf-chk-1.c12 test (va_list ap1, va_list ap2, va_list ap3, va_list ap4, va_list ap5, argument
18 __vfprintf_chk (fp, 1, "hello\n", ap2);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Ddynstr.c78 va_list ap2; local
80 va_copy(ap2, ap);
81 err = atf_text_format_ap(&aux, fmt, ap2);
82 va_end(ap2);
150 va_list ap2; local
160 va_copy(ap2, ap);
161 ret = vsnprintf(ad->m_data, ad->m_datasize, fmt, ap2);
162 va_end(ap2);
329 va_list ap2; local
331 va_copy(ap2, a
362 va_list ap2; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Ddynstr.c80 va_list ap2; local
82 va_copy(ap2, ap);
83 err = atf_text_format_ap(&aux, fmt, ap2);
84 va_end(ap2);
152 va_list ap2; local
162 va_copy(ap2, ap);
163 ret = vsnprintf(ad->m_data, ad->m_datasize, fmt, ap2);
164 va_end(ap2);
331 va_list ap2; local
333 va_copy(ap2, a
364 va_list ap2; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtc.c382 va_list ap2; local
383 va_copy(ap2, ap);
384 err = atf_dynstr_append_ap(out_reason, reason, ap2);
385 va_end(ap2);
816 va_list ap2; local
819 va_copy(ap2, ap);
820 format_reason_ap(&reason, NULL, 0, fmt, ap2);
821 va_end(ap2);
830 va_list ap2; local
833 va_copy(ap2, a
844 va_list ap2; local
858 va_list ap2; local
886 va_list ap2; local
923 va_list ap2; local
939 va_list ap2; local
956 va_list ap2; local
972 va_list ap2; local
988 va_list ap2; local
[all...]

Completed in 113 milliseconds

12