Searched refs:gcc_c_context (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | gcc-c-interface.h | 34 struct gcc_c_context; 103 struct gcc_c_context *context, 111 struct gcc_c_context *ctxt, 151 void (*set_callbacks) (struct gcc_c_context *self, 157 R (*N) (struct gcc_c_context *); 159 R (*N) (struct gcc_c_context *, A); 161 R (*N) (struct gcc_c_context *, A, B); 163 R (*N) (struct gcc_c_context *, A, B, C); 165 R (*N) (struct gcc_c_context *, A, B, C, D); 167 R (*N) (struct gcc_c_context *, A, B, C, D, E); [all …]
|