Searched refs:CP_TYPE_CONST_P (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c713 if (CP_TYPE_CONST_P (expr_type))
1193 if (CP_TYPE_CONST_P (mem_type) && !CLASS_TYPE_P (mem_type))
1234 if (CP_TYPE_CONST_P (mem_type)
1587 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type));
1652 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type));
1696 bool const_p = CP_TYPE_CONST_P (non_reference (parm_type));
H A Dinit.c736 if (CP_TYPE_CONST_P (type)
764 else if (CP_TYPE_CONST_P (type))
2217 if (CP_TYPE_CONST_P (field_type))
2459 if (CP_TYPE_CONST_P (elt_type) && *init == NULL
H A Dsemantics.c1476 || CP_TYPE_CONST_P (TREE_TYPE (operand))
2645 if ((!at_function_scope_p () || CP_TYPE_CONST_P (type))
7452 return (!CP_TYPE_CONST_P (type1) && type_code1 != REFERENCE_TYPE
7462 return (!CP_TYPE_CONST_P (type1) && type_code1 != REFERENCE_TYPE
H A Dcvt.c551 TREE_READONLY (ref) = CP_TYPE_CONST_P (t);
H A Dtypeck.c2981 TREE_READONLY (ref) = CP_TYPE_CONST_P (t);
3162 |= (CP_TYPE_CONST_P (type) | TREE_READONLY (array));
5810 if (CP_TYPE_CONST_P (TREE_TYPE (arg))
7555 && (TREE_READONLY (lhs) || CP_TYPE_CONST_P (lhstype)
H A Ddecl.c4900 gcc_assert (CP_TYPE_CONST_P (TREE_TYPE (decl)) || errorcount);
5306 && (CP_TYPE_CONST_P (type) || var_in_constexpr_fn (decl))
5313 if (CP_TYPE_CONST_P (type))
8407 else if (!CP_TYPE_CONST_P (type))
11531 if (CP_TYPE_CONST_P (TREE_TYPE (arg_type)))
H A Dclass.c3807 if (CP_TYPE_CONST_P (type))
3847 if (CP_TYPE_CONST_P (type))
5799 else if (CP_TYPE_CONST_P (type)
H A Dmangle.c348 || CP_TYPE_CONST_P (el)))
H A Dcp-tree.h1399 #define CP_TYPE_CONST_P(NODE) \
2479 && CP_TYPE_CONST_P (TREE_TYPE (TREE_VALUE \
1397 #define CP_TYPE_CONST_P macro
H A Dcall.c2930 || CP_TYPE_CONST_P (TREE_TYPE (type))))
9773 else if (!CP_TYPE_CONST_P (TREE_TYPE (type))
H A Dconstexpr.c2703 if (!CP_TYPE_CONST_P (type))
H A Dpt.c18195 && TYPE_P (parm) && !CP_TYPE_CONST_P (parm))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c512 if (rval && ! CP_TYPE_CONST_P (TREE_TYPE (reftype)))
H A Dsig.c887 if (TREE_READONLY (lhs) || CP_TYPE_CONST_P (lhstype))
H A Dtypeck.c2388 TREE_READONLY (ref) = CP_TYPE_CONST_P (t);
2508 |= (CP_TYPE_CONST_P (type) | TREE_READONLY (array));
4506 if (CP_TYPE_CONST_P (TREE_TYPE (arg))
6112 && (TREE_READONLY (lhs) || CP_TYPE_CONST_P (lhstype)
6119 && CP_TYPE_CONST_P (TREE_TYPE (lhstype)))))
7299 if (CP_TYPE_CONST_P (type)
H A Dinit.c2551 if (CP_TYPE_CONST_P (deref_type))
2685 else if (CP_TYPE_CONST_P (true_type))
H A Ddecl.c7771 && CP_TYPE_CONST_P (type)
9283 else if (!CP_TYPE_CONST_P (type))
10086 constp = !! RIDBIT_SETP (RID_CONST, specbits) + CP_TYPE_CONST_P (type);
12246 if (CP_TYPE_CONST_P (TREE_TYPE (parmtype)))
12477 || CP_TYPE_CONST_P (TREE_TYPE (parmtype)))
13572 = CP_TYPE_CONST_P (TREE_TYPE (fntype));
13777 TREE_READONLY (DECL_RESULT (decl1)) = CP_TYPE_CONST_P (restype);
H A Dmethod.c1262 /* Note that here we do not use CP_TYPE_CONST_P and friends because
2574 if (CP_TYPE_CONST_P (TREE_TYPE (field)))
H A Dcall.c1716 || CP_TYPE_CONST_P (TREE_TYPE (type))))
H A Dclass.c3733 if (CP_TYPE_CONST_P (TREE_TYPE (x)))
H A Dcp-tree.h638 #define CP_TYPE_CONST_P(NODE) \
636 #define CP_TYPE_CONST_P macro
H A Ddecl2.c1633 if (CP_TYPE_CONST_P (TREE_TYPE (decl)) && init == 0)

Completed in 621 milliseconds