| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | overload11.C | 33 void (*vptr) (); in main() local 62 vptr = (ovl); // ERROR - no matching candidates in main() 63 vptr = (&ovl); // ERROR - no matching candidates in main() 64 vptr = (0, ovl); // ERROR - no matching candidates in main() 65 vptr = (0, &ovl); // ERROR - no matching candidates in main() 66 vptr = (argc ? ovl : ovl); // ERROR - no matching candidates in main() 67 vptr = (argc ? &ovl : &ovl);// ERROR - no matching candidates in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
| H A D | bound1.C | 10 typedef void* vptr; typedef 16 vptr q; in foo() 25 q = (vptr)(ap->*fp); in foo() 26 q = (vptr)(ap->*(&A::f)); in foo() 27 q = (vptr)(a.*fp); in foo() 28 q = (vptr)(a.*(&A::f)); in foo()
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | opts.c | 530 char *vptr = val; in expand_op() local 533 vptr = strrchr(val, '/'); in expand_op() 534 if (vptr) in expand_op() 535 vlen = vptr - val; in expand_op() 536 vptr = val; in expand_op() 539 vptr = strrchr(val, '/'); in expand_op() 540 if (vptr) { in expand_op() 541 vptr++; in expand_op() 542 vlen = strlen(vptr); in expand_op() 544 vptr = val; in expand_op() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_mop.cpp | 178 MemLoc vptr(&vptr_storage), val; in TEST_F() local 181 t1.VptrUpdate(vptr, val); in TEST_F() 182 t2.Read8(vptr); in TEST_F() 187 MemLoc vptr(&vptr_storage), val1, val2; in TEST_F() local 190 t1.VptrUpdate(vptr, val2); in TEST_F() 191 t2.Read8(vptr, true); in TEST_F()
|
| H A D | tsan_test_util.h | 104 void VptrUpdate(const MemLoc &vptr, const MemLoc &new_val,
|
| H A D | tsan_test_util_posix.cpp | 421 void ScopedThread::VptrUpdate(const MemLoc &vptr, in VptrUpdate() argument 424 Event event(Event::VPTR_UPDATE, vptr.loc(), (uptr)new_val.loc()); in VptrUpdate()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
| H A D | vtable2.C | 149 ptrdiff_t **vptr; in main() local 153 vptr = (ptrdiff_t **) &s4; in main() 154 vtbl = *vptr; in main()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/ |
| H A D | llvm_executionengine.ml | 56 let vptr = get_global_value_address_ name ee in 57 if Nativeint.to_int vptr <> 0 then 58 let open Ctypes in !@ (coerce (ptr void) (ptr typ) (ptr_of_raw_address vptr))
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | eh_alloc.cc | 144 __cxxabiv1::__cxa_free_exception(void *vptr) throw() in __cxa_free_exception() argument 146 char *ptr = (char *) vptr; in __cxa_free_exception()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | eh_alloc.cc | 144 __cxa_free_exception(void *vptr) in __cxa_free_exception() argument 146 char *ptr = (char *) vptr; in __cxa_free_exception()
|
| /openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/ |
| H A D | GDBM_File.xs | 883 OPTVALPTR vptr = (OPTVALPTR) &c_iv; variable 916 vptr = (OPTVALPTR) &c_cv; 932 vptr = (OPTVALPTR) &c_uv; 943 if (gdbm_setopt(db->dbp, opcode, vptr, vsiz)) { 949 if (vptr == (OPTVALPTR) &c_iv) { 951 } else if (vptr == (OPTVALPTR) &c_uv) {
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UndefinedBehaviorSanitizer.rst | 178 - ``-fsanitize=vptr``: Use of an object whose vptr indicates that it is of 217 The ``null``, ``alignment``, ``object-size``, ``local-bounds``, and ``vptr`` checks do not apply 226 ``-fsanitize=function`` and ``-fsanitize=vptr`` checking. 301 vptr:shared_object_with_vptr_failures.so 310 ``-fsanitize-recover=signed-integer-overflow,alignment,vptr``, although
|
| H A D | ControlFlowIntegrity.rst | 63 - ``-fsanitize=cfi-nvcall``: Non-virtual call via an object whose vptr is of 65 - ``-fsanitize=cfi-vcall``: Virtual call via an object whose vptr is of the 104 This scheme checks that virtual calls take place using a vptr of the correct
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | prdbg.c | 1187 bfd_boolean vptr, bfd_boolean ownvptr) in pr_start_class_type() argument 1194 if (vptr && ! ownvptr) in pr_start_class_type() 1219 if (size != 0 || vptr || ownvptr || tag != NULL) in pr_start_class_type() 1234 if (vptr) in pr_start_class_type() 2086 bfd_boolean vptr, bfd_boolean ownvptr) in tg_start_class_type() argument 2094 if (vptr && ! ownvptr) in tg_start_class_type() 2118 if (size != 0 || vptr || ownvptr || tag != NULL) in tg_start_class_type() 2120 if (vptr) in tg_start_class_type()
|
| H A D | wrstabs.c | 1446 …tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvpt… in stab_start_class_type() argument 1452 if (! vptr || ownvptr) in stab_start_class_type() 1466 if (vptr) in stab_start_class_type()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | prdbg.c | 1186 bfd_boolean vptr, bfd_boolean ownvptr) in pr_start_class_type() argument 1193 if (vptr && ! ownvptr) in pr_start_class_type() 1218 if (size != 0 || vptr || ownvptr || tag != NULL) in pr_start_class_type() 1233 if (vptr) in pr_start_class_type() 2085 bfd_boolean vptr, bfd_boolean ownvptr) in tg_start_class_type() argument 2093 if (vptr && ! ownvptr) in tg_start_class_type() 2117 if (size != 0 || vptr || ownvptr || tag != NULL) in tg_start_class_type() 2119 if (vptr) in tg_start_class_type()
|
| H A D | wrstabs.c | 1444 …tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvpt… in stab_start_class_type() argument 1450 if (! vptr || ownvptr) in stab_start_class_type() 1464 if (vptr) in stab_start_class_type()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_checks.inc | 70 UBSAN_CHECK(DynamicTypeMismatch, "dynamic-type-mismatch", "vptr")
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | internal.h | 288 struct _hfsvol_ *vptr; /* current volume pointer */ member
|
| H A D | hfs.c | 1020 dir->vptr = hfs_mounts; in hfs_opendir() 1038 dir->vptr = 0; in hfs_opendir() 1078 if (vol == dir->vptr) in hfs_readdir() 1095 dir->vptr = vol->next; in hfs_readdir()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 109 SANITIZER("vptr", Vptr)
|
| /openbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 92 struct vnode *vptr; member 403 vnode_print(evp->vptr, vp); in vnodemode()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 4560 tree vptr; in layout_class_type() local 4582 vptr = create_vtable_ptr (t, virtuals_p); in layout_class_type() 4585 if (vptr) in layout_class_type() 4587 TREE_CHAIN (vptr) = TYPE_FIELDS (t); in layout_class_type() 4588 TYPE_FIELDS (t) = vptr; in layout_class_type() 4589 next_field = &TREE_CHAIN (vptr); in layout_class_type() 4590 place_field (rli, vptr); in layout_class_type()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 4956 tree vptr; in layout_class_type() local 4979 vptr = create_vtable_ptr (t, virtuals_p); in layout_class_type() 4982 if (vptr) in layout_class_type() 4984 TREE_CHAIN (vptr) = TYPE_FIELDS (t); in layout_class_type() 4985 TYPE_FIELDS (t) = vptr; in layout_class_type() 4986 next_field = &TREE_CHAIN (vptr); in layout_class_type() 4987 place_field (rli, vptr); in layout_class_type()
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 8359 tree vptr = build_pointer_type (build_type_variant (void_type_node, 0, 1)); in frv_init_builtins() local 8427 tree uw1_ftype_vptr = UNARY (uword1, vptr); in frv_init_builtins() 8428 tree uw2_ftype_vptr = UNARY (uword2, vptr); in frv_init_builtins() 8429 tree void_ftype_vptr_ub = BINARY (voidt, vptr, ubyte); in frv_init_builtins() 8430 tree void_ftype_vptr_uh = BINARY (voidt, vptr, uhalf); in frv_init_builtins() 8431 tree void_ftype_vptr_uw1 = BINARY (voidt, vptr, uword1); in frv_init_builtins() 8432 tree void_ftype_vptr_uw2 = BINARY (voidt, vptr, uword2); in frv_init_builtins()
|