Home
last modified time | relevance | path

Searched refs:TYPE_READONLY (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-encoding.c250 return TYPE_READONLY (pointee); in pointee_is_readonly()
270 ? TYPE_READONLY (type) in encode_pointer()
335 if (TYPE_READONLY (pointer_to)) in encode_pointer()
608 if (TYPE_READONLY (type)) in encode_type()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-aux-info.c287 if (TYPE_READONLY (t)) in gen_type()
430 if (TYPE_READONLY (t)) in gen_type()
HDc-typeck.c2566 TREE_READONLY (ref) = TYPE_READONLY (t); in build_indirect_ref()
2694 |= (TYPE_READONLY (TREE_TYPE (TREE_TYPE (array))) in build_array_ref()
4530 if (TYPE_READONLY (argtype)) in build_unary_op()
5225 TYPE_READONLY (type1) || TYPE_READONLY (type2), in build_conditional_expr()
5460 is_const = TYPE_READONLY (TREE_TYPE (in_type)); in handle_warn_cast_qual()
5475 is_const = TYPE_READONLY (in_type); in handle_warn_cast_qual()
5941 if (TYPE_READONLY (lhstype) in build_modify_expr()
10034 || TYPE_READONLY (TREE_TYPE (output)) in build_asm_expr()
/dragonfly/contrib/gcc-4.7/gcc/
HDc-aux-info.c289 if (TYPE_READONLY (t)) in gen_type()
429 if (TYPE_READONLY (t)) in gen_type()
HDdbxout.c1595 if (TYPE_READONLY (TREE_TYPE (firstarg))) in dbxout_type_method_1()
1912 if (TYPE_READONLY (type) > TYPE_READONLY (main_variant)) in dbxout_type()
1921 dbxout_type (build_type_variant (type, TYPE_READONLY (type), 0), 0); in dbxout_type()
HDc-typeck.c2276 TREE_READONLY (ref) = TYPE_READONLY (t); in build_indirect_ref()
2421 |= (TYPE_READONLY (TREE_TYPE (TREE_TYPE (array))) in build_array_ref()
3808 if (TYPE_READONLY (argtype)) in build_unary_op()
4399 TYPE_READONLY (type1) || TYPE_READONLY (type2), in build_conditional_expr()
4592 is_const = TYPE_READONLY (TREE_TYPE (in_type)); in handle_warn_cast_qual()
4607 is_const = TYPE_READONLY (in_type); in handle_warn_cast_qual()
4979 if (TYPE_READONLY (lhstype) in build_modify_expr()
8621 || TYPE_READONLY (TREE_TYPE (output)) in build_asm_expr()
HDtree-streamer-out.c288 bp_pack_value (bp, TYPE_READONLY (expr), 1); in pack_ts_type_common_value_fields()
HDprint-tree.c334 if (TYPE_P (node) ? TYPE_READONLY (node) : TREE_READONLY (node)) in print_node()
HDtree-streamer-in.c344 TYPE_READONLY (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
HDtree.h2268 #define TYPE_READONLY(NODE) (TYPE_CHECK (NODE)->base.readonly_flag) macro
2305 ((int) ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
2312 ((int) ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
/dragonfly/contrib/gcc-8.0/gcc/
HDdbxout.c1629 if (TYPE_READONLY (TREE_TYPE (firstarg))) in dbxout_type_method_1()
1929 if (TYPE_READONLY (type) > TYPE_READONLY (main_variant)) in dbxout_type()
1938 dbxout_type (build_type_variant (type, TYPE_READONLY (type), 0), 0); in dbxout_type()
HDtree-streamer-out.c326 bp_pack_value (bp, TYPE_READONLY (expr), 1); in pack_ts_type_common_value_fields()
HDprint-tree.c285 if (TYPE_P (node) ? TYPE_READONLY (node) : TREE_READONLY (node)) in print_node()
HDtree-streamer-in.c380 TYPE_READONLY (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
HDtree.h1992 #define TYPE_READONLY(NODE) (TYPE_CHECK (NODE)->base.readonly_flag) macro
2018 ((int) ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
2026 ((int) ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
2034 ((int) ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
HDomp-simd-clone.c1564 if (!TYPE_READONLY (rtype) && incr_bb) in simd_clone_adjust()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-gimplify.c1385 if (TYPE_READONLY (TREE_TYPE (var))) in cxx_omp_const_qual_no_mutable()
1397 if (TYPE_READONLY (type) && !cp_has_mutable_p (type)) in cxx_omp_const_qual_no_mutable()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-gimplify.c1948 if (TYPE_READONLY (TREE_TYPE (var))) in cxx_omp_const_qual_no_mutable()
1960 if (TYPE_READONLY (type) && !cp_has_mutable_p (type)) in cxx_omp_const_qual_no_mutable()
HDsearch.c1759 if (!TYPE_READONLY (this_class)) in field_accessor_p()
HDmethod.c1197 && (TYPE_READONLY (from) || FUNCTION_REF_QUALIFIED (from)))) in is_xible_helper()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto-lang.c198 TYPE_READONLY (TREE_TYPE (type)), 1)); in handle_noreturn_attribute()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-format.c2382 && (TYPE_READONLY (cur_type) in check_format_types()
2395 && (TYPE_READONLY (cur_type) in check_format_types()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-lang.c266 TYPE_READONLY (TREE_TYPE (type)), 1)); in handle_noreturn_attribute()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-format.c3142 && (TYPE_READONLY (cur_type) in check_format_types()
3155 && (TYPE_READONLY (cur_type) in check_format_types()
HDc-warn.c1522 if (TYPE_READONLY (TREE_TYPE (TREE_OPERAND (arg, 0)))) in readonly_error()

12