| /netbsd-src/bin/sh/ |
| H A D | syntax.c | 17 #define set_range(s, e, val) [ndx(s) ... ndx(e)] = val, macro 21 set_range(CTL_FIRST, CTL_LAST, CCTL) 43 set_range(CTL_FIRST, CTL_LAST, CCTL) 66 set_range(CTL_FIRST, CTL_LAST, CCTL) 85 set_range(CTL_FIRST, CTL_LAST, CCTL) 99 set_range('0', '9', ISDIGIT) 100 set_range('a', 'z', ISLOWER) 101 set_range('A', 'Z', ISUPPER)
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Filter.cc | 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total) in set_range() function in FilterNumeric 94 set_range (1, (uint64_t) exp->nsamples (), exp->nsamples ()); in update_range() 96 set_range (exp->min_thread, exp->max_thread, exp->thread_cnt); in update_range() 98 set_range (exp->min_lwp, exp->max_lwp, exp->lwp_cnt); in update_range() 102 set_range (exp->min_cpu, exp->max_cpu, exp->cpu_cnt); in update_range()
|
| H A D | Filter.h | 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
|
| H A D | DbeView.cc | 2133 fexp->set_range (1, nexps, nexps); in set_pattern()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Filter.cc | 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total) in set_range() function in FilterNumeric 94 set_range (1, (uint64_t) exp->nsamples (), exp->nsamples ()); in update_range() 96 set_range (exp->min_thread, exp->max_thread, exp->thread_cnt); in update_range() 98 set_range (exp->min_lwp, exp->max_lwp, exp->lwp_cnt); in update_range() 102 set_range (exp->min_cpu, exp->max_cpu, exp->cpu_cnt); in update_range()
|
| H A D | Filter.h | 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
|
| H A D | DbeView.cc | 2133 fexp->set_range (1, nexps, nexps); in set_pattern()
|
| /netbsd-src/usr.bin/mkcsmapper/ |
| H A D | yacc.y | 103 static void set_range(u_int32_t, u_int32_t); 142 range : L_IMM '-' L_IMM { set_range($1, $3); } 597 set_range(u_int32_t begin, u_int32_t end) in set_range() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcc-rich-location.cc | 244 set_range (0, loc.m_operator_loc, SHOW_RANGE_WITH_CARET); in binary_op_rich_location()
|
| H A D | diagnostic-show-locus.cc | 90 void set_range (int range_idx) in set_range() function in __anonbef134440111::colorizer 1747 m_colorizer.set_range (state.range_idx); in print_source_line() 1846 m_colorizer.set_range (state.range_idx); in print_annotation_line() 2033 m_colorizer.set_range (label->m_state_idx); in print_any_labels() 2042 m_colorizer.set_range (label->m_state_idx); in print_any_labels()
|
| H A D | pretty-print.cc | 715 m_richloc->set_range (idx, loc, range_display_kind); in set_location()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcc-rich-location.c | 244 set_range (0, loc.m_operator_loc, SHOW_RANGE_WITH_CARET); in binary_op_rich_location()
|
| H A D | diagnostic-show-locus.c | 90 void set_range (int range_idx) in set_range() function 1518 m_colorizer.set_range (state.range_idx); in print_source_line() 1603 m_colorizer.set_range (state.range_idx); in print_annotation_line() 1788 m_colorizer.set_range (label->m_state_idx); in print_any_labels() 1797 m_colorizer.set_range (label->m_state_idx); in print_any_labels()
|
| H A D | pretty-print.c | 715 m_richloc->set_range (idx, loc, range_display_kind); in set_location()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | line-map.h | 1631 set_range (unsigned int idx, location_t loc,
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | line-map.h | 1690 set_range (unsigned int idx, location_t loc,
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | line-map.cc | 2193 rich_location::set_range (unsigned int idx, location_t loc, in set_range() function in rich_location
|
| H A D | ChangeLog | 1692 (rich_location::set_range): Likewise, albeit without a default. 1696 (rich_location::set_range): Likewise. 1886 * include/line-map.h (rich_location::set_range): Remove redundant 1888 * line-map.c (rich_location::set_range): Likewise. 2434 (rich_location::set_range): Likewise. 2787 (rich_location::set_range): Eliminate location expansion. 2881 * include/line-map.h (rich_location::set_range): Add line_maps * 2884 * line-map.c (rich_location::set_range): Likewise, acting as if 3032 (rich_location::set_range): New method.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | line-map.c | 2113 rich_location::set_range (unsigned int idx, location_t loc, in set_range() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 6290 richloc->set_range (0, input_location, SHOW_RANGE_WITH_CARET); in c_cpp_diagnostic() 8646 richloc->set_range (0, hint_loc, SHOW_RANGE_WITH_CARET); in maybe_suggest_missing_token_insertion() 8847 richloc->set_range (0, include_insert_loc, SHOW_LINES_WITHOUT_RANGE); in maybe_add_include_fixit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 6675 richloc->set_range (0, input_location, SHOW_RANGE_WITH_CARET); in c_cpp_diagnostic() 9100 richloc->set_range (0, hint_loc, SHOW_RANGE_WITH_CARET); in maybe_suggest_missing_token_insertion() 9306 richloc->set_range (0, include_insert_loc, SHOW_LINES_WITHOUT_RANGE); in maybe_add_include_fixit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constraint.cc | 166 expr.set_range (lhs.get_start (), rhs.get_finish ()); in finish_constraint_binary_op()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constraint.cc | 207 expr.set_range (lhs.get_start (), rhs.get_finish ()); in finish_constraint_binary_op()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | engine.cc | 3306 richloc.set_range (0, stmt->location, SHOW_RANGE_WITH_CARET); in dump_exploded_nodes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | engine.cc | 4997 richloc.set_range (0, stmt->location, SHOW_RANGE_WITH_CARET); in dump_exploded_nodes()
|