Searched refs:address_oracle (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dgcc-c-plugin.h38 gcc_c_symbol_address_function *address_oracle,
42 address_oracle, datum);
37 set_callbacks(gcc_c_oracle_function *binding_oracle, gcc_c_symbol_address_function *address_oracle, void *datum) argument
H A Dgcc-cp-plugin.h38 gcc_cp_symbol_address_function *address_oracle,
44 address_oracle, enter_scope, leave_scope,
37 set_callbacks(gcc_cp_oracle_function *binding_oracle, gcc_cp_symbol_address_function *address_oracle, gcc_cp_enter_leave_user_expr_scope_function *enter_scope, gcc_cp_enter_leave_user_expr_scope_function *leave_scope, void *datum) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dgcc-c-plugin.h38 gcc_c_symbol_address_function *address_oracle,
42 address_oracle, datum);
37 set_callbacks(gcc_c_oracle_function *binding_oracle, gcc_c_symbol_address_function *address_oracle, void *datum) argument
H A Dgcc-cp-plugin.h38 gcc_cp_symbol_address_function *address_oracle,
44 address_oracle, enter_scope, leave_scope,
37 set_callbacks(gcc_cp_oracle_function *binding_oracle, gcc_cp_symbol_address_function *address_oracle, gcc_cp_enter_leave_user_expr_scope_function *enter_scope, gcc_cp_enter_leave_user_expr_scope_function *leave_scope, void *datum) argument
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1.cc50 gcc_c_symbol_address_function *address_oracle = nullptr; member in struct:libcc1
91 return self->address_oracle (self->oracle_datum, self, identifier);
101 gcc_c_symbol_address_function *address_oracle,
107 self->address_oracle = address_oracle;
156 connection->add_callback ("address_oracle", fun);
97 set_callbacks(struct gcc_c_context *s, gcc_c_oracle_function *binding_oracle, gcc_c_symbol_address_function *address_oracle, void *datum) argument
H A Dlibcp1.cc49 gcc_cp_symbol_address_function *address_oracle = nullptr; member in struct:libcp1
92 return self->address_oracle (self->oracle_datum, self, identifier);
120 gcc_cp_symbol_address_function *address_oracle,
128 self->address_oracle = address_oracle;
178 connection->add_callback ("address_oracle", fun);
116 set_callbacks(struct gcc_cp_context *s, gcc_cp_oracle_function *binding_oracle, gcc_cp_symbol_address_function *address_oracle, gcc_cp_enter_leave_user_expr_scope_function *enter_scope, gcc_cp_enter_leave_user_expr_scope_function *leave_scope, void *datum) argument
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dgcc-c-interface.h144 gcc_c_symbol_address_function *address_oracle,
H A Dgcc-cp-interface.h427 gcc_cp_symbol_address_function *address_oracle,
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1.cc62 gcc_cp_symbol_address_function *address_oracle; member in struct:libcp1
148 address_oracle (NULL),
196 return self->address_oracle (self->oracle_datum, self, identifier);
224 gcc_cp_symbol_address_function *address_oracle,
232 self->address_oracle = address_oracle;
641 self->connection->add_callback ("address_oracle", fun);
220 set_callbacks(struct gcc_cp_context *s, gcc_cp_oracle_function *binding_oracle, gcc_cp_symbol_address_function *address_oracle, gcc_cp_enter_leave_user_expr_scope_function *enter_scope, gcc_cp_enter_leave_user_expr_scope_function *leave_scope, void *datum) argument
H A Dlibcc1.cc62 gcc_c_symbol_address_function *address_oracle; member in struct:libcc1
146 address_oracle (NULL),
194 return self->address_oracle (self->oracle_datum, self, identifier);
204 gcc_c_symbol_address_function *address_oracle,
210 self->address_oracle = address_oracle;
617 self->connection->add_callback ("address_oracle", fun);
200 set_callbacks(struct gcc_c_context *s, gcc_c_oracle_function *binding_oracle, gcc_c_symbol_address_function *address_oracle, void *datum) argument

Completed in 143 milliseconds