Home
last modified time | relevance | path

Searched refs:TYPE_RESTRICT (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-icf-gimple.cc228 if (TYPE_RESTRICT (t1) != TYPE_RESTRICT (t2)) in compatible_types_p()
Dipa-free-lang-data.cc158 TYPE_RESTRICT (v) = TYPE_RESTRICT (t); in fld_type_variant()
Dtree-streamer-out.cc338 bp_pack_value (bp, TYPE_RESTRICT (expr), 1); in pack_ts_type_common_value_fields()
Dtree-streamer-in.cc386 TYPE_RESTRICT (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
Dprint-tree.cc642 if (TYPE_RESTRICT (node)) in print_node()
Dtree.h2222 #define TYPE_RESTRICT(NODE) (TYPE_CHECK (NODE)->type_common.restrict_flag) macro
2247 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT) \
2255 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT)))
2262 | (TYPE_RESTRICT (NODE) * TYPE_QUAL_RESTRICT)))
Dipa-icf.cc519 && (TYPE_RESTRICT (parm1) != TYPE_RESTRICT (parm2))) in compatible_parm_types_p()
Domp-oacc-neuter-broadcast.cc575 && TYPE_RESTRICT (type)) in install_var_field()
Dtree-ssa-structalias.cc5896 && 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()
Dubsan.cc419 TYPE_RESTRICT (type2) ? "restrict " : "", in ubsan_type_descriptor()
Dlto-streamer-out.cc1354 hstate.add_flag (TYPE_RESTRICT (t)); in hash_tree()
Dtree.cc5453 TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0; in set_type_quals()
DChangeLog-20119533 if TYPE_RESTRICT differs.
9883 TYPE_RESTRICT.
9888 POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
9889 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
Domp-low.cc810 && TYPE_RESTRICT (type)) in install_var_field()
DChangeLog-19983427 * tree.h (TYPE_RESTRICT): New macro.
DChangeLog-201538620 (sem_function::equals_wpa): Compare TYPE_RESTRICT
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-typeprint.c323 if (TYPE_RESTRICT (domain)) in cp_type_print_method_args()
471 if (TYPE_RESTRICT (type)) in c_type_print_modifier()
Dgdbtypes.h119 #define TYPE_RESTRICT(t) \ macro
Dgdbtypes.c5199 if (TYPE_RESTRICT (type)) in recursive_dump_type()
DChangeLog-201313277 (recursive_dump_type): Handle TYPE_RESTRICT.
13281 (TYPE_RESTRICT): New macro.
DChangeLog-20178874 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1278 compare_values (TYPE_RESTRICT); in compare_tree_sccs_1()
DChangeLog2139 TYPE_ALIGN, TYPE_RESTRICT or TYPE_REF_CAN_ALIAS_ALL.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc8469 | (TYPE_RESTRICT (TREE_TYPE (parm)) ? TYPE_QUAL_RESTRICT : 0) in objc_push_parm()