Lines Matching refs:const_p

1527 synthesized_method_walk (tree ctype, special_function_kind sfk, bool const_p,  in synthesized_method_walk()  argument
1668 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED; in synthesized_method_walk()
1771 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in get_defaulted_eh_spec() local
1775 synthesized_method_walk (ctype, sfk, const_p, &spec, NULL, NULL, in get_defaulted_eh_spec()
1846 bool const_p = false; in maybe_explain_implicit_delete() local
1850 const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in maybe_explain_implicit_delete()
1857 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
1865 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
1895 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type)); in explain_implicit_non_constexpr() local
1899 special_function_p (decl), const_p, in explain_implicit_non_constexpr()
1946 bool const_p, tree inherited_ctor, in implicitly_declare_fn() argument
2017 if (const_p) in implicitly_declare_fn()
2046 synthesized_method_walk (type, kind, const_p, NULL, &trivial_p, in implicitly_declare_fn()
2051 synthesized_method_walk (type, kind, const_p, &raises, &trivial_p, in implicitly_declare_fn()
2164 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
2364 bool const_p = false; in lazily_declare_fn() local
2374 const_p = TYPE_HAS_CONST_COPY_CTOR (type); in lazily_declare_fn()
2381 const_p = TYPE_HAS_CONST_COPY_ASSIGN (type); in lazily_declare_fn()
2395 fn = implicitly_declare_fn (sfk, type, const_p, NULL, NULL); in lazily_declare_fn()