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

  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-param.c 120 enum scm_param_types enum
136 same order as SCM_PARAM_TYPES due to C++'s lack of designated initializers. */
204 static const char *pascm_param_type_name (enum scm_param_types type);
616 pascm_param_type_name (enum scm_param_types param_type)
1043 = pascm_param_type_name (static_cast<enum scm_param_types> (param_type));
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-param.c 123 enum scm_param_types enum
140 same order as SCM_PARAM_TYPES due to C++'s lack of designated initializers. */
211 static const char *pascm_param_type_name (enum scm_param_types type);
654 pascm_param_type_name (enum scm_param_types param_type)
1095 = pascm_param_type_name (static_cast<enum scm_param_types> (param_type));

Completed in 14 milliseconds