Home
last modified time | relevance | path

Searched refs:constexpr_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1944 bool *trivial_p, bool *deleted_p, bool *constexpr_p,
1979 if (constexpr_p && !DECL_DECLARED_CONSTEXPR_P (fn))
1981 *constexpr_p = false;
2002 bool *deleted_p, bool *constexpr_p, in walk_field_subobs() argument
2102 if (constexpr_p in walk_field_subobs()
2107 *constexpr_p = false; in walk_field_subobs()
2134 spec_p, trivial_p, deleted_p, constexpr_p, in walk_field_subobs()
2152 constexpr_p, diag, field, dtor_from_ctor); in walk_field_subobs()
2167 bool *deleted_p, bool *constexpr_p) in synthesized_method_base_walk() argument
2205 constexpr_p, diag, BINFO_TYPE (base_binfo)); in synthesized_method_base_walk()
[all …]
H A Ddecl.c11091 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); in grokdeclarator() local
11111 constexpr_p = true; in grokdeclarator()
11366 if (consteval_p && constexpr_p) in grokdeclarator()
11380 if (constexpr_p && typedef_p) in grokdeclarator()
11403 if (constinit_p && constexpr_p) in grokdeclarator()
11756 if (constexpr_p && cxx_dialect < cxx2a) in grokdeclarator()
11800 constexpr_p = 0; in grokdeclarator()
11804 else if (constexpr_p) in grokdeclarator()
11808 constexpr_p = 0; in grokdeclarator()
11843 if (constexpr_p && !concept_p) in grokdeclarator()
[all …]
H A Derror.c1601 bool constexpr_p; in dump_function_decl() local
1613 constexpr_p = DECL_DECLARED_CONSTEXPR_P (t); in dump_function_decl()
1650 if (constexpr_p) in dump_function_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc2235 bool *trivial_p, bool *deleted_p, bool *constexpr_p, in process_subob_fn() argument
2270 if (constexpr_p && !DECL_DECLARED_CONSTEXPR_P (fn)) in process_subob_fn()
2272 *constexpr_p = false; in process_subob_fn()
2293 bool *deleted_p, bool *constexpr_p, in walk_field_subobs() argument
2395 if (constexpr_p in walk_field_subobs()
2400 *constexpr_p = false; in walk_field_subobs()
2427 spec_p, trivial_p, deleted_p, constexpr_p, in walk_field_subobs()
2445 constexpr_p, diag, field, dtor_from_ctor); in walk_field_subobs()
2460 bool *deleted_p, bool *constexpr_p) in synthesized_method_base_walk() argument
2498 constexpr_p, diag, BINFO_TYPE (base_binfo)); in synthesized_method_base_walk()
[all …]
H A Ddecl.cc11761 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); in grokdeclarator() local
11781 constexpr_p = true; in grokdeclarator()
12040 if (consteval_p && constexpr_p) in grokdeclarator()
12054 if (constexpr_p && typedef_p) in grokdeclarator()
12077 if (constinit_p && constexpr_p) in grokdeclarator()
12456 if (constexpr_p && pedantic && cxx_dialect < cxx20) in grokdeclarator()
12500 constexpr_p = 0; in grokdeclarator()
12504 else if (constexpr_p) in grokdeclarator()
12508 constexpr_p = 0; in grokdeclarator()
12543 if (constexpr_p && !concept_p) in grokdeclarator()
[all …]
H A Derror.cc1692 bool constexpr_p; in dump_function_decl() local
1705 constexpr_p = (DECL_DECLARED_CONSTEXPR_P (t) in dump_function_decl()
1743 if (constexpr_p) in dump_function_decl()
H A DChangeLog-20191246 constexpr_p.
2307 (synthesized_method_walk): Set *constexpr_p to true for dtors in c++2a.