Searched refs:TYPE_QUAL_CONST (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c147 = build_qualified_type (type_info_type, TYPE_QUAL_CONST);
671 (tinfo_ptr, TYPE_QUAL_CONST));
736 if (quals & TYPE_QUAL_CONST)
814 (build_qualified_type (char_type_node, TYPE_QUAL_CONST),
983 && (cp_type_quals (TREE_TYPE (type)) == TYPE_QUAL_CONST
1152 ti->type = cp_build_qualified_type (pseudo_type, TYPE_QUAL_CONST);
1419 TYPE_QUAL_CONST));
H A Dmethod.c624 quals &= ~TYPE_QUAL_CONST;
727 quals &= ~TYPE_QUAL_CONST;
1054 data.quals = TYPE_QUAL_CONST;
1055 rhs_parm_type = build_qualified_type (type, TYPE_QUAL_CONST);
H A Dtree.c547 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)
551 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE);
552 type_quals &= ~(TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE);
576 bad_quals &= ~TYPE_QUAL_CONST;
H A Ddecl.c3261 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3349 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST);
6461 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
7936 type_quals |= TYPE_QUAL_CONST;
8075 if (!(type_quals & TYPE_QUAL_CONST))
8567 else if (type_quals & TYPE_QUAL_CONST)
9260 (type_quals & TYPE_QUAL_CONST) != 0,
H A Dtypeck.c1699 t = build_pointer_type (build_qualified_type (t, TYPE_QUAL_CONST));
1974 type_quals &= ~TYPE_QUAL_CONST;
1985 if (type_quals & TYPE_QUAL_CONST)
7188 type_quals &= ~TYPE_QUAL_CONST;
H A Dcp-tree.h920 ((cp_type_quals (NODE) & TYPE_QUAL_CONST) != 0)
935 ((cp_type_quals (NODE) & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)) \
936 == TYPE_QUAL_CONST)
H A Dmangle.c1709 if (TYPE_QUALS (type) & TYPE_QUAL_CONST)
H A Dsemantics.c1441 quals &= ~TYPE_QUAL_CONST;
H A Dcall.c6633 if (!(TYPE_QUALS (TREE_TYPE (type)) & TYPE_QUAL_CONST)
/freebsd-11-stable/contrib/gcc/
H A Dcoverage.c802 const_type = build_qualified_type (type, TYPE_QUAL_CONST);
826 TYPE_QUAL_CONST));
847 (fn_info_type, TYPE_QUAL_CONST));
H A Dc-tree.h533 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
H A Dtree-dump.c374 (quals & TYPE_QUAL_CONST) ? 'c' : ' ',
H A Dtree-mudflap.c363 (char_type_node, TYPE_QUAL_CONST));
H A Dstmt.c951 | TYPE_QUAL_CONST));
1743 tree nt = build_qualified_type (ot, TYPE_QUALS (ot) | TYPE_QUAL_CONST);
H A Dtree-pretty-print.c508 if (quals & TYPE_QUAL_CONST)
576 if (quals & TYPE_QUAL_CONST)
H A Dc-pretty-print.c244 if (qualifiers & TYPE_QUAL_CONST)
H A Dtree.h2053 #define TYPE_QUAL_CONST 0x1
2059 ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
3875 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
2042 #define TYPE_QUAL_CONST macro
H A Dc-decl.c2863 type = c_build_qualified_type (type, TYPE_QUAL_CONST);
3094 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0)
4594 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
7944 build_qualified_type (type, TYPE_QUAL_CONST));
7952 c_apply_type_quals_to_decl (TYPE_QUAL_CONST, ref_decl);
H A Dc-common.c908 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST);
2773 if (((type_quals & TYPE_QUAL_CONST)
3446 (char_type_node, TYPE_QUAL_CONST));
H A Dcalls.c2889 | TYPE_QUAL_CONST));
4106 | TYPE_QUAL_CONST));
H A Dexpr.c2077 | TYPE_QUAL_CONST)),
7210 * TYPE_QUAL_CONST))),
7516 | TYPE_QUAL_CONST));
H A Dtree.c3836 TYPE_READONLY (type) = (type_quals & TYPE_QUAL_CONST) != 0;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c456 #define TYPE_QUAL_CONST 0x1 macro
569 return TYPE_QUAL_CONST;
596 case TYPE_QUAL_CONST:
605 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE:
608 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT:
614 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT:
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c456 #define TYPE_QUAL_CONST 0x1 macro
569 return TYPE_QUAL_CONST;
596 case TYPE_QUAL_CONST:
605 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE:
608 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT:
614 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT:
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c8416 tree pcfloat_type_node = build_pointer_type (build_qualified_type (float_type_node, TYPE_QUAL_CONST));
8417 tree pcint_type_node = build_pointer_type (build_qualified_type (integer_type_node, TYPE_QUAL_CONST));
8418 tree pcshort_type_node = build_pointer_type (build_qualified_type (short_integer_type_node, TYPE_QUAL_CONST));
8419 tree pcchar_type_node = build_pointer_type (build_qualified_type (char_type_node, TYPE_QUAL_CONST));
8421 tree pcvoid_type_node = build_pointer_type (build_qualified_type (void_type_node, TYPE_QUAL_CONST));
17687 result = build_qualified_type (result, TYPE_QUAL_CONST);

Completed in 1198 milliseconds

12