Home
last modified time | relevance | path

Searched refs:case_range_validator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c2400 class case_range_validator : public api_call_validator
2403 case_range_validator (gcc::jit::recording::context *ctxt,
2424 case_range_validator::case_range_validator (gcc::jit::recording::context *ctxt, in case_range_validator() function
2439 case_range_validator::validate (gcc_jit_case *case_, in validate()
2513 case_range_validator::case_compare (gcc::jit::recording::rvalue * k1, in case_compare()
2524 case_range_validator::get_wide_int (gcc::jit::recording::rvalue *k) in get_wide_int()
2566 case_range_validator crv (ctxt, loc, __func__); in gcc_jit_block_end_with_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc3260 class case_range_validator : public api_call_validator class
3263 case_range_validator (gcc::jit::recording::context *ctxt,
3284 case_range_validator::case_range_validator (gcc::jit::recording::context *ctxt, in case_range_validator() function in case_range_validator
3299 case_range_validator::validate (gcc_jit_case *case_, in validate()
3373 case_range_validator::case_compare (gcc::jit::recording::rvalue * k1, in case_compare()
3384 case_range_validator::get_wide_int (gcc::jit::recording::rvalue *k) in get_wide_int()
3426 case_range_validator crv (ctxt, loc, __func__); in gcc_jit_block_end_with_switch()
H A DChangeLog279 (case_range_validator::case_range_validator): Likewise.
280 (case_range_validator::validate): Likewise.
281 (case_range_validator::get_wide_int): Likewise.
2020 (class case_range_validator): New class.
2021 (case_range_validator::case_range_validator): New.
2022 (case_range_validator::validate): New.
2023 (case_range_validator::case_compare): New.
2024 (case_range_validator::get_wide_int): new.