Lines Matching defs:const_p
2529 CTYPE which is const if relevant and CONST_P is set. If SPEC_P,
2536 synthesized_method_walk (tree ctype, special_function_kind sfk, bool const_p,
2651 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED;
2751 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type));
2761 synthesized_method_walk (ctype, sfk, const_p, &spec, NULL, NULL,
2841 bool const_p = false;
2845 const_p = CP_TYPE_CONST_P (non_reference (parm_type));
2852 synthesized_method_walk (ctype, sfk, const_p,
2860 synthesized_method_walk (ctype, sfk, const_p,
2890 bool const_p = CP_TYPE_CONST_P (non_reference (TREE_VALUE (parms)));
2902 sfk, const_p,
2946 CONST_P indicates whether these functions should take a const
2952 bool const_p, tree pattern_fn,
3054 if (const_p)
3084 synthesized_method_walk (type, kind, const_p, NULL, &trivial_p,
3089 synthesized_method_walk (type, kind, const_p, &raises, &trivial_p,
3122 synthesized_method_walk (type, kind, const_p, &raises, nullptr,
3227 synthesized_method_walk (type, kind, const_p,
3396 bool const_p = false;
3406 const_p = TYPE_HAS_CONST_COPY_CTOR (type);
3413 const_p = TYPE_HAS_CONST_COPY_ASSIGN (type);
3427 fn = implicitly_declare_fn (sfk, type, const_p, NULL, NULL);