Searched refs:default_type (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | format-draw.c | 843 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 D | tree-switch-conversion.c | 625 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 D | tree-switch-conversion.cc | 626 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 D | symbol.cc | 145 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 D | dump-parse-tree.cc | 3440 && 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 D | gfortran.h | 2069 gfc_typespec default_type[GFC_LETTERS]; member
|
| H A D | resolve.cc | 17522 && !resolve_typespec_used (&ns->default_type[letter], in resolve_types()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | symbol.c | 145 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 D | dump-parse-tree.c | 3106 && 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 D | gfortran.h | 1814 gfc_typespec default_type[GFC_LETTERS]; member
|
| H A D | resolve.c | 17287 && !resolve_typespec_used (&ns->default_type[letter], in resolve_types()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 2243 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 D | libcp1plugin.cc | 2084 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()
|