Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 – 25 of 40) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec35.C24 int Baz (int const *ptr, int *ptr2) in Baz() argument
26 Baz (ptr2); // ERROR - ambiguous in Baz()
27 Bar (ptr2); // ERROR - ambiguous in Baz()
28 Foo (ptr2); // ERROR - ambiguous in Baz()
29 Qux (ptr2); // ERROR - ambiguous in Baz()
H A Dspec36.C21 int Baz (int const *ptr, int *ptr2) in Baz() argument
25 if (Foo (ptr2) != 1) in Baz()
29 if (Foo (*ptr2) != 2) in Baz()
37 if (Quux (ptr2) != 7) in Baz()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp12306.C3 void *ptr1, *ptr2; variable
17 if (ptr2 != &(*this).slist) in toLast()
55 ptr2 = &((RWSlistIterator*)&last_posted_event_position_)->slist; in post_event()
60 if (ptr2 != &((RWSlistIterator&)last_posted_event_position_).slist) in post_event()
66 if (ptr2 != &((RWSlistIterator&)last_posted_event_position_).slist) in post_event()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dwatchpoint.c38 struct foo struct1, struct2, *ptr1, *ptr2; variable
122 ptr2 = &struct2; in main()
143 ptr1 = ptr2; in main()
153 ptr1 = ptr2; in main()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dmri.c163 struct section_name_struct *ptr2; in mri_draw_tree() local
170 for (ptr2 = order; ptr2; ptr2 = ptr2->next) in mri_draw_tree()
171 if (strcmp (ptr2->name, ptr1->name) == 0) in mri_draw_tree()
172 ptr2->ok_to_load = 1; in mri_draw_tree()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990208-1.c6 static void *ptr1, *ptr2; variable
24 doit (&ptr2, cond); in g()
36 if (ptr1 == ptr2) in main()
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dmri.c176 struct section_name_struct *ptr2; in mri_draw_tree() local
183 for (ptr2 = order; ptr2; ptr2 = ptr2->next) in mri_draw_tree()
184 if (strcmp (ptr2->name, ptr1->name) == 0) in mri_draw_tree()
185 ptr2->ok_to_load = 1; in mri_draw_tree()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/20_util/
H A Dauto_ptr_neg.cc39 std::auto_ptr<Base> ptr2; in test01() local
40 ptr2 = new Base; // { dg-error "no" "candidates" "auto_ptr"} in test01()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload8.C13 int (b::* ptr2)() const = &b::f; in main()
19 if ((ao.*ptr2)() != 1) in main()
H A Dptrmem7.C23 int (A::*ptr2) (int) = A::ns; // ERROR - not ptr mem in foo()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dbusop.c176 paddr_t ptr2 = h2.bh_ptr + o2; in bus_space_copy_2() local
187 for (; c; c--, ptr1 += 2, ptr2 += 2) { in bus_space_copy_2()
188 u_int16_t r = lduha_asi(ptr2); in bus_space_copy_2()
332 paddr_t ptr2 = h2.bh_ptr + o2; in bus_space_copy_4() local
343 for (; c; c--, ptr1 += 4, ptr2 += 4) { in bus_space_copy_4()
344 u_int32_t r = lduwa_asi(ptr2); in bus_space_copy_4()
488 paddr_t ptr2 = h2.bh_ptr + o2; in bus_space_copy_8() local
499 for (; c; c--, ptr1 += 8, ptr2 += 8) { in bus_space_copy_8()
500 u_int64_t r = ldxa_asi(ptr2); in bus_space_copy_8()
644 paddr_t ptr2 = h2.bh_ptr + o2; in bus_space_copy_1() local
[all …]
H A Dbusop_c.in180 NRAW: paddr_t ptr2 = h2.bh_ptr + o2;
191 NRAW: for (; c; c--, ptr1 += <NUM>, ptr2 += <NUM>) {
192 NRAW: <TYPE> r = <LOAD>_asi(ptr2);
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Ddata.c1196 void *ptr2; in ffedata_gather_() local
1307 ffebld_constantarray_prepare (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1311 (*fn) (ptr1, ptr2, size); /* Does the appropriate memcpy-like in ffedata_gather_()
1347 ffebld_constantarray_preparray (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1352 (*fn) (ptr1, ptr2, size); /* Does the appropriate memcpy-like in ffedata_gather_()
1388 ffebld_constantarray_preparray (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1408 (*fn) (ptr1, ptr2, siz); /* Does memcpy-like operation. */ in ffedata_gather_()
1428 ptr2 = ((char *) ptr2) + siz; in ffedata_gather_()
1585 void *ptr2; in ffedata_value_() local
1685 (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_value_()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg23.C1 signed char *ptr2 = "hello"; /* ERROR - changing sign */ variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990928-1.c7 union incomplete2 * ptr2; in foo() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle6.C15 uint128 (S::*ptr2) (uint128) const = &S::func2;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dreplace.cc176 char* ptr2 = &*str01.end(); in test04() local
177 str02.replace(str02.begin(), str02.end(), ptr1, ptr2); in test04()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp391 int *ptr2 = Ident((int*)malloc(0)); in TEST() local
392 ptr2 = Ident((int*)realloc(ptr2, sizeof(*ptr2))); in TEST()
393 *ptr2 = 42; in TEST()
394 EXPECT_EQ(42, *ptr2); in TEST()
395 free(ptr2); in TEST()
/openbsd-src/lib/libexpat/lib/
H A Dxmltok.h254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
H A Dxmltok_impl.c1715 const char *end1, const char *ptr2) { in PREFIX()
1717 for (; *ptr2; ptr1 += MINBPC(enc), ptr2++) { in PREFIX()
1726 if (! CHAR_MATCHES(enc, ptr1, *ptr2)) in PREFIX()
/openbsd-src/usr.bin/dig/
H A Ddig.c1284 char opt, *value, *ptr, *ptr2, *ptr3; in dash_option()
1494 ptr2 = next_token(&value, ":"); /* name or secret */ in dash_option()
1495 if (ptr2 == NULL) in dash_option()
1500 ptr = ptr2; in dash_option()
1501 ptr2 = ptr3; in dash_option()
1507 strlcpy(keysecret, ptr2, sizeof(keysecret)); in dash_option()
1274 char opt, *value, *ptr, *ptr2, *ptr3; dash_option() local
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dperlhost.h2278 char*ptr1, *ptr2; in CreateLocalEnvironmentStrings()
2282 ptr2 = *(char**)arg2; in CreateLocalEnvironmentStrings()
2285 c2 = *ptr2++; in CreateLocalEnvironmentStrings()
2319 char*ptr1, *ptr2; in CreateLocalEnvironmentStrings()
2323 ptr2 = *(char**)arg2; in CreateLocalEnvironmentStrings()
2326 c2 = *ptr2++; in CreateLocalEnvironmentStrings()
2109 char*ptr1, *ptr2; lookup() local
2150 char*ptr1, *ptr2; compare() local
/openbsd-src/gnu/usr.bin/perl/
H A Dscope.c321 Perl_save_pushptrptr(pTHX_ void *const ptr1, void *const ptr2, const int type) in Perl_save_scalar()
325 SS_ADD_PTR(ptr2); in Perl_save_scalar()
927 S_save_pushptri32ptr(pTHX_ void *const ptr1, const I32 i, void *const ptr2,
933 SS_ADD_PTR(ptr2);
302 Perl_save_pushptrptr(pTHX_ void * const ptr1,void * const ptr2,const int type) Perl_save_pushptrptr() argument
908 S_save_pushptri32ptr(pTHX_ void * const ptr1,const I32 i,void * const ptr2,const int type) S_save_pushptri32ptr() argument
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c2390 char *ptr2 = ptr; in intel_klog_error_capture()
2397 l_count, line++, ptr2); in intel_klog_error_capture()
2399 ptr2 = ptr + pos; in intel_klog_error_capture()
2409 if (ptr2 < (ptr + count)) in intel_klog_error_capture()
2411 l_count, line++, tag[0], ptr2, tag[1]); in intel_klog_error_capture()
2378 char *ptr2 = ptr; intel_klog_error_capture() local
/openbsd-src/lib/libssl/test/
H A Dtimes93 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) blowfish(ptr2)

12