HomeSort by: relevance | last modified time | path
    Searched defs:type_scm (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-value.c 332 SCM type_scm = SCM_UNDEFINED;
334 &type_arg_pos, &type_scm);
339 type_smob *t_smob = tyscm_get_type_smob_arg_unsafe (type_scm,
352 type_arg_pos, type_scm, type,
366 gdbscm_make_lazy_value (SCM type_scm, SCM address_scm)
368 type_smob *t_smob = tyscm_get_type_smob_arg_unsafe (type_scm,
630 vlscm_do_cast (SCM self, SCM type_scm, enum exp_opcode op,
637 = tyscm_get_type_smob_arg_unsafe (type_scm, SCM_ARG2, FUNC_NAME);
330 SCM type_scm = SCM_UNDEFINED; local
scm-type.c 60 SCM type_scm; member in struct:field_smob
62 /* The field number in TYPE_SCM. */
416 scm_write (f_smob->type_scm, port);
427 of type TYPE_SCM. */
430 tyscm_make_field_smob (SCM type_scm, int field_num)
436 f_smob->type_scm = type_scm;
461 in type TYPE_SCM. */
464 tyscm_scm_from_field (SCM type_scm, int field_num)
466 return tyscm_make_field_smob (type_scm, field_num)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-value.c 332 SCM type_scm = SCM_UNDEFINED;
334 &type_arg_pos, &type_scm);
339 type_smob *t_smob = tyscm_get_type_smob_arg_unsafe (type_scm,
352 type_arg_pos, type_scm, type,
366 gdbscm_make_lazy_value (SCM type_scm, SCM address_scm)
368 type_smob *t_smob = tyscm_get_type_smob_arg_unsafe (type_scm,
630 vlscm_do_cast (SCM self, SCM type_scm, enum exp_opcode op,
637 = tyscm_get_type_smob_arg_unsafe (type_scm, SCM_ARG2, FUNC_NAME);
330 SCM type_scm = SCM_UNDEFINED; local
scm-type.c 60 SCM type_scm; member in struct:field_smob
62 /* The field number in TYPE_SCM. */
416 scm_write (f_smob->type_scm, port);
427 of type TYPE_SCM. */
430 tyscm_make_field_smob (SCM type_scm, int field_num)
436 f_smob->type_scm = type_scm;
461 in type TYPE_SCM. */
464 tyscm_scm_from_field (SCM type_scm, int field_num)
466 return tyscm_make_field_smob (type_scm, field_num)
    [all...]

Completed in 71 milliseconds