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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-option.c47 /* For var_string options. This is malloc-allocated. */
89 if (option.type == var_string)
106 if (option.type == var_string)
427 case var_string:
604 case var_string:
681 case var_string:
818 else if (option.type == var_string)
H A Dcli-setshow.c140 case var_string:
319 case var_string:
584 case var_string:
638 case var_string:
H A Dcli-option.h265 /* A var_string command line option. */
276 : option_def (long_option_, var_string,
H A Dcli-cmds.c2147 case var_string:
2209 case var_string:
H A Dcli-decode.c712 add_setshow_cmd_full (name, theclass, var_string, var,
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-option.c47 /* For var_string options. This is malloc-allocated. */
89 if (option.type == var_string)
106 if (option.type == var_string)
427 case var_string:
604 case var_string:
680 case var_string:
817 else if (option.type == var_string)
H A Dcli-setshow.c140 case var_string:
322 case var_string:
529 case var_string:
588 case var_string:
H A Dcli-option.h265 /* A var_string command line option. */
276 : option_def (long_option_, var_string,
H A Dcli-cmds.c2270 case var_string:
2353 case var_string:
H A Dcli-decode.c843 = add_setshow_cmd_full<std::string> (name, theclass, var_string, var,
867 auto cmds = add_setshow_cmd_full<std::string> (name, theclass, var_string,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-param.c44 { "PARAM_STRING", var_string },
134 case var_string:
510 case var_string:
691 && parmclass != var_string && parmclass != var_string_noescape
H A Dpython.c462 case var_string:
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-param.c41 { "PARAM_STRING", var_string },
149 case var_string:
581 case var_string:
764 && parmclass != var_string && parmclass != var_string_noescape
H A Dpython.c474 case var_string:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcommand.h101 var_string, enumerator in enum:var_types
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-param.c420 case var_string:
545 { "PARAM_STRING", var_string },
599 case var_string:
667 case var_string:
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-param.c431 case var_string:
545 { "PARAM_STRING", var_string },
599 case var_string:
673 case var_string:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcommand.h100 var_string, enumerator in enum:var_types
170 return (t == var_string || t == var_string_noescape
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c7030 varinfo_t var_string; local
7079 var_string = new_var_info (NULL_TREE, "STRING", false);
7080 gcc_assert (var_string->id == string_id);
7081 var_string->is_artificial_var = 1;
7082 var_string->offset = 0;
7083 var_string->size = ~0;
7084 var_string->fullsize = ~0;
7085 var_string->is_special_var = 1;
7086 var_string->may_have_pointers = 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc7187 varinfo_t var_string; local
7236 var_string = new_var_info (NULL_TREE, "STRING", false);
7237 gcc_assert (var_string->id == string_id);
7238 var_string->is_artificial_var = 1;
7239 var_string->offset = 0;
7240 var_string->size = ~0;
7241 var_string->fullsize = ~0;
7242 var_string->is_special_var = 1;
7243 var_string->may_have_pointers = 0;

Completed in 400 milliseconds