Home
last modified time | relevance | path

Searched refs:base_ptr (Results 226 – 250 of 1884) sorted by relevance

12345678910>>...76

/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C34 base* base_ptr; variable
44 base_ptr = new base; in main()
86 return ((base_ptr->*p)(ch) != 9904); in test4()
94 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doperators4.C36 base* base_ptr; variable
46 base_ptr = new base; in main()
88 return ((base_ptr->*p)(ch) != 9904); in test4()
96 if ((base_ptr->*p)(flt) != 9905) { in test5()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/analyzer/
H A Dvfunc-5.C28 Base B, *base_ptr; in test() local
29 base_ptr = &D; in test()
32 base_ptr->deallocate(); in test()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/x86/lib/
H A Dbootm.c116 char *base_ptr; in boot_prep_linux() local
118 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
119 if (!base_ptr) { in boot_prep_linux()
124 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
125 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_reserved_container.hpp119 T* const ret(buffer_->base_ptr() + used_); in allocate()
138 if (size_type(p - buffer_->base_ptr()) < reserved) in deallocate()
142 if (buffer_->base_ptr() + used_ == p + n) in deallocate()
150 assert(p + n <= buffer_->base_ptr() + used_); in deallocate()
224 const ContainedType* reserved_buffer() const { return buffer_.base_ptr(); } in reserved_buffer()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/x86/lib/
H A Dbootm.c120 char *base_ptr; in boot_prep_linux() local
122 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux()
123 if (!base_ptr) { in boot_prep_linux()
128 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux()
129 images->ep = (ulong)base_ptr; in boot_prep_linux()

12345678910>>...76