| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 286 * :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 D | functions.rst | 286 * :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 D | match.cc | 5022 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 D | match.c | 4981 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 D | libgccjit++.h | 315 case_ new_case (rvalue min_value, 1251 context::new_case (rvalue min_value, in new_case() function
|
| H A D | jit-recording.h | 203 new_case (rvalue *min_value,
|
| H A D | libgccjit.c | 2261 return (gcc_jit_case *)ctxt->new_case (min_value, in gcc_jit_context_new_case()
|
| H A D | jit-recording.c | 1223 recording::context::new_case (recording::rvalue *min_value, in new_case() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit++.h | 330 case_ new_case (rvalue min_value, 1312 context::new_case (rvalue min_value, in new_case() function
|
| H A D | ChangeLog | 1950 (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 D | jit-recording.h | 219 new_case (rvalue *min_value,
|
| H A D | libgccjit.cc | 3121 return (gcc_jit_case *)ctxt->new_case (min_value, in gcc_jit_context_new_case()
|
| H A D | jit-recording.cc | 1322 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 D | libgccjit.texi | 14598 @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 D | libgccjit.texi | 14920 @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),
|