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

12

/freebsd-9.3-release/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.c3260 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST);
3348 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST);
6055 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST;
7528 type_quals |= TYPE_QUAL_CONST;
7667 if (!(type_quals & TYPE_QUAL_CONST))
8132 else if (type_quals & TYPE_QUAL_CONST)
8793 (type_quals & TYPE_QUAL_CONST) != 0,
H A Dtypeck.c1667 t = build_pointer_type (build_qualified_type (t, TYPE_QUAL_CONST));
1942 type_quals &= ~TYPE_QUAL_CONST;
1953 if (type_quals & TYPE_QUAL_CONST)
6926 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.c1702 if (TYPE_QUALS (type) & TYPE_QUAL_CONST)
H A Dsemantics.c1441 quals &= ~TYPE_QUAL_CONST;
H A Dcall.c6611 if (!(TYPE_QUALS (TREE_TYPE (type)) & TYPE_QUAL_CONST)
H A Dclass.c475 if (type_quals & TYPE_QUAL_CONST)
/freebsd-9.3-release/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.h525 ((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.c235 if (qualifiers & TYPE_QUAL_CONST)
H A Dtree.h2048 #define TYPE_QUAL_CONST 0x1
2054 ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
3810 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
2037 #define TYPE_QUAL_CONST macro
H A Dc-common.c903 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST);
2768 if (((type_quals & TYPE_QUAL_CONST)
3441 (char_type_node, TYPE_QUAL_CONST));
H A Dc-decl.c2861 type = c_build_qualified_type (type, TYPE_QUAL_CONST);
3092 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0)
4221 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
H A Dcalls.c2888 | TYPE_QUAL_CONST));
4105 | TYPE_QUAL_CONST));
H A Dexpr.c2075 | TYPE_QUAL_CONST)),
7201 * TYPE_QUAL_CONST))),
7507 | TYPE_QUAL_CONST));
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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));
17686 result = build_qualified_type (result, TYPE_QUAL_CONST);

Completed in 587 milliseconds

12