/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 72 typedef struct gcc_jit_object gcc_jit_object; typedef 474 gcc_jit_object_get_context (gcc_jit_object *obj); 480 gcc_jit_object_get_debug_string (gcc_jit_object *obj); 495 extern gcc_jit_object * 504 extern gcc_jit_object * 621 extern gcc_jit_object * 679 extern gcc_jit_object * 736 extern gcc_jit_object * 758 extern gcc_jit_object * 792 extern gcc_jit_object * [all …]
|
H A D | libgccjit.c | 47 struct gcc_jit_object : public gcc::jit::recording::memento struct 410 gcc_jit_object * 415 return static_cast <gcc_jit_object *> (loc->as_object ()); in gcc_jit_location_as_object() 424 gcc_jit_object * 429 return static_cast <gcc_jit_object *> (type->as_object ()); in gcc_jit_type_as_object() 605 gcc_jit_object * 610 return static_cast <gcc_jit_object *> (field->as_object ()); in gcc_jit_field_as_object() 829 gcc_jit_object * 834 return static_cast <gcc_jit_object *> (param->as_object ()); in gcc_jit_param_as_object() 968 gcc_jit_object * [all …]
|
H A D | libgccjit++.h | 68 object (gcc_jit_object *obj); 70 gcc_jit_object *get_inner_object () const; 73 gcc_jit_object *m_inner_obj; 1275 inline object::object (gcc_jit_object *obj) : m_inner_obj (obj) in object() 1281 inline gcc_jit_object *
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 75 typedef struct gcc_jit_object gcc_jit_object; typedef 507 gcc_jit_object_get_context (gcc_jit_object *obj); 513 gcc_jit_object_get_debug_string (gcc_jit_object *obj); 528 extern gcc_jit_object * 537 extern gcc_jit_object * 682 extern gcc_jit_object * 749 extern gcc_jit_object * 816 extern gcc_jit_object * 838 extern gcc_jit_object * 1040 extern gcc_jit_object * [all …]
|
H A D | libgccjit.cc | 47 struct gcc_jit_object : public gcc::jit::recording::memento struct 434 gcc_jit_object * 439 return static_cast <gcc_jit_object *> (loc->as_object ()); in gcc_jit_location_as_object() 448 gcc_jit_object * 453 return static_cast <gcc_jit_object *> (type->as_object ()); in gcc_jit_type_as_object() 843 gcc_jit_object * 848 return static_cast <gcc_jit_object *> (field->as_object ()); in gcc_jit_field_as_object() 1111 gcc_jit_object * 1116 return static_cast <gcc_jit_object *> (param->as_object ()); in gcc_jit_param_as_object() 1250 gcc_jit_object * [all …]
|
H A D | libgccjit++.h | 69 object (gcc_jit_object *obj); 71 gcc_jit_object *get_inner_object () const; 74 gcc_jit_object *m_inner_obj; 1344 inline object::object (gcc_jit_object *obj) : m_inner_obj (obj) in object() 1350 inline gcc_jit_object *
|
H A D | ChangeLog.jit | 2021 * libgccjit.h (struct gcc_jit_object): New. 2046 * libgccjit.c (struct gcc_jit_object): New.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | objects.rst | 23 .. type:: gcc_jit_object 27 "contextual" object, a :c:type:`gcc_jit_object *` 40 +- gcc_jit_object 58 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 62 .. function:: gcc_jit_context *gcc_jit_object_get_context (gcc_jit_object *obj) 67 .. function:: const char *gcc_jit_object_get_debug_string (gcc_jit_object *obj)
|
H A D | functions.rst | 57 .. function:: gcc_jit_object *\ 143 .. function:: gcc_jit_object *\ 237 .. function:: gcc_jit_object *\ 476 .. function:: gcc_jit_object *\
|
H A D | asm.rst | 275 A :type:`gcc_jit_extended_asm` is a :type:`gcc_jit_object` "owned" by 278 .. function:: gcc_jit_object *\
|
H A D | types.rst | 27 .. function:: gcc_jit_object *gcc_jit_type_as_object (gcc_jit_type *type) 287 .. function:: gcc_jit_object *\
|
H A D | expressions.rst | 49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue) 684 .. function:: gcc_jit_object *\
|
H A D | contexts.rst | 49 Both the context itself and all of its :c:type:`gcc_jit_object *`
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | objects.rst | 23 .. type:: gcc_jit_object 27 "contextual" object, a :c:type:`gcc_jit_object *` 40 +- gcc_jit_object 57 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 61 .. function:: gcc_jit_context *gcc_jit_object_get_context (gcc_jit_object *obj) 66 .. function:: const char *gcc_jit_object_get_debug_string (gcc_jit_object *obj)
|
H A D | functions.rst | 55 .. function:: gcc_jit_object *\ 126 .. function:: gcc_jit_object *\ 192 .. function:: gcc_jit_object *\ 431 .. function:: gcc_jit_object *\
|
H A D | types.rst | 27 .. function:: gcc_jit_object *gcc_jit_type_as_object (gcc_jit_type *type) 274 .. function:: gcc_jit_object *\
|
H A D | expressions.rst | 49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue) 516 .. function:: gcc_jit_object *\
|
H A D | contexts.rst | 49 Both the context itself and all of its :c:type:`gcc_jit_object *`
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 78 +- gcc_jit_object 94 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 96 One thing you can do with a :c:type:`gcc_jit_object *` is 161 :c:type:`gcc_jit_object *` subclass. We can upcast it using
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 78 +- gcc_jit_object 94 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 96 One thing you can do with a :c:type:`gcc_jit_object *` is 161 :c:type:`gcc_jit_object *` subclass. We can upcast it using
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 674 +- gcc_jit_object 692 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 697 One thing you can do with a @pxref{e,,gcc_jit_object *} is 774 @pxref{e,,gcc_jit_object *} subclass. We can upcast it using 5014 Both the context itself and all of its @pxref{e,,gcc_jit_object *} 5648 @geindex gcc_jit_object (C type) 5649 @anchor{topics/objects gcc_jit_object}@anchor{e} 5650 @deffn {C Type} gcc_jit_object 5655 "contextual" object, a @pxref{e,,gcc_jit_object *} 5678 +- gcc_jit_object [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 683 +- gcc_jit_object 699 gcc_jit_object *obj = gcc_jit_type_as_object (int_type); 702 One thing you can do with a @ref{e,,gcc_jit_object *} is 767 @ref{e,,gcc_jit_object *} subclass. We can upcast it using 4513 Both the context itself and all of its @ref{e,,gcc_jit_object *} 5179 @geindex gcc_jit_object (C type) 5180 @anchor{topics/objects c gcc_jit_object}@anchor{e} 5181 @deffn {C Type} gcc_jit_object 5186 “contextual” object, a @ref{e,,gcc_jit_object *} 5209 +- gcc_jit_object [all …]
|