/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 85 typedef struct gcc_jit_location gcc_jit_location; typedef 488 extern gcc_jit_location * 496 gcc_jit_location_as_object (gcc_jit_location *loc); 592 gcc_jit_location *loc, 601 gcc_jit_location *loc, 615 gcc_jit_location *loc, 627 gcc_jit_location *loc, 635 gcc_jit_location *loc, 646 gcc_jit_location *loc, 653 gcc_jit_location *loc, [all …]
|
H A D | libgccjit.c | 51 struct gcc_jit_location : public gcc::jit::recording::location struct 303 gcc_jit_location *loc, 309 gcc_jit_location *loc, in jit_error() 393 gcc_jit_location * 401 return (gcc_jit_location *)ctxt->new_location (filename, line, column, true); in gcc_jit_context_new_location() 411 gcc_jit_location_as_object (gcc_jit_location *loc) in gcc_jit_location_as_object() 521 gcc_jit_location *loc, in gcc_jit_context_new_array_type() 544 gcc_jit_location *loc, in gcc_jit_context_new_field() 571 gcc_jit_location *loc, in gcc_jit_context_new_bitfield() 622 gcc_jit_location *loc, in gcc_jit_context_new_struct_type() [all …]
|
H A D | libgccjit++.h | 87 location (gcc_jit_location *loc); 89 gcc_jit_location *get_inner_location () const; 1295 inline location::location (gcc_jit_location *loc) in location() 1299 inline gcc_jit_location * 1303 return reinterpret_cast<gcc_jit_location *> (get_inner_object ()); in get_inner_location()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 88 typedef struct gcc_jit_location gcc_jit_location; typedef 521 extern gcc_jit_location * 529 gcc_jit_location_as_object (gcc_jit_location *loc); 653 gcc_jit_location *loc, 662 gcc_jit_location *loc, 676 gcc_jit_location *loc, 688 gcc_jit_location *loc, 696 gcc_jit_location *loc, 707 gcc_jit_location *loc, 723 gcc_jit_location *loc, [all …]
|
H A D | libgccjit.cc | 51 struct gcc_jit_location : public gcc::jit::recording::location struct 417 gcc_jit_location * 425 return (gcc_jit_location *)ctxt->new_location (filename, line, column, true); in gcc_jit_context_new_location() 435 gcc_jit_location_as_object (gcc_jit_location *loc) in gcc_jit_location_as_object() 752 gcc_jit_location *loc, in gcc_jit_context_new_array_type() 777 gcc_jit_location *loc, in gcc_jit_context_new_field() 809 gcc_jit_location *loc, in gcc_jit_context_new_bitfield() 860 gcc_jit_location *loc, in gcc_jit_context_new_struct_type() 898 gcc_jit_location *loc, in gcc_jit_context_new_opaque_struct() 931 gcc_jit_location *loc, in gcc_jit_struct_set_fields() [all …]
|
H A D | libgccjit++.h | 88 location (gcc_jit_location *loc); 90 gcc_jit_location *get_inner_location () const; 1364 inline location::location (gcc_jit_location *loc) in location() 1368 inline gcc_jit_location * 1372 return reinterpret_cast<gcc_jit_location *> (get_inner_object ()); in get_inner_location()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | locations.rst | 23 .. type:: gcc_jit_location 25 A `gcc_jit_location` encapsulates a source code location, so that 30 `gcc_jit_location` instances are optional: you can always pass NULL to 46 .. function:: gcc_jit_location *\ 52 Create a `gcc_jit_location` instance representing the given source 71 argument is true, this will also set up `gcc_jit_location` information
|
H A D | functions.rst | 31 gcc_jit_location *loc,\ 73 gcc_jit_location *loc,\ 161 gcc_jit_location *loc,\ 253 gcc_jit_location *loc,\ 267 gcc_jit_location *loc,\ 282 gcc_jit_location *loc,\ 311 gcc_jit_location *loc,\ 334 gcc_jit_location *loc,\ 355 gcc_jit_location *loc,\ 369 gcc_jit_location *loc,\ [all …]
|
H A D | expressions.rst | 160 gcc_jit_location *loc,\ 195 gcc_jit_location *loc,\ 245 gcc_jit_location *loc,\ 279 gcc_jit_location *loc, \ 303 gcc_jit_location *loc, \ 370 gcc_jit_location *loc, \ 531 gcc_jit_location *loc,\ 555 gcc_jit_location *loc,\ 587 gcc_jit_location *loc,\ 644 gcc_jit_location *loc,\ [all …]
|
H A D | types.rst | 124 gcc_jit_location *loc, \ 250 gcc_jit_location *loc,\ 264 gcc_jit_location *loc,\ 294 gcc_jit_location *loc,\ 307 gcc_jit_location *loc,\ 326 gcc_jit_location *loc,\ 336 gcc_jit_location *loc,\
|
H A D | function-pointers.rst | 33 gcc_jit_location *loc) 73 gcc_jit_location *loc,\
|
H A D | asm.rst | 97 gcc_jit_location *loc,\ 110 gcc_jit_location *loc,\ 293 gcc_jit_location *loc,\
|
H A D | objects.rst | 41 +- gcc_jit_location
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | locations.rst | 23 .. type:: gcc_jit_location 25 A `gcc_jit_location` encapsulates a source code location, so that 30 `gcc_jit_location` instances are optional: you can always pass NULL to 46 .. function:: gcc_jit_location *\ 52 Create a `gcc_jit_location` instance representing the given source 71 argument is true, this will also set up `gcc_jit_location` information
|
H A D | functions.rst | 31 gcc_jit_location *loc,\ 71 gcc_jit_location *loc,\ 144 gcc_jit_location *loc,\ 208 gcc_jit_location *loc,\ 222 gcc_jit_location *loc,\ 237 gcc_jit_location *loc,\ 266 gcc_jit_location *loc,\ 289 gcc_jit_location *loc,\ 310 gcc_jit_location *loc,\ 324 gcc_jit_location *loc,\ [all …]
|
H A D | expressions.rst | 134 gcc_jit_location *loc, \ 158 gcc_jit_location *loc, \ 223 gcc_jit_location *loc, \ 382 gcc_jit_location *loc,\ 406 gcc_jit_location *loc,\ 438 gcc_jit_location *loc,\ 495 gcc_jit_location *loc,\ 528 gcc_jit_location *loc) 543 gcc_jit_location *loc,\ 584 gcc_jit_location *loc) [all …]
|
H A D | types.rst | 114 gcc_jit_location *loc, \ 240 gcc_jit_location *loc,\ 252 gcc_jit_location *loc,\ 281 gcc_jit_location *loc,\ 294 gcc_jit_location *loc,\ 313 gcc_jit_location *loc,\ 323 gcc_jit_location *loc,\
|
H A D | function-pointers.rst | 33 gcc_jit_location *loc) 73 gcc_jit_location *loc,\
|
H A D | objects.rst | 41 +- gcc_jit_location
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 89 bf_get_current_data (bf_compiler *bfc, gcc_jit_location *loc) in bf_get_current_data() 101 bf_current_data_is_zero (bf_compiler *bfc, gcc_jit_location *loc) in bf_current_data_is_zero() 117 gcc_jit_location *loc = in bf_compile_char()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 89 bf_get_current_data (bf_compiler *bfc, gcc_jit_location *loc) in bf_get_current_data() 101 bf_current_data_is_zero (bf_compiler *bfc, gcc_jit_location *loc) in bf_current_data_is_zero() 117 gcc_jit_location *loc = in bf_compile_char()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 401 gcc_jit_location *op_locs[MAX_OPS]; 413 gcc_jit_location *loc) in add_push() 440 gcc_jit_location *loc) in add_pop() 592 gcc_jit_location *loc = state.op_locs[pc]; in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 401 gcc_jit_location *op_locs[MAX_OPS]; 413 gcc_jit_location *loc) in add_push() 440 gcc_jit_location *loc) in add_pop() 592 gcc_jit_location *loc = state.op_locs[pc]; in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 675 +- gcc_jit_location 2383 gcc_jit_location *op_locs[MAX_OPS]; 2444 gcc_jit_location *loc) 2471 gcc_jit_location *loc) 2502 debugger, so we need to create @pxref{3b,,gcc_jit_location} instances, one 2650 gcc_jit_location *loc = state.op_locs[pc]; 4248 bf_get_current_data (bf_compiler *bfc, gcc_jit_location *loc) 4260 bf_current_data_is_zero (bf_compiler *bfc, gcc_jit_location *loc) 4276 gcc_jit_location *loc = 5146 If "update_locations" is true, then also set up @pxref{3b,,gcc_jit_location} [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 684 +- gcc_jit_location 2266 gcc_jit_location *op_locs[MAX_OPS]; 2318 gcc_jit_location *loc) 2345 gcc_jit_location *loc) 2373 debugger, so we need to create @ref{3b,,gcc_jit_location} instances, one 2503 gcc_jit_location *loc = state.op_locs[pc]; 3852 bf_get_current_data (bf_compiler *bfc, gcc_jit_location *loc) 3864 bf_current_data_is_zero (bf_compiler *bfc, gcc_jit_location *loc) 3880 gcc_jit_location *loc = 4641 If “update_locations” is true, then also set up @ref{3b,,gcc_jit_location} [all …]
|