Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h100 typedef struct gcc_jit_struct gcc_jit_struct; typedef
686 extern gcc_jit_struct *
694 extern gcc_jit_struct *
701 gcc_jit_struct_as_type (gcc_jit_struct *struct_type);
706 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type,
713 gcc_jit_struct_get_field (gcc_jit_struct *struct_type,
718 gcc_jit_struct_get_field_count (gcc_jit_struct *struct_type);
1977 extern gcc_jit_struct *
H A Dlibgccjit.cc59 struct gcc_jit_struct : public gcc::jit::recording::struct_ struct
629 gcc_jit_struct *
634 return (gcc_jit_struct *)struct_type; in gcc_jit_type_is_struct()
858 gcc_jit_struct *
887 return static_cast<gcc_jit_struct *> (result); in gcc_jit_context_new_struct_type()
896 gcc_jit_struct *
906 return (gcc_jit_struct *)ctxt->new_struct_type (loc, name); in gcc_jit_context_new_opaque_struct()
916 gcc_jit_struct_as_type (gcc_jit_struct *struct_type) in gcc_jit_struct_as_type()
930 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type, in gcc_jit_struct_set_fields()
972 gcc_jit_struct_get_field (gcc_jit_struct *struct_type, in gcc_jit_struct_get_field()
[all …]
H A Dlibgccjit++.h373 struct_ (gcc_jit_struct *inner);
375 gcc_jit_struct *get_inner_struct () const;
1447 inline struct_::struct_ (gcc_jit_struct *inner) : in struct_()
1452 inline gcc_jit_struct *
1456 return reinterpret_cast<gcc_jit_struct *> (get_inner_object ()); in get_inner_struct()
H A DChangeLog.jit1666 * libgccjit.h (gcc_jit_struct): New.
1668 to gcc_jit_struct.
1684 * libgccjit.c (gcc_jit_struct): New.
1690 (gcc_jit_context_new_struct_type): Return a gcc_jit_struct rather
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h97 typedef struct gcc_jit_struct gcc_jit_struct; typedef
625 extern gcc_jit_struct *
633 extern gcc_jit_struct *
640 gcc_jit_struct_as_type (gcc_jit_struct *struct_type);
645 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type,
H A Dlibgccjit.c59 struct gcc_jit_struct : public gcc::jit::recording::struct_ struct
620 gcc_jit_struct *
649 return static_cast<gcc_jit_struct *> (result); in gcc_jit_context_new_struct_type()
658 gcc_jit_struct *
668 return (gcc_jit_struct *)ctxt->new_struct_type (loc, name); in gcc_jit_context_new_opaque_struct()
678 gcc_jit_struct_as_type (gcc_jit_struct *struct_type) in gcc_jit_struct_as_type()
692 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type, in gcc_jit_struct_set_fields()
H A Dlibgccjit++.h355 struct_ (gcc_jit_struct *inner);
357 gcc_jit_struct *get_inner_struct () const;
1378 inline struct_::struct_ (gcc_jit_struct *inner) : in struct_()
1383 inline gcc_jit_struct *
1387 return reinterpret_cast<gcc_jit_struct *> (get_inner_object ()); in get_inner_struct()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dtypes.rst197 .. c:type:: gcc_jit_struct
203 A field within a :c:type:`gcc_jit_struct`.
205 You can model C `struct` types by creating :c:type:`gcc_jit_struct` and
223 gcc_jit_struct *coord =
292 .. function:: gcc_jit_struct *\
305 .. function:: gcc_jit_struct *\
320 gcc_jit_struct_as_type (gcc_jit_struct *struct_type)
325 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type,\
408 .. function:: gcc_jit_struct *\
430 gcc_jit_struct_get_field (gcc_jit_struct *struct_type,\
[all …]
H A Dobjects.rst43 +- gcc_jit_struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dtypes.rst187 .. c:type:: gcc_jit_struct
193 A field within a :c:type:`gcc_jit_struct`.
195 You can model C `struct` types by creating :c:type:`gcc_jit_struct *` and
213 gcc_jit_struct *coord =
279 .. function:: gcc_jit_struct *\
292 .. function:: gcc_jit_struct *\
307 gcc_jit_struct_as_type (gcc_jit_struct *struct_type)
312 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type,\
H A Dobjects.rst43 +- gcc_jit_struct
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial02.rst81 +- gcc_jit_struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial02.rst81 +- gcc_jit_struct
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi686 +- gcc_jit_struct
5212 +- gcc_jit_struct
5738 @geindex gcc_jit_struct (C type)
5739 @anchor{topics/types c gcc_jit_struct}@anchor{8b}
5740 @deffn {C Type} gcc_jit_struct
5750 A field within a @ref{8b,,gcc_jit_struct}.
5752 You can model C @cite{struct} types by creating @ref{8b,,gcc_jit_struct} and
5773 gcc_jit_struct *coord =
5846 @deffn {C Function} gcc_jit_struct *gcc_jit_context_new_struct_type (gcc_jit_context@w{ }*ctxt, gcc…
5860 @deffn {C Function} gcc_jit_struct * gcc_jit_context_new_opaque_struct (gcc_jit_context@w{ …
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi677 +- gcc_jit_struct
5681 +- gcc_jit_struct
6149 @geindex gcc_jit_struct (C type)
6150 @anchor{topics/types gcc_jit_struct}@anchor{87}
6151 @deffn {C Type} gcc_jit_struct
6161 A field within a @pxref{87,,gcc_jit_struct}.
6163 You can model C @cite{struct} types by creating @pxref{87,,gcc_jit_struct *} and
6186 gcc_jit_struct *coord =
6240 @deffn {C Function} gcc_jit_struct *gcc_jit_context_new_struct_type (gcc_jit_context@w{ }*ctxt, gcc…
6254 @deffn {C Function} gcc_jit_struct * gcc_jit_context_new_opaque_struct (gcc_jit_context@w{ …
[all …]