Searched refs:new_struct_type (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 192 gccjit::context::new_struct_type (const std::string &name,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 192 gccjit::context::new_struct_type (const std::string &name,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | ChangeLog.jit | 674 (gcc::jit::playback::context::new_struct_type): Generalize by 683 (gcc::jit::recording::context::new_struct_type): Likewise. 712 (gcc::jit::playback::context::new_struct_type): Rename method 1596 (gcc::jit::recording::context::new_struct_type): Add struct to the 1679 * libgccjit++.h (gccjit::context::new_struct_type): Return a 1707 * internal-api.h (gcc::jit::recording::context::new_struct_type): 1717 (gcc::jit::playback::context::new_struct_type): Don't accept 1726 (gcc::jit::recording::context::new_struct_type): Don't accept 1739 (gcc::jit:: playback::context::new_struct_type): Don't accept 1949 * libgccjit++.h (gccjit::context::new_struct_type): Pass std::vector [all …]
|
H A D | libgccjit++.h | 161 struct_ new_struct_type (const std::string &name, 838 context::new_struct_type (const std::string &name, in new_struct_type() function
|
H A D | libgccjit.cc | 883 ctxt->new_struct_type (loc, name); in gcc_jit_context_new_struct_type() 906 return (gcc_jit_struct *)ctxt->new_struct_type (loc, name); in gcc_jit_context_new_opaque_struct()
|
H A D | jit-recording.h | 108 new_struct_type (location *loc,
|
H A D | jit-recording.cc | 905 recording::context::new_struct_type (recording::location *loc, in new_struct_type() function in gcc::jit::recording::context 1639 m_FILE_type = new_struct_type (NULL, "FILE"); in get_opaque_FILE_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit++.h | 160 struct_ new_struct_type (const std::string &name, 777 context::new_struct_type (const std::string &name, in new_struct_type() function
|
H A D | libgccjit.c | 645 ctxt->new_struct_type (loc, name); in gcc_jit_context_new_struct_type() 668 return (gcc_jit_struct *)ctxt->new_struct_type (loc, name); in gcc_jit_context_new_opaque_struct()
|
H A D | jit-recording.c | 900 recording::context::new_struct_type (recording::location *loc, in new_struct_type() function 1535 m_FILE_type = new_struct_type (NULL, "FILE"); in get_opaque_FILE_type()
|
H A D | jit-recording.h | 108 new_struct_type (location *loc,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 13294 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 13334 @geindex gccjit;;context;;new_struct_type (C++ function) 13336 @deffn {C++ Function} gccjit::struct_ gccjit::context::new_struct_type (const std::string& name, st…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 13732 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 13766 @geindex gccjit;;context;;new_struct_type (C++ function) 13768 @deffn {C++ Function} gccjit::@ref{21a,,struct_} gccjit::@ref{175,,context}::new_struct_type (const…
|