/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 137 typedef struct gcc_jit_lvalue gcc_jit_lvalue; typedef 753 extern gcc_jit_lvalue * 864 extern gcc_jit_lvalue * 1020 extern gcc_jit_lvalue * 1021 gcc_jit_global_set_initializer_rvalue (gcc_jit_lvalue *global, 1034 extern gcc_jit_lvalue * 1035 gcc_jit_global_set_initializer (gcc_jit_lvalue *global, 1041 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue); 1044 gcc_jit_lvalue_as_rvalue (gcc_jit_lvalue *lvalue); 1278 gcc_jit_lvalue_set_alignment (gcc_jit_lvalue *lvalue, [all …]
|
H A D | libgccjit.cc | 91 struct gcc_jit_lvalue : public gcc::jit::recording::lvalue struct 1124 gcc_jit_lvalue * 1129 return (gcc_jit_lvalue *)param->as_lvalue (); in gcc_jit_param_as_lvalue() 1383 gcc_jit_lvalue * 1413 return (gcc_jit_lvalue *)ctxt->new_global (loc, kind, type, name); in gcc_jit_context_new_global() 1750 extern gcc_jit_lvalue * 1751 gcc_jit_global_set_initializer_rvalue (gcc_jit_lvalue *global, in gcc_jit_global_set_initializer_rvalue() 1809 extern gcc_jit_lvalue * 1810 gcc_jit_global_set_initializer (gcc_jit_lvalue *global, in gcc_jit_global_set_initializer() 1863 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue) in gcc_jit_lvalue_as_object() [all …]
|
H A D | libgccjit++.h | 508 lvalue (gcc_jit_lvalue *inner); 510 gcc_jit_lvalue *get_inner_lvalue () const; 1814 inline lvalue::lvalue (gcc_jit_lvalue *inner) in lvalue() 1818 inline gcc_jit_lvalue * 1822 return reinterpret_cast<gcc_jit_lvalue *> (get_inner_object ()); in get_inner_lvalue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 128 typedef struct gcc_jit_lvalue gcc_jit_lvalue; typedef 683 extern gcc_jit_lvalue * 784 extern gcc_jit_lvalue * 793 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue); 796 gcc_jit_lvalue_as_rvalue (gcc_jit_lvalue *lvalue); 1007 extern gcc_jit_lvalue * 1018 extern gcc_jit_lvalue * 1019 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_or_union, 1034 extern gcc_jit_lvalue * 1042 extern gcc_jit_lvalue * [all …]
|
H A D | libgccjit.c | 83 struct gcc_jit_lvalue : public gcc::jit::recording::lvalue struct 842 gcc_jit_lvalue * 847 return (gcc_jit_lvalue *)param->as_lvalue (); in gcc_jit_param_as_lvalue() 1072 gcc_jit_lvalue * 1097 return (gcc_jit_lvalue *)ctxt->new_global (loc, kind, type, name); in gcc_jit_context_new_global() 1107 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue) in gcc_jit_lvalue_as_object() 1120 gcc_jit_lvalue_as_rvalue (gcc_jit_lvalue *lvalue) in gcc_jit_lvalue_as_rvalue() 1681 extern gcc_jit_lvalue * 1705 return (gcc_jit_lvalue *)ctxt->new_array_access (loc, ptr, index); in gcc_jit_context_new_array_access() 1742 gcc_jit_lvalue * [all …]
|
H A D | libgccjit++.h | 483 lvalue (gcc_jit_lvalue *inner); 485 gcc_jit_lvalue *get_inner_lvalue () const; 1714 inline lvalue::lvalue (gcc_jit_lvalue *inner) in lvalue() 1718 inline gcc_jit_lvalue * 1722 return reinterpret_cast<gcc_jit_lvalue *> (get_inner_object ()); in get_inner_lvalue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 678 .. type:: gcc_jit_lvalue 685 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue) 690 gcc_jit_lvalue_as_rvalue (gcc_jit_lvalue *lvalue) 695 gcc_jit_lvalue_get_address (gcc_jit_lvalue *lvalue,\ 707 gcc_jit_lvalue_set_tls_model (gcc_jit_lvalue *lvalue,\ 744 gcc_jit_lvalue_set_link_section (gcc_jit_lvalue *lvalue,\ 765 gcc_jit_lvalue_set_register_name (gcc_jit_lvalue *lvalue,\ 785 gcc_jit_lvalue_set_alignment (gcc_jit_lvalue *lvalue,\ 805 gcc_jit_lvalue_get_alignment (gcc_jit_lvalue *lvalue) 826 .. function:: gcc_jit_lvalue *\ [all …]
|
H A D | functions.rst | 47 .. function:: gcc_jit_lvalue *\ 159 .. function:: gcc_jit_lvalue *\ 268 gcc_jit_lvalue *lvalue,\ 283 gcc_jit_lvalue *lvalue,\
|
H A D | objects.rst | 48 +- gcc_jit_lvalue
|
H A D | compilation.rst | 108 gcc_jit_lvalue *exported_global =
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 510 .. type:: gcc_jit_lvalue 517 gcc_jit_lvalue_as_object (gcc_jit_lvalue *lvalue) 522 gcc_jit_lvalue_as_rvalue (gcc_jit_lvalue *lvalue) 527 gcc_jit_lvalue_get_address (gcc_jit_lvalue *lvalue,\ 541 .. function:: gcc_jit_lvalue *\ 582 .. function:: gcc_jit_lvalue *\ 597 .. function:: gcc_jit_lvalue *\ 598 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_,\ 625 .. function:: gcc_jit_lvalue *\ 639 .. function:: gcc_jit_lvalue *\
|
H A D | functions.rst | 45 .. function:: gcc_jit_lvalue *\ 142 .. function:: gcc_jit_lvalue *\ 223 gcc_jit_lvalue *lvalue,\ 238 gcc_jit_lvalue *lvalue,\
|
H A D | objects.rst | 48 +- gcc_jit_lvalue
|
H A D | compilation.rst | 108 gcc_jit_lvalue *exported_global =
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 107 Anothe important class is :c:type:`gcc_jit_lvalue *`. 108 A :c:type:`gcc_jit_lvalue *`. is something that can of the *left*-hand 117 Note that :c:type:`gcc_jit_lvalue *` is a subclass of 141 :c:type:`gcc_jit_lvalue *` (and, in turn, of :c:type:`gcc_jit_rvalue *`): 152 gcc_jit_lvalue *i = 154 gcc_jit_lvalue *sum = 157 These are instances of :c:type:`gcc_jit_lvalue *` - they can be read from
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 107 Anothe important class is :c:type:`gcc_jit_lvalue *`. 108 A :c:type:`gcc_jit_lvalue *`. is something that can of the *left*-hand 117 Note that :c:type:`gcc_jit_lvalue *` is a subclass of 141 :c:type:`gcc_jit_lvalue *` (and, in turn, of :c:type:`gcc_jit_rvalue *`): 152 gcc_jit_lvalue *i = 154 gcc_jit_lvalue *sum = 157 These are instances of :c:type:`gcc_jit_lvalue *` - they can be read from
|
H A D | tutorial02.rst | 86 +- gcc_jit_lvalue
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 56 gcc_jit_lvalue *i = in create_code() 58 gcc_jit_lvalue *sum = in create_code()
|
H A D | tut05-bf.c | 65 gcc_jit_lvalue *data_cells; 66 gcc_jit_lvalue *idx; 88 static gcc_jit_lvalue *
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 56 gcc_jit_lvalue *i = in create_code() 58 gcc_jit_lvalue *sum = in create_code()
|
H A D | tut05-bf.c | 65 gcc_jit_lvalue *data_cells; 66 gcc_jit_lvalue *idx; 88 static gcc_jit_lvalue *
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 396 gcc_jit_lvalue *stack; 397 gcc_jit_lvalue *stack_depth; 398 gcc_jit_lvalue *x; 399 gcc_jit_lvalue *y; 439 gcc_jit_lvalue *lvalue, in add_pop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 396 gcc_jit_lvalue *stack; 397 gcc_jit_lvalue *stack_depth; 398 gcc_jit_lvalue *x; 399 gcc_jit_lvalue *y; 439 gcc_jit_lvalue *lvalue, in add_pop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 691 +- gcc_jit_lvalue 1260 Anothe important class is @ref{24,,gcc_jit_lvalue *}. 1261 A @ref{24,,gcc_jit_lvalue *}. is something that can of the @emph{left}-hand 1270 Note that @ref{24,,gcc_jit_lvalue *} is a subclass of 1294 @ref{24,,gcc_jit_lvalue *} (and, in turn, of @ref{13,,gcc_jit_rvalue *}): 1304 gcc_jit_lvalue *i = 1306 gcc_jit_lvalue *sum = 1310 These are instances of @ref{24,,gcc_jit_lvalue *} - they can be read from 1612 gcc_jit_lvalue *i = 1614 gcc_jit_lvalue *sum = [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 682 +- gcc_jit_lvalue 1318 Anothe important class is @pxref{24,,gcc_jit_lvalue *}. 1319 A @pxref{24,,gcc_jit_lvalue *}. is something that can of the @emph{left}-hand 1330 Note that @pxref{24,,gcc_jit_lvalue *} is a subclass of 1358 @pxref{24,,gcc_jit_lvalue *} (and, in turn, of @pxref{13,,gcc_jit_rvalue *}): 1368 gcc_jit_lvalue *i = 1370 gcc_jit_lvalue *sum = 1376 These are instances of @pxref{24,,gcc_jit_lvalue *} - they can be read from 1708 gcc_jit_lvalue *i = 1710 gcc_jit_lvalue *sum = [all …]
|