Searched refs:gcc_c_context (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | gcc-c-interface.h | 34 struct gcc_c_context; 107 struct gcc_c_context *context, 115 struct gcc_c_context *ctxt, 142 void (*set_callbacks) (struct gcc_c_context *self, 148 R (*N) (struct gcc_c_context *); 150 R (*N) (struct gcc_c_context *, A); 152 R (*N) (struct gcc_c_context *, A, B); 154 R (*N) (struct gcc_c_context *, A, B, C); 156 R (*N) (struct gcc_c_context *, A, B, C, D); 158 R (*N) (struct gcc_c_context *, A, B, C, D, E); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | gcc-c-interface.h | 34 struct gcc_c_context; 107 struct gcc_c_context *context, 115 struct gcc_c_context *ctxt, 142 void (*set_callbacks) (struct gcc_c_context *self, 148 R (*N) (struct gcc_c_context *); 150 R (*N) (struct gcc_c_context *, A); 152 R (*N) (struct gcc_c_context *, A, B); 154 R (*N) (struct gcc_c_context *, A, B, C); 156 R (*N) (struct gcc_c_context *, A, B, C, D); 158 R (*N) (struct gcc_c_context *, A, B, C, D, E); [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | gcc-c-interface.h | 34 struct gcc_c_context; 107 struct gcc_c_context *context, 115 struct gcc_c_context *ctxt, 142 void (*set_callbacks) (struct gcc_c_context *self, 148 R (*N) (struct gcc_c_context *); 150 R (*N) (struct gcc_c_context *, A); 152 R (*N) (struct gcc_c_context *, A, B); 154 R (*N) (struct gcc_c_context *, A, B, C); 156 R (*N) (struct gcc_c_context *, A, B, C, D); 158 R (*N) (struct gcc_c_context *, A, B, C, D, E); [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | gcc-c-interface.h | 34 struct gcc_c_context; 107 struct gcc_c_context *context, 115 struct gcc_c_context *ctxt, 142 void (*set_callbacks) (struct gcc_c_context *self, 148 R (*N) (struct gcc_c_context *); 150 R (*N) (struct gcc_c_context *, A); 152 R (*N) (struct gcc_c_context *, A, B); 154 R (*N) (struct gcc_c_context *, A, B, C); 156 R (*N) (struct gcc_c_context *, A, B, C, D); 158 R (*N) (struct gcc_c_context *, A, B, C, D, E); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcc1.cc | 43 struct libcc1 : public cc1_plugin::base_gdb_plugin<gcc_c_context> 55 : cc1_plugin::base_gdb_plugin<gcc_c_context> ("libcc1plugin", in libcc1() 97 set_callbacks (struct gcc_c_context *s, in set_callbacks() 115 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N>, 117 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A>, 119 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A, B>, 121 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A, B, C>, 123 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A, B, C, D>, 125 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A, B, C, D, E>, 127 cc1_plugin::rpc<gcc_c_context, R, cc1_plugin::c::N, A, B, C, D, E, F, G>, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcc1.cc | 48 struct libcc1 : public gcc_c_context 200 set_callbacks (struct gcc_c_context *s, in set_callbacks() 217 R rpc (struct gcc_c_context *s) in rpc() 228 R rpc (struct gcc_c_context *s, A arg) in rpc() 239 R rpc (struct gcc_c_context *s, A1 arg1, A2 arg2) in rpc() 250 R rpc (struct gcc_c_context *s, A1 arg1, A2 arg2, A3 arg3) in rpc() 262 R rpc (struct gcc_c_context *s, A1 arg1, A2 arg2, A3 arg3, A4 arg4) in rpc() 275 R rpc (struct gcc_c_context *s, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) in rpc() 288 R rpc (struct gcc_c_context *s, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, in rpc() 665 struct gcc_c_context *
|