/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit++.h | 185 rvalue new_rvalue (type numeric_type, 187 rvalue new_rvalue (type numeric_type, 191 rvalue new_rvalue (type numeric_type, 193 rvalue new_rvalue (type pointer_type, 195 rvalue new_rvalue (const std::string &value) const; 196 rvalue new_rvalue (type vector_type, 864 context::new_rvalue (type numeric_type, in new_rvalue() function 874 context::new_rvalue (type numeric_type, in new_rvalue() function 898 context::new_rvalue (type numeric_type, in new_rvalue() function 908 context::new_rvalue (type pointer_type, in new_rvalue() function [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit++.h | 186 rvalue new_rvalue (type numeric_type, 188 rvalue new_rvalue (type numeric_type, 192 rvalue new_rvalue (type numeric_type, 194 rvalue new_rvalue (type pointer_type, 196 rvalue new_rvalue (const std::string &value) const; 197 rvalue new_rvalue (type vector_type, 925 context::new_rvalue (type numeric_type, in new_rvalue() function 935 context::new_rvalue (type numeric_type, in new_rvalue() function 959 context::new_rvalue (type numeric_type, in new_rvalue() function 969 context::new_rvalue (type pointer_type, in new_rvalue() function [all …]
|
H A D | ChangeLog.jit | 1085 * libgccjit++.h (gccjit::context::new_rvalue): Make these 1963 (gccjit::context::new_rvalue): Likewise for "value" arg. 2088 (context::new_rvalue): Likewise. 2091 (context::new_rvalue): Likewise. 2092 (context::new_rvalue): Likewise.
|
H A D | ChangeLog | 1192 * libgccjit++.h (gccjit::context::new_rvalue): Add overload for 2820 gcc::jit::context::new_rvalue. 2883 * libgccjit++.h (gccjit::context::new_rvalue): New overload, for
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 56 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 63 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 77 ctxt.new_rvalue (numeric_type, 0) 87 ctxt.new_rvalue (numeric_type, 1) 90 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 97 gccjit::context::new_rvalue (gccjit::type pointer_type, \ 103 gccjit::context::new_rvalue (const std::string &value) const 112 gccjit::context::new_rvalue (gccjit::type vector_type, \ 441 gccjit::rvalue cond = (score >= ctxt.new_rvalue (t_int, 100));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 56 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 63 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 77 ctxt.new_rvalue (numeric_type, 0) 87 ctxt.new_rvalue (numeric_type, 1) 90 gccjit::context::new_rvalue (gccjit::type numeric_type, \ 97 gccjit::context::new_rvalue (gccjit::type pointer_type, \ 103 gccjit::context::new_rvalue (const std::string &value) const 112 gccjit::context::new_rvalue (gccjit::type vector_type, \ 441 gccjit::rvalue cond = (score >= ctxt.new_rvalue (t_int, 100));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.cc | 60 ctxt.new_rvalue ("hello %s\n"), in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.cc | 60 ctxt.new_rvalue ("hello %s\n"), in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 769 ctxt.new_rvalue (int_type, op->op_operand)); in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 769 ctxt.new_rvalue (int_type, op->op_operand)); in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9377 ctxt.new_rvalue ("hello %s\n"), 10346 @pxref{133,,gccjit;;context;;new_rvalue()}, which has overloads 11555 ctxt.new_rvalue (int_type, op->op_operand)); 13479 @geindex gccjit;;context;;new_rvalue (C++ function) 13481 @deffn {C++ Function} gccjit::rvalue gccjit::context::new_rvalue (gccjit::type numeric_type, int va… 13487 @geindex gccjit;;context;;new_rvalue (C++ function) 13489 @deffn {C++ Function} gccjit::rvalue gccjit::context::new_rvalue (gccjit::type numeric_type, long v… 13503 ctxt.new_rvalue (numeric_type, 0) 13517 ctxt.new_rvalue (numeric_type, 1) 13523 @geindex gccjit;;context;;new_rvalue (C++ function) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial03.rst | 289 :func:`gccjit::context::new_rvalue`, which has overloads
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial03.rst | 289 :func:`gccjit::context::new_rvalue`, which has overloads
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 10151 ctxt.new_rvalue ("hello %s\n"), 11012 @ref{192,,gccjit;;context;;new_rvalue()}, which has overloads 12150 ctxt.new_rvalue (int_type, op->op_operand)); 13895 @geindex gccjit;;context;;new_rvalue (C++ function) 13897 @deffn {C++ Function} gccjit::@ref{17e,,rvalue} gccjit::@ref{175,,context}::new_rvalue (gccjit::typ… 13903 @geindex gccjit;;context;;new_rvalue (C++ function) 13905 @deffn {C++ Function} gccjit::@ref{17e,,rvalue} gccjit::@ref{175,,context}::new_rvalue (gccjit::typ… 13919 ctxt.new_rvalue (numeric_type, 0) 13931 ctxt.new_rvalue (numeric_type, 1) 13935 @geindex gccjit;;context;;new_rvalue (C++ function) [all …]
|