HomeSort by: relevance | last modified time | path
    Searched defs:arg_pos (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-gsmob.c 175 gsscm_get_gsmob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
177 SCM_ASSERT_TYPE (gdbscm_is_gsmob (self), self, arg_pos, func_name,
176 SCM_ASSERT_TYPE (gdbscm_is_gsmob (self), self, arg_pos, func_name, local
scm-iterator.c 231 itscm_get_iterator_arg_unsafe (SCM self, int arg_pos, const char *func_name) local
233 SCM_ASSERT_TYPE (itscm_is_iterator (self), self, arg_pos, func_name,
scm-progspace.c 179 psscm_get_pspace_arg_unsafe (SCM self, int arg_pos, const char *func_name)
181 SCM_ASSERT_TYPE (psscm_is_pspace (self), self, arg_pos, func_name,
191 psscm_get_pspace_smob_arg_unsafe (SCM self, int arg_pos,
194 SCM p_scm = psscm_get_pspace_arg_unsafe (self, arg_pos, func_name);
213 psscm_get_valid_pspace_smob_arg_unsafe (SCM self, int arg_pos,
217 = psscm_get_pspace_smob_arg_unsafe (self, arg_pos, func_name);
221 gdbscm_invalid_object_error (func_name, arg_pos, self,
180 SCM_ASSERT_TYPE (psscm_is_pspace (self), self, arg_pos, func_name, local
scm-lazy-string.c 186 lsscm_get_lazy_string_arg_unsafe (SCM self, int arg_pos, const char *func_name)
188 SCM_ASSERT_TYPE (lsscm_is_lazy_string (self), self, arg_pos, func_name,
286 ARG_POS is the argument position of STRING in the original Scheme
295 lsscm_safe_lazy_string_to_value (SCM string, int arg_pos,
308 = gdbscm_make_out_of_range_error (func_name, arg_pos, string,
187 SCM_ASSERT_TYPE (lsscm_is_lazy_string (self), self, arg_pos, func_name, local
scm-arch.c 139 arscm_get_arch_arg_unsafe (SCM self, int arg_pos, const char *func_name)
141 SCM_ASSERT_TYPE (arscm_is_arch (self), self, arg_pos, func_name,
151 arscm_get_arch_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
153 SCM a_scm = arscm_get_arch_arg_unsafe (self, arg_pos, func_name);
140 SCM_ASSERT_TYPE (arscm_is_arch (self), self, arg_pos, func_name, local
scm-objfile.c 169 ofscm_get_objfile_arg_unsafe (SCM self, int arg_pos, const char *func_name)
171 SCM_ASSERT_TYPE (ofscm_is_objfile (self), self, arg_pos, func_name,
181 ofscm_get_objfile_smob_arg_unsafe (SCM self, int arg_pos,
184 SCM o_scm = ofscm_get_objfile_arg_unsafe (self, arg_pos, func_name);
202 ofscm_get_valid_objfile_smob_arg_unsafe (SCM self, int arg_pos,
206 = ofscm_get_objfile_smob_arg_unsafe (self, arg_pos, func_name);
210 gdbscm_invalid_object_error (func_name, arg_pos, self,
170 SCM_ASSERT_TYPE (ofscm_is_objfile (self), self, arg_pos, func_name, local
scm-value.c 288 vlscm_get_value_arg_unsafe (SCM self, int arg_pos, const char *func_name)
290 SCM_ASSERT_TYPE (vlscm_is_value (self), self, arg_pos, func_name,
300 vlscm_get_value_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
302 SCM v_scm = vlscm_get_value_arg_unsafe (self, arg_pos, func_name);
289 SCM_ASSERT_TYPE (vlscm_is_value (self), self, arg_pos, func_name, local
scm-block.c 266 bkscm_get_block_arg_unsafe (SCM self, int arg_pos, const char *func_name)
268 SCM_ASSERT_TYPE (bkscm_is_block (self), self, arg_pos, func_name,
278 bkscm_get_block_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
280 SCM b_scm = bkscm_get_block_arg_unsafe (self, arg_pos, func_name);
298 bkscm_get_valid_block_smob_arg_unsafe (SCM self, int arg_pos,
302 = bkscm_get_block_smob_arg_unsafe (self, arg_pos, func_name);
306 gdbscm_invalid_object_error (func_name, arg_pos, self,
318 bkscm_get_valid_block (SCM scm, int arg_pos, const char *func_name, SCM *excp)
324 *excp = gdbscm_make_type_error (func_name, arg_pos, scm,
332 *excp = gdbscm_make_invalid_object_error (func_name, arg_pos, scm
267 SCM_ASSERT_TYPE (bkscm_is_block (self), self, arg_pos, func_name, local
    [all...]
scm-symbol.c 257 syscm_get_symbol_arg_unsafe (SCM self, int arg_pos, const char *func_name)
259 SCM_ASSERT_TYPE (syscm_is_symbol (self), self, arg_pos, func_name,
269 syscm_get_symbol_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
271 SCM s_scm = syscm_get_symbol_arg_unsafe (self, arg_pos, func_name);
289 syscm_get_valid_symbol_smob_arg_unsafe (SCM self, int arg_pos,
293 = syscm_get_symbol_smob_arg_unsafe (self, arg_pos, func_name);
297 gdbscm_invalid_object_error (func_name, arg_pos, self,
308 syscm_get_valid_symbol_arg_unsafe (SCM self, int arg_pos,
311 symbol_smob *s_smob = syscm_get_valid_symbol_smob_arg_unsafe (self, arg_pos,
258 SCM_ASSERT_TYPE (syscm_is_symbol (self), self, arg_pos, func_name, local
scm-symtab.c 255 stscm_get_symtab_arg_unsafe (SCM self, int arg_pos, const char *func_name)
257 SCM_ASSERT_TYPE (stscm_is_symtab (self), self, arg_pos, func_name,
267 stscm_get_symtab_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
269 SCM st_scm = stscm_get_symtab_arg_unsafe (self, arg_pos, func_name);
287 stscm_get_valid_symtab_smob_arg_unsafe (SCM self, int arg_pos,
291 = stscm_get_symtab_smob_arg_unsafe (self, arg_pos, func_name);
295 gdbscm_invalid_object_error (func_name, arg_pos, self,
467 stscm_get_sal_arg (SCM self, int arg_pos, const char *func_name)
469 SCM_ASSERT_TYPE (stscm_is_sal (self), self, arg_pos, func_name,
479 stscm_get_sal_smob_arg (SCM self, int arg_pos, const char *func_name
256 SCM_ASSERT_TYPE (stscm_is_symtab (self), self, arg_pos, func_name, local
466 SCM_ASSERT_TYPE (stscm_is_sal (self), self, arg_pos, func_name, local
    [all...]
scm-breakpoint.c 287 bpscm_get_breakpoint_arg_unsafe (SCM self, int arg_pos, const char *func_name)
289 SCM_ASSERT_TYPE (bpscm_is_breakpoint (self), self, arg_pos, func_name,
299 bpscm_get_breakpoint_smob_arg_unsafe (SCM self, int arg_pos,
302 SCM bp_scm = bpscm_get_breakpoint_arg_unsafe (self, arg_pos, func_name);
321 bpscm_get_valid_breakpoint_smob_arg_unsafe (SCM self, int arg_pos,
325 = bpscm_get_breakpoint_smob_arg_unsafe (self, arg_pos, func_name);
329 gdbscm_invalid_object_error (func_name, arg_pos, self,
288 SCM_ASSERT_TYPE (bpscm_is_breakpoint (self), self, arg_pos, func_name, local
scm-frame.c 311 frscm_get_frame_arg_unsafe (SCM self, int arg_pos, const char *func_name)
313 SCM_ASSERT_TYPE (frscm_is_frame (self), self, arg_pos, func_name,
342 frscm_get_frame_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
344 SCM f_scm = frscm_get_frame_arg_unsafe (self, arg_pos, func_name);
349 gdbscm_invalid_object_error (func_name, arg_pos, self,
312 SCM_ASSERT_TYPE (frscm_is_frame (self), self, arg_pos, func_name, local
scm-pretty-print.c 190 ppscm_get_pretty_printer_arg_unsafe (SCM self, int arg_pos,
193 SCM_ASSERT_TYPE (ppscm_is_pretty_printer (self), self, arg_pos, func_name,
203 ppscm_get_pretty_printer_smob_arg_unsafe (SCM self, int arg_pos,
206 SCM pp_scm = ppscm_get_pretty_printer_arg_unsafe (self, arg_pos, func_name);
192 SCM_ASSERT_TYPE (ppscm_is_pretty_printer (self), self, arg_pos, func_name, local
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-gsmob.c 175 gsscm_get_gsmob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
177 SCM_ASSERT_TYPE (gdbscm_is_gsmob (self), self, arg_pos, func_name,
176 SCM_ASSERT_TYPE (gdbscm_is_gsmob (self), self, arg_pos, func_name, local
scm-iterator.c 231 itscm_get_iterator_arg_unsafe (SCM self, int arg_pos, const char *func_name) local
233 SCM_ASSERT_TYPE (itscm_is_iterator (self), self, arg_pos, func_name,
scm-lazy-string.c 186 lsscm_get_lazy_string_arg_unsafe (SCM self, int arg_pos, const char *func_name)
188 SCM_ASSERT_TYPE (lsscm_is_lazy_string (self), self, arg_pos, func_name,
286 ARG_POS is the argument position of STRING in the original Scheme
295 lsscm_safe_lazy_string_to_value (SCM string, int arg_pos,
308 = gdbscm_make_out_of_range_error (func_name, arg_pos, string,
187 SCM_ASSERT_TYPE (lsscm_is_lazy_string (self), self, arg_pos, func_name, local
scm-progspace.c 179 psscm_get_pspace_arg_unsafe (SCM self, int arg_pos, const char *func_name)
181 SCM_ASSERT_TYPE (psscm_is_pspace (self), self, arg_pos, func_name,
191 psscm_get_pspace_smob_arg_unsafe (SCM self, int arg_pos,
194 SCM p_scm = psscm_get_pspace_arg_unsafe (self, arg_pos, func_name);
213 psscm_get_valid_pspace_smob_arg_unsafe (SCM self, int arg_pos,
217 = psscm_get_pspace_smob_arg_unsafe (self, arg_pos, func_name);
221 gdbscm_invalid_object_error (func_name, arg_pos, self,
180 SCM_ASSERT_TYPE (psscm_is_pspace (self), self, arg_pos, func_name, local
scm-arch.c 139 arscm_get_arch_arg_unsafe (SCM self, int arg_pos, const char *func_name)
141 SCM_ASSERT_TYPE (arscm_is_arch (self), self, arg_pos, func_name,
151 arscm_get_arch_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
153 SCM a_scm = arscm_get_arch_arg_unsafe (self, arg_pos, func_name);
140 SCM_ASSERT_TYPE (arscm_is_arch (self), self, arg_pos, func_name, local
scm-objfile.c 169 ofscm_get_objfile_arg_unsafe (SCM self, int arg_pos, const char *func_name)
171 SCM_ASSERT_TYPE (ofscm_is_objfile (self), self, arg_pos, func_name,
181 ofscm_get_objfile_smob_arg_unsafe (SCM self, int arg_pos,
184 SCM o_scm = ofscm_get_objfile_arg_unsafe (self, arg_pos, func_name);
202 ofscm_get_valid_objfile_smob_arg_unsafe (SCM self, int arg_pos,
206 = ofscm_get_objfile_smob_arg_unsafe (self, arg_pos, func_name);
210 gdbscm_invalid_object_error (func_name, arg_pos, self,
170 SCM_ASSERT_TYPE (ofscm_is_objfile (self), self, arg_pos, func_name, local
scm-value.c 288 vlscm_get_value_arg_unsafe (SCM self, int arg_pos, const char *func_name)
290 SCM_ASSERT_TYPE (vlscm_is_value (self), self, arg_pos, func_name,
300 vlscm_get_value_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
302 SCM v_scm = vlscm_get_value_arg_unsafe (self, arg_pos, func_name);
289 SCM_ASSERT_TYPE (vlscm_is_value (self), self, arg_pos, func_name, local
scm-block.c 266 bkscm_get_block_arg_unsafe (SCM self, int arg_pos, const char *func_name)
268 SCM_ASSERT_TYPE (bkscm_is_block (self), self, arg_pos, func_name,
278 bkscm_get_block_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
280 SCM b_scm = bkscm_get_block_arg_unsafe (self, arg_pos, func_name);
298 bkscm_get_valid_block_smob_arg_unsafe (SCM self, int arg_pos,
302 = bkscm_get_block_smob_arg_unsafe (self, arg_pos, func_name);
306 gdbscm_invalid_object_error (func_name, arg_pos, self,
318 bkscm_get_valid_block (SCM scm, int arg_pos, const char *func_name, SCM *excp)
324 *excp = gdbscm_make_type_error (func_name, arg_pos, scm,
332 *excp = gdbscm_make_invalid_object_error (func_name, arg_pos, scm
267 SCM_ASSERT_TYPE (bkscm_is_block (self), self, arg_pos, func_name, local
    [all...]
scm-symbol.c 257 syscm_get_symbol_arg_unsafe (SCM self, int arg_pos, const char *func_name)
259 SCM_ASSERT_TYPE (syscm_is_symbol (self), self, arg_pos, func_name,
269 syscm_get_symbol_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
271 SCM s_scm = syscm_get_symbol_arg_unsafe (self, arg_pos, func_name);
289 syscm_get_valid_symbol_smob_arg_unsafe (SCM self, int arg_pos,
293 = syscm_get_symbol_smob_arg_unsafe (self, arg_pos, func_name);
297 gdbscm_invalid_object_error (func_name, arg_pos, self,
308 syscm_get_valid_symbol_arg_unsafe (SCM self, int arg_pos,
311 symbol_smob *s_smob = syscm_get_valid_symbol_smob_arg_unsafe (self, arg_pos,
258 SCM_ASSERT_TYPE (syscm_is_symbol (self), self, arg_pos, func_name, local
scm-symtab.c 255 stscm_get_symtab_arg_unsafe (SCM self, int arg_pos, const char *func_name)
257 SCM_ASSERT_TYPE (stscm_is_symtab (self), self, arg_pos, func_name,
267 stscm_get_symtab_smob_arg_unsafe (SCM self, int arg_pos, const char *func_name)
269 SCM st_scm = stscm_get_symtab_arg_unsafe (self, arg_pos, func_name);
287 stscm_get_valid_symtab_smob_arg_unsafe (SCM self, int arg_pos,
291 = stscm_get_symtab_smob_arg_unsafe (self, arg_pos, func_name);
295 gdbscm_invalid_object_error (func_name, arg_pos, self,
467 stscm_get_sal_arg (SCM self, int arg_pos, const char *func_name)
469 SCM_ASSERT_TYPE (stscm_is_sal (self), self, arg_pos, func_name,
479 stscm_get_sal_smob_arg (SCM self, int arg_pos, const char *func_name
256 SCM_ASSERT_TYPE (stscm_is_symtab (self), self, arg_pos, func_name, local
466 SCM_ASSERT_TYPE (stscm_is_sal (self), self, arg_pos, func_name, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/common/config/arm/
arm-common.cc 91 char *arg_pos; local
96 arg_pos = strchr (output_buf, '.');
99 if (arg_pos)
100 *arg_pos = '\0';
102 arg_pos = strchr (output_buf, '+');
105 if (arg_pos)
106 *arg_pos = '\0';
162 const char *arg_pos = strchr (name, '+'); local
165 if (arg_pos == NULL)
182 asm_arch[arg_pos - name] = '\0'
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 91 char *arg_pos; local
96 arg_pos = strchr (output_buf, '.');
99 if (arg_pos)
100 *arg_pos = '\0';
102 arg_pos = strchr (output_buf, '+');
105 if (arg_pos)
106 *arg_pos = '\0';
162 const char *arg_pos = strchr (name, '+'); local
165 if (arg_pos == NULL)
182 asm_arch[arg_pos - name] = '\0'
    [all...]

Completed in 33 milliseconds

1 2