Home
last modified time | relevance | path

Searched refs:from_ptr (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_java.cc151 jptr __tsan_java_find(jptr *from_ptr, jptr to) { in __tsan_java_find() argument
153 DPrintf("#%d: java_find(&%p, %p)\n", *from_ptr, to); in __tsan_java_find()
154 CHECK_EQ((*from_ptr) % kHeapAlignment, 0); in __tsan_java_find()
156 CHECK_GE(*from_ptr, jctx->heap_begin); in __tsan_java_find()
158 for (uptr from = *from_ptr; from < to; from += kHeapAlignment) { in __tsan_java_find()
161 *from_ptr = from; in __tsan_java_find()
H A Dtsan_interface_java.h61 jptr __tsan_java_find(jptr *from_ptr, jptr to) INTERFACE_ATTRIBUTE;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_java.cc153 jptr __tsan_java_find(jptr *from_ptr, jptr to) { in __tsan_java_find() argument
155 DPrintf("#%d: java_find(&%p, %p)\n", *from_ptr, to); in __tsan_java_find()
156 CHECK_EQ((*from_ptr) % kHeapAlignment, 0); in __tsan_java_find()
158 CHECK_GE(*from_ptr, jctx->heap_begin); in __tsan_java_find()
160 for (uptr from = *from_ptr; from < to; from += kHeapAlignment) { in __tsan_java_find()
163 *from_ptr = from; in __tsan_java_find()
H A Dtsan_interface_java.h63 jptr __tsan_java_find(jptr *from_ptr, jptr to) INTERFACE_ATTRIBUTE;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_java.cpp139 jptr __tsan_java_find(jptr *from_ptr, jptr to) { in __tsan_java_find() argument
141 DPrintf("#%d: java_find(&0x%zx, 0x%zx)\n", thr->tid, *from_ptr, to); in __tsan_java_find()
142 DCHECK_EQ((*from_ptr) % kHeapAlignment, 0); in __tsan_java_find()
144 DCHECK_GE(*from_ptr, jctx->heap_begin); in __tsan_java_find()
146 for (uptr from = *from_ptr; from < to; from += kHeapAlignment) { in __tsan_java_find()
149 *from_ptr = from; in __tsan_java_find()
H A Dtsan_interface_java.h62 jptr __tsan_java_find(jptr *from_ptr, jptr to) INTERFACE_ATTRIBUTE;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.cc855 const bitmap_element *from_ptr; in bitmap_copy() local
863 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next) in bitmap_copy()
867 to_elt->indx = from_ptr->indx; in bitmap_copy()
868 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits)); in bitmap_copy()
876 to->indx = from_ptr->indx; in bitmap_copy()
H A Dgimplify.cc4594 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local
4606 from_ptr = build_fold_addr_expr_loc (loc, from); in gimplify_modify_expr_to_memcpy()
4607 gimplify_arg (&from_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy()
4615 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.c850 const bitmap_element *from_ptr; in bitmap_copy() local
858 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next) in bitmap_copy()
862 to_elt->indx = from_ptr->indx; in bitmap_copy()
863 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits)); in bitmap_copy()
871 to->indx = from_ptr->indx; in bitmap_copy()
H A Dgimplify.c4327 tree t, to, to_ptr, from, from_ptr; in gimplify_modify_expr_to_memcpy() local
4339 from_ptr = build_fold_addr_expr_loc (loc, from); in gimplify_modify_expr_to_memcpy()
4340 gimplify_arg (&from_ptr, seq_p, loc); in gimplify_modify_expr_to_memcpy()
4348 gs = gimple_build_call (t, 3, to_ptr, from_ptr, size); in gimplify_modify_expr_to_memcpy()