Searched refs:TYPE_RESTRICT (Results 1 – 24 of 24) sorted by relevance
228 if (TYPE_RESTRICT (t1) != TYPE_RESTRICT (t2)) in compatible_types_p()
158 TYPE_RESTRICT (v) = TYPE_RESTRICT (t); in fld_type_variant()
338 bp_pack_value (bp, TYPE_RESTRICT (expr), 1); in pack_ts_type_common_value_fields()
386 TYPE_RESTRICT (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
642 if (TYPE_RESTRICT (node)) in print_node()
2222 #define TYPE_RESTRICT(NODE) (TYPE_CHECK (NODE)->type_common.restrict_flag) macro2247 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT) \2255 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT)))2262 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT)))
519 && (TYPE_RESTRICT (parm1) != TYPE_RESTRICT (parm2))) in compatible_parm_types_p()
575 && TYPE_RESTRICT (type)) in install_var_field()
5896 && TYPE_RESTRICT (field_type)); in push_fields_onto_fieldstack()6256 && (TYPE_RESTRICT (decl_type) || add_restrict)) in create_variable_info_for_1()6392 && TYPE_RESTRICT (TREE_TYPE (decl))) in create_variable_info_for()
419 TYPE_RESTRICT (type2) ? "restrict " : "", in ubsan_type_descriptor()
1354 hstate.add_flag (TYPE_RESTRICT (t)); in hash_tree()
5453 TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0; in set_type_quals()
9533 if TYPE_RESTRICT differs.9883 TYPE_RESTRICT.9888 POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by9889 casting the inner pointer if it isn't TYPE_RESTRICT.9891 casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.10865 TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
810 && TYPE_RESTRICT (type)) in install_var_field()
3427 * tree.h (TYPE_RESTRICT): New macro.
38620 (sem_function::equals_wpa): Compare TYPE_RESTRICT
323 if (TYPE_RESTRICT (domain)) in cp_type_print_method_args()471 if (TYPE_RESTRICT (type)) in c_type_print_modifier()
119 #define TYPE_RESTRICT(t) \ macro
5199 if (TYPE_RESTRICT (type)) in recursive_dump_type()
13277 (recursive_dump_type): Handle TYPE_RESTRICT.13281 (TYPE_RESTRICT): New macro.
8874 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
1278 compare_values (TYPE_RESTRICT); in compare_tree_sccs_1()
2139 TYPE_ALIGN, TYPE_RESTRICT or TYPE_REF_CAN_ALIAS_ALL.
8469 | (TYPE_RESTRICT (TREE_TYPE (parm)) ? TYPE_QUAL_RESTRICT : 0) in objc_push_parm()