Home
last modified time | relevance | path

Searched refs:new_case (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst286 * :func:`gccjit::context::new_case`
299 :func:`gccjit::context::new_case`. It is a subclass of
307 gccjit::context::new_case (gccjit::rvalue min_value,\
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst286 * :func:`gccjit::context::new_case`
299 :func:`gccjit::context::new_case`. It is a subclass of
307 gccjit::context::new_case (gccjit::rvalue min_value,\
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.cc5022 gfc_case *new_case; in gfc_match_call() local
5147 new_case = gfc_get_case (); in gfc_match_call()
5148 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i); in gfc_match_call()
5149 new_case->low = new_case->high; in gfc_match_call()
5150 c->ext.block.case_list = new_case; in gfc_match_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.c4981 gfc_case *new_case; in gfc_match_call() local
5106 new_case = gfc_get_case (); in gfc_match_call()
5107 new_case->high = gfc_get_int_expr (gfc_default_integer_kind, NULL, i); in gfc_match_call()
5108 new_case->low = new_case->high; in gfc_match_call()
5109 c->ext.block.case_list = new_case; in gfc_match_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h315 case_ new_case (rvalue min_value,
1251 context::new_case (rvalue min_value, in new_case() function
H A Djit-recording.h203 new_case (rvalue *min_value,
H A Dlibgccjit.c2261 return (gcc_jit_case *)ctxt->new_case (min_value, in gcc_jit_context_new_case()
H A Djit-recording.c1223 recording::context::new_case (recording::rvalue *min_value, in new_case() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h330 case_ new_case (rvalue min_value,
1312 context::new_case (rvalue min_value, in new_case() function
H A DChangeLog1950 (gccjit::context::new_case): Add function description.
1969 (recording::context::new_case): New method.
1993 (context::new_case): New.
2009 (gccjit::context::new_case): New method.
H A Djit-recording.h219 new_case (rvalue *min_value,
H A Dlibgccjit.cc3121 return (gcc_jit_case *)ctxt->new_case (min_value, in gcc_jit_context_new_case()
H A Djit-recording.cc1322 recording::context::new_case (recording::rvalue *min_value, in new_case() function in gcc::jit::recording::context
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi14598 @pxref{1d0,,gccjit;;context;;new_case()}
14618 @pxref{1d0,,gccjit;;context;;new_case()}. It is a subclass of
14625 @geindex gccjit;;block;;end_with_switch;;gccjit;;context;;new_case (C++ function)
14627 @deffn {C++ Function} gccjit::case_* gccjit::context::new_case (gccjit::rvalue min_value, gccjit::r…
14689 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 0),
14692 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 25),
14695 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, -42),
14698 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 40),
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi14920 @code{gccjit::context::new_case()}
14933 @code{gccjit::context::new_case()}. It is a subclass of
14992 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 0),
14995 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 25),
14998 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, -42),
15001 cases.push_back (ctxt.new_case (ctxt.new_rvalue (t_int, 40),