Home
last modified time | relevance | path

Searched refs:default_type (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/tmux/dist/
H A Dformat-draw.c843 if (sy.default_type == STYLE_DEFAULT_PUSH) { in format_draw()
846 sy.default_type = STYLE_DEFAULT_BASE; in format_draw()
847 } else if (sy.default_type == STYLE_DEFAULT_POP) { in format_draw()
849 sy.default_type = STYLE_DEFAULT_BASE; in format_draw()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c625 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local
627 default_type = TREE_TYPE (m_default_values[num]); in build_one_array()
628 value_type = array_value_type (default_type, num); in build_one_array()
630 if (default_type != value_type) in build_one_array()
660 if (default_type != value_type) in build_one_array()
662 fetch = fold_convert (default_type, fetch); in build_one_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc626 tree array_type, ctor, decl, value_type, fetch, default_type; in build_one_array() local
628 default_type = TREE_TYPE (m_default_values[num]); in build_one_array()
629 value_type = array_value_type (default_type, num); in build_one_array()
631 if (default_type != value_type) in build_one_array()
661 if (default_type != value_type) in build_one_array()
663 fetch = fold_convert (default_type, fetch); in build_one_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc145 gfc_clear_ts (&gfc_current_ns->default_type[i]); in gfc_set_implicit_none()
215 gfc_current_ns->default_type[i] = *ts; in gfc_merge_new_implicit()
244 return &ns->default_type[letter - 'a']; in gfc_get_default_type()
2377 t = &sym->ns->default_type[i]; in gfc_use_derived()
2887 ts = &ns->default_type[i - 'a']; in gfc_get_namespace()
2892 *ts = ns->parent->default_type[i - 'a']; in gfc_get_namespace()
H A Ddump-parse-tree.cc3440 && gfc_compare_types (&ns->default_type[i+1], in show_namespace()
3441 &ns->default_type[l])) in show_namespace()
3449 show_typespec(&ns->default_type[l]); in show_namespace()
H A Dgfortran.h2069 gfc_typespec default_type[GFC_LETTERS]; member
H A Dresolve.cc17522 && !resolve_typespec_used (&ns->default_type[letter], in resolve_types()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c145 gfc_clear_ts (&gfc_current_ns->default_type[i]); in gfc_set_implicit_none()
215 gfc_current_ns->default_type[i] = *ts; in gfc_merge_new_implicit()
244 return &ns->default_type[letter - 'a']; in gfc_get_default_type()
2370 t = &sym->ns->default_type[i]; in gfc_use_derived()
2880 ts = &ns->default_type[i - 'a']; in gfc_get_namespace()
2885 *ts = ns->parent->default_type[i - 'a']; in gfc_get_namespace()
H A Ddump-parse-tree.c3106 && gfc_compare_types (&ns->default_type[i+1], in show_namespace()
3107 &ns->default_type[l])) in show_namespace()
3115 show_typespec(&ns->default_type[l]); in show_namespace()
H A Dgfortran.h1814 gfc_typespec default_type[GFC_LETTERS]; member
H A Dresolve.c17287 && !resolve_typespec_used (&ns->default_type[letter], in resolve_types()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2243 gcc_type default_type, in plugin_build_type_template_parameter() argument
2253 parm = build_tree_list (convert_in (default_type), parm); in plugin_build_type_template_parameter()
2255 gcc_assert (!(pack_p && default_type)); in plugin_build_type_template_parameter()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2084 gcc_type default_type, in plugin_build_type_template_parameter() argument
2094 parm = build_tree_list (convert_in (default_type), parm); in plugin_build_type_template_parameter()
2096 gcc_assert (!(pack_p && default_type)); in plugin_build_type_template_parameter()