| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_ref_ptr.h | 49 class ref_ptr class in namespace:gdb 54 ref_ptr () function in class:gdb::ref_ptr 60 ref_ptr (const std::nullptr_t) function in class:gdb::ref_ptr 67 explicit ref_ptr (T *obj) function in class:gdb::ref_ptr 73 ref_ptr (const ref_ptr &other) function in class:gdb::ref_ptr 81 ref_ptr (ref_ptr &&other) noexcept 88 ~ref_ptr () 95 ref_ptr &operator= (const ref_ptr &other [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_ref_ptr.h | 49 class ref_ptr class in namespace:gdb 54 ref_ptr () function in class:gdb::ref_ptr 60 ref_ptr (const std::nullptr_t) function in class:gdb::ref_ptr 67 explicit ref_ptr (T *obj) function in class:gdb::ref_ptr 73 ref_ptr (const ref_ptr &other) function in class:gdb::ref_ptr 81 ref_ptr (ref_ptr &&other) noexcept 88 ~ref_ptr () 95 ref_ptr &operator= (const ref_ptr &other [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_clock.cc | 86 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { function in namespace:__tsan 93 atomic_uint32_t *ref = ref_ptr(cb); 263 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); 301 atomic_uint32_t *ref = ref_ptr(dst->tab_); 305 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); 420 atomic_store_relaxed(ref_ptr(tab_), 1); 460 atomic_uint32_t *ref = ref_ptr(tab_); 508 return atomic_load_relaxed(ref_ptr(tab_)) == 1;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_clock.cpp | 85 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { function in namespace:__tsan 92 atomic_uint32_t *ref = ref_ptr(cb); 291 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); 326 atomic_uint32_t *ref = ref_ptr(dst->tab_); 330 atomic_fetch_add(ref_ptr(dst->tab_), 1, memory_order_relaxed); 448 atomic_store_relaxed(ref_ptr(tab_), 1); 488 atomic_uint32_t *ref = ref_ptr(tab_); 536 return atomic_load_relaxed(ref_ptr(tab_)) == 1;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-profile.cc | 302 tree ref = tree_coverage_counter_ref (tag, 0), ref_ptr; local 310 ref_ptr = force_gimple_operand_gsi (&gsi, 315 ref_ptr, val, start, steps); 328 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 332 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, 335 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val); 348 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 352 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, 372 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 577 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 598 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local [all...] |
| df-scan.cc | 614 df_ref *ref_ptr; 624 ref_ptr = &DF_INSN_DEFS (insn); 631 ref_ptr = &DF_INSN_EQ_USES (insn); 648 ref_ptr = &DF_INSN_USES (insn); 671 while (*ref_ptr && df_ref_compare (*ref_ptr, ref) < 0) 672 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); 674 DF_REF_NEXT_LOC (ref) = *ref_ptr; 675 *ref_ptr = ref 611 df_ref *ref_ptr; local 1805 df_ref *ref_ptr; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| df-scan.cc | 614 df_ref *ref_ptr; 624 ref_ptr = &DF_INSN_DEFS (insn); 631 ref_ptr = &DF_INSN_EQ_USES (insn); 648 ref_ptr = &DF_INSN_USES (insn); 671 while (*ref_ptr && df_ref_compare (*ref_ptr, ref) < 0) 672 ref_ptr = &DF_REF_NEXT_LOC (*ref_ptr); 674 DF_REF_NEXT_LOC (ref) = *ref_ptr; 675 *ref_ptr = ref 611 df_ref *ref_ptr; local 1805 df_ref *ref_ptr; local [all...] |
| tree-profile.cc | 1469 tree ref = tree_coverage_counter_ref (tag, 0), ref_ptr; local 1477 ref_ptr = force_gimple_operand_gsi (&gsi, 1482 ref_ptr, val, start, steps); 1495 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 1499 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, 1502 call = gimple_build_call (tree_pow2_profiler_fn, 2, ref_ptr, val); 1515 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 1519 ref_ptr = force_gimple_operand_gsi (&gsi, ref_ptr, 1539 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 1704 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local 1725 tree ref_ptr = tree_coverage_counter_addr (tag, 0); local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| qp_p.h | 358 ref_ptr(dns_qpreadable_t qpr, dns_qpref_t ref) { function 518 * (`ref_ptr(multi->reader_ref) == multi->reader`). The `reader_ref` is 534 /*% ref_ptr(writer, reader_ref) == reader */ 702 return ref_ptr(qpr, branch_twigs_ref(n)); 710 __builtin_prefetch(ref_ptr(qpr, branch_twigs_ref(n))); 724 return ref_ptr(qp, qp->root_ref); 784 return ref_ptr(qpr, branch_twigs_ref(n) + branch_twig_pos(n, bit));
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_lha.c | 143 const unsigned char *ref_ptr; member in struct:lzh_stream 1624 *buff = lha->strm.ref_ptr; 2078 strm->ref_ptr = strm->ds->w_buff;
|