Searched refs:constexpr_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1946 bool *trivial_p, bool *deleted_p, bool *constexpr_p,
1981 if (constexpr_p && !DECL_DECLARED_CONSTEXPR_P (fn))
1983 *constexpr_p = false;
2004 bool *deleted_p, bool *constexpr_p,
2104 if (constexpr_p
2109 *constexpr_p = false;
2136 spec_p, trivial_p, deleted_p, constexpr_p,
2154 constexpr_p, diag, field, dtor_from_ctor);
2169 bool *deleted_p, bool *constexpr_p)
2207 constexpr_p, dia
1943 process_subob_fn(tree fn, special_function_kind sfk, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, tree arg, bool dtor_from_ctor = false) argument
2000 walk_field_subobs(tree fields, special_function_kind sfk, tree fnname, int quals, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, int flags, tsubst_flags_t complain, bool dtor_from_ctor) argument
2134 spec_p, trivial_p, deleted_p, constexpr_p, local
2162 synthesized_method_base_walk(tree binfo, tree base_binfo, special_function_kind sfk, tree fnname, int quals, tree *inheriting_ctor, tree inherited_parms, int flags, bool diag, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p) argument
2235 synthesized_method_walk(tree ctype, special_function_kind sfk, bool const_p, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, tree *inheriting_ctor, tree inherited_parms) argument
2419 spec_p, trivial_p, deleted_p, constexpr_p, local
2660 bool constexpr_p = false; local
[all...]
H A Ddecl.c11106 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
11126 constexpr_p = true;
11381 if (consteval_p && constexpr_p)
11395 if (constexpr_p && typedef_p)
11418 if (constinit_p && constexpr_p)
11771 if (constexpr_p && cxx_dialect < cxx2a)
11815 constexpr_p = 0;
11819 else if (constexpr_p)
11823 constexpr_p = 0;
11858 if (constexpr_p
11091 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); local
[all...]
H A Derror.c1601 bool constexpr_p; local
1613 constexpr_p = DECL_DECLARED_CONSTEXPR_P (t);
1650 if (constexpr_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc2233 bool *trivial_p, bool *deleted_p, bool *constexpr_p,
2268 if (constexpr_p && !DECL_DECLARED_CONSTEXPR_P (fn))
2270 *constexpr_p = false;
2291 bool *deleted_p, bool *constexpr_p,
2393 if (constexpr_p
2398 *constexpr_p = false;
2425 spec_p, trivial_p, deleted_p, constexpr_p,
2443 constexpr_p, diag, field, dtor_from_ctor);
2458 bool *deleted_p, bool *constexpr_p)
2496 constexpr_p, dia
2708 spec_p, trivial_p, deleted_p, constexpr_p, local
2953 bool constexpr_p = false; local
[all...]
H A Ddecl.cc11773 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
11793 constexpr_p = true;
12052 if (consteval_p && constexpr_p)
12066 if (constexpr_p && typedef_p)
12089 if (constinit_p && constexpr_p)
12463 if (constexpr_p && pedantic && cxx_dialect < cxx20)
12507 constexpr_p = 0;
12511 else if (constexpr_p)
12515 constexpr_p = 0;
12550 if (constexpr_p
11758 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); local
[all...]
H A Derror.cc1692 bool constexpr_p; local
1705 constexpr_p = (DECL_DECLARED_CONSTEXPR_P (t)
1743 if (constexpr_p)

Completed in 149 milliseconds