Home
last modified time | relevance | path

Searched refs:set_range (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/bin/sh/
H A Dsyntax.c17 #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 DFilter.cc68 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 DFilter.h39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
H A DDbeView.cc2133 fexp->set_range (1, nexps, nexps); in set_pattern()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFilter.cc68 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 DFilter.h39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
H A DDbeView.cc2133 fexp->set_range (1, nexps, nexps); in set_pattern()
/netbsd-src/usr.bin/mkcsmapper/
H A Dyacc.y103 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 Dgcc-rich-location.cc244 set_range (0, loc.m_operator_loc, SHOW_RANGE_WITH_CARET); in binary_op_rich_location()
H A Ddiagnostic-show-locus.cc90 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 Dpretty-print.cc715 m_richloc->set_range (idx, loc, range_display_kind); in set_location()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-rich-location.c244 set_range (0, loc.m_operator_loc, SHOW_RANGE_WITH_CARET); in binary_op_rich_location()
H A Ddiagnostic-show-locus.c90 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 Dpretty-print.c715 m_richloc->set_range (idx, loc, range_display_kind); in set_location()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1631 set_range (unsigned int idx, location_t loc,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1690 set_range (unsigned int idx, location_t loc,
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc2193 rich_location::set_range (unsigned int idx, location_t loc, in set_range() function in rich_location
H A DChangeLog1692 (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 Dline-map.c2113 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 Dc-common.c6290 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 Dc-common.cc6675 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 Dconstraint.cc166 expr.set_range (lhs.get_start (), rhs.get_finish ()); in finish_constraint_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc207 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 Dengine.cc3306 richloc.set_range (0, stmt->location, SHOW_RANGE_WITH_CARET); in dump_exploded_nodes()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc4997 richloc.set_range (0, stmt->location, SHOW_RANGE_WITH_CARET); in dump_exploded_nodes()

12