Home
last modified time | relevance | path

Searched refs:ref_end (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtlanal.h148 rtx_obj_reference *ref_end; variable
170 ref_end (nullptr), in rtx_properties()
250 if (__builtin_expect (this->ref_iter != this->ref_end, 1)) in repeat()
311 ref_end = m_storage + SIZE; in vec_rtx_properties_base()
H A Ddwarf2out.cc17887 dw_loc_descr_ref ref_end = list->expr; in prepend_loc_descr_to_each() local
17895 while (copy->dw_loc_next != ref_end) in prepend_loc_descr_to_each()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h901 ref_iterator ref_end() { return {this, end()}; } in ref_end() function
903 const_ref_iterator ref_end() const { return {this, end()}; } in ref_end() function
910 ref_iterator_range refs() { return {ref_begin(), ref_end()}; } in refs()
911 const_ref_iterator_range refs() const { return {ref_begin(), ref_end()}; } in refs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c17397 dw_loc_descr_ref ref_end = list->expr; in prepend_loc_descr_to_each() local
17405 while (copy->dw_loc_next != ref_end) in prepend_loc_descr_to_each()