Home
last modified time | relevance | path

Searched refs:is_auto (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/games/rogue/
H A Dtrap.c230 search(short n, boolean is_auto) in search() argument
278 if ((!is_auto) && (reg_search = !reg_search)) { in search()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.c345 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) in build_equiv_decl() argument
365 if (!is_auto && (!gfc_can_put_var_on_stack (DECL_SIZE_UNIT (decl)) in build_equiv_decl()
617 bool is_auto = false; in create_common() local
664 is_auto = true; in create_common()
672 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto); in create_common()
H A Dtrans-common.cc352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) in build_equiv_decl() argument
372 if (!is_auto && (!gfc_can_put_var_on_stack (DECL_SIZE_UNIT (decl)) in build_equiv_decl()
645 bool is_auto = false; in create_common() local
692 is_auto = true; in create_common()
700 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto); in create_common()
H A DChangeLog-20191373 * trans-common.c (build_equiv_decl): Add is_auto parameter and
1374 add !is_auto to condition where TREE_STATIC (decl) is set.
1375 * trans-common.c (build_equiv_decl): Add local variable is_auto,
1377 list. Call build_equiv_decl with is_auto as an additional parameter.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c345 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) in build_equiv_decl() argument
365 if (!is_auto && (!gfc_can_put_var_on_stack (DECL_SIZE_UNIT (decl)) in build_equiv_decl()
617 bool is_auto = false; in create_common() local
664 is_auto = true; in create_common()
672 decl = build_equiv_decl (union_type, is_init, is_saved, is_auto); in create_common()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1078 if (tag == cc_last && is_auto (type)) in genericize_spaceship()
1180 if (is_auto (TREE_TYPE (fn))) in early_check_defaulted_comparison()
1483 if (code != SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
1616 if (code == SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
H A Dmethod.c1110 if (is_auto (TREE_TYPE (fn))) in early_check_defaulted_comparison()
1336 if (code != SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
1401 if (code == SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
H A Dpt.cc3962 if (ppd->type_pack_expansion_p && is_auto (t)) in find_parameter_packs_r()
10838 if (is_auto (t)) in any_template_parm_r()
12760 if (is_auto (t) && !ith_elem_is_expansion) in gen_elem_of_pack_expansion_instantiation()
24276 && (is_auto (parm) ? is_auto (arg) in unify()
28131 && is_auto (TREE_TYPE (expression))) in type_dependent_expression_p()
29021 || is_auto (first)); in placeholder_type_constraint_dependent_p()
29158 if (is_auto (t) && !template_placeholder_p (t)) in extract_autos_r()
30126 && is_auto (TREE_TYPE (init)) in do_class_deduction()
30622 is_auto (const_tree type) in is_auto() function
30637 return is_auto (tp); in is_auto_r()
[all …]
H A Dpt.c3881 if (ppd->type_pack_expansion_p && is_auto (t)) in find_parameter_packs_r()
10557 if (is_auto (t)) in any_template_parm_r()
23384 && (is_auto (parm) ? is_auto (arg) in unify()
27227 && is_auto (TREE_TYPE (expression))) in type_dependent_expression_p()
28026 return is_auto (t) && CLASS_PLACEHOLDER_TEMPLATE (t); in template_placeholder_p()
28197 if (is_auto (t)) in extract_autos_r()
29039 && is_auto (TREE_TYPE (init)) in do_class_deduction()
29404 gcc_assert (is_auto (type) || seen_error ()); in splice_late_return_type()
29433 is_auto (const_tree type) in is_auto() function
29448 return is_auto (tp); in is_auto_r()
[all …]
H A Dconstraint.cc3061 gcc_assert (is_auto (t)); in normalize_placeholder_type_constraints()
3124 else if (is_auto (t)) in satisfy_nondeclaration_constraints()
H A Dtypeck.c753 if (is_auto (t1)) in merge_types()
1177 if (cxx_dialect >= cxx14 && (is_auto (t1) || is_auto (t2))) in comp_template_parms_position()
2776 if (is_auto (dtor_type)) in lookup_destructor()
9927 if (!retval && !is_auto (pattern)) in check_return_expr()
H A Dtypeck.cc781 if (is_auto (t1)) in merge_types()
1205 if (cxx_dialect >= cxx14 && (is_auto (t1) || is_auto (t2))) in comp_template_parms_position()
2944 if (is_auto (dtor_type)) in lookup_destructor()
10512 if (!retval && !is_auto (pattern)) in check_return_expr()
H A Dtypeck2.c535 if (is_auto (type)) in cxx_incomplete_type_diagnostic()
H A Dtypeck2.cc393 if (is_auto (type)) in cxx_incomplete_type_diagnostic()
H A Ddecl.c9397 if (is_auto (type)) in check_concept_fn()
11725 if (cxx_dialect >= cxx17 && type && is_auto (type) in grokdeclarator()
12179 else if (!is_auto (type) && sfk != sfk_conversion) in grokdeclarator()
12186 else if (is_auto (type) && AUTO_IS_DECLTYPE (type)) in grokdeclarator()
17114 if (is_auto (DECL_SAVED_AUTO_RETURN_TYPE (fndecl)) in finish_function()
H A Ddecl.cc10022 if (is_auto (type)) in check_concept_fn()
12413 if (cxx_dialect >= cxx17 && type && is_auto (type) in grokdeclarator()
12872 else if (!is_auto (type) && sfk != sfk_conversion) in grokdeclarator()
12879 else if (is_auto (type) && AUTO_IS_DECLTYPE (type)) in grokdeclarator()
17930 if (is_auto (DECL_SAVED_AUTO_RETURN_TYPE (fndecl)) in finish_function()
H A Dmangle.c2223 if (is_auto (type)) in write_type()
H A Dmangle.cc2308 if (is_auto (type)) in write_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1110 if (is_auto (TREE_TYPE (fn))) in early_check_defaulted_comparison()
1336 if (code != SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
1401 if (code == SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
H A Dpt.c3881 if (ppd->type_pack_expansion_p && is_auto (t)) in find_parameter_packs_r()
10557 if (is_auto (t)) in any_template_parm_r()
23384 && (is_auto (parm) ? is_auto (arg) in unify()
27227 && is_auto (TREE_TYPE (expression))) in type_dependent_expression_p()
28026 return is_auto (t) && CLASS_PLACEHOLDER_TEMPLATE (t); in template_placeholder_p()
28197 if (is_auto (t)) in extract_autos_r()
29039 && is_auto (TREE_TYPE (init)) in do_class_deduction()
29404 gcc_assert (is_auto (type) || seen_error ()); in splice_late_return_type()
29433 is_auto (const_tree type) in is_auto() function
29448 return is_auto (tp); in is_auto_r()
[all …]
H A Dtypeck.c753 if (is_auto (t1)) in merge_types()
1177 if (cxx_dialect >= cxx14 && (is_auto (t1) || is_auto (t2))) in comp_template_parms_position()
2776 if (is_auto (dtor_type)) in lookup_destructor()
9927 if (!retval && !is_auto (pattern)) in check_return_expr()
H A Dtypeck2.c535 if (is_auto (type)) in cxx_incomplete_type_diagnostic()
H A Ddecl.c9397 if (is_auto (type)) in check_concept_fn()
11725 if (cxx_dialect >= cxx17 && type && is_auto (type) in grokdeclarator()
12179 else if (!is_auto (type) && sfk != sfk_conversion) in grokdeclarator()
12186 else if (is_auto (type) && AUTO_IS_DECLTYPE (type)) in grokdeclarator()
17114 if (is_auto (DECL_SAVED_AUTO_RETURN_TYPE (fndecl)) in finish_function()
H A Dmangle.c2223 if (is_auto (type)) in write_type()
H A Dcp-tree.h6923 extern bool is_auto (const_tree);
8159 return is_auto (t) && PLACEHOLDER_TYPE_CONSTRAINTS (t); in is_constrained_auto()

12