Lines Matching refs:cc1_plugin

126 class libcp1_connection : public cc1_plugin::connection
178 cp_call_binding_oracle (cc1_plugin::connection *conn, in cp_call_binding_oracle()
191 cp_call_symbol_address (cc1_plugin::connection *conn, const char *identifier) in cp_call_symbol_address()
199 cp_call_enter_scope (cc1_plugin::connection *conn) in cp_call_enter_scope()
208 cp_call_leave_scope (cc1_plugin::connection *conn) in cp_call_leave_scope()
246 if (!cc1_plugin::call (self->connection, NAME, &result)) in rpc()
257 if (!cc1_plugin::call (self->connection, NAME, &result, arg)) in rpc()
268 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2)) in rpc()
279 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3)) in rpc()
291 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
304 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
318 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
330 rpc<R, cc1_plugin::cp::N>,
332 rpc<R, cc1_plugin::cp::N, A>,
334 rpc<R, cc1_plugin::cp::N, A, B>,
336 rpc<R, cc1_plugin::cp::N, A, B, C>,
338 rpc<R, cc1_plugin::cp::N, A, B, C, D>,
340 rpc<R, cc1_plugin::cp::N, A, B, C, D, E>,
342 rpc<R, cc1_plugin::cp::N, A, B, C, D, E, F, G>,
561 cc1_plugin::status result = cc1_plugin::FAIL; in fork_exec()
563 && ::cc1_plugin::marshall (self->connection, GCC_CP_FE_VERSION_0)) in fork_exec()
628 cc1_plugin::callback_ftype *fun in libcp1_compile()
629 = cc1_plugin::callback<int, in libcp1_compile()
635 fun = cc1_plugin::callback<gcc_address, in libcp1_compile()
640 fun = cc1_plugin::callback<int, in libcp1_compile()
644 fun = cc1_plugin::callback<int, in libcp1_compile()