Home
last modified time | relevance | path

Searched refs:TYPE_ARTIFICIAL (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dubsan.cc234 TYPE_ARTIFICIAL (ret) = 1; in ubsan_get_type_descriptor_type()
283 TYPE_ARTIFICIAL (ret) = 1; in ubsan_get_source_location_type()
604 TYPE_ARTIFICIAL (ret) = 1; in ubsan_create_data()
Dtree-streamer-out.cc105 bp_pack_value (bp, TYPE_ARTIFICIAL (expr), 1); in pack_ts_base_value_fields()
Dtree-streamer-in.cc132 TYPE_ARTIFICIAL (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_base_value_fields()
Dstor-layout.cc1348 && !TYPE_ARTIFICIAL (rli->t)) in place_field()
1783 && !TYPE_ARTIFICIAL (rli->t)) in finalize_record_size()
Domp-oacc-neuter-broadcast.cc1655 TYPE_ARTIFICIAL (record_type) = 1; in oacc_do_neutering()
Domp-offload.cc2520 TYPE_ARTIFICIAL (rectype) = TYPE_NAMELESS (rectype) = 1; in ompdevlow_adjust_simt_enter()
Domp-low.cc2300 TYPE_ARTIFICIAL (ctx->record_type) = 1; in scan_omp_parallel()
2353 TYPE_ARTIFICIAL (ctx->record_type) = 1; in scan_omp_task()
2367 TYPE_ARTIFICIAL (ctx->srecord_type) = 1; in scan_omp_task()
3070 TYPE_ARTIFICIAL (ctx->record_type) = 1; in scan_omp_target()
3132 TYPE_ARTIFICIAL (ctx->record_type) = 1; in scan_omp_teams()
Dlto-streamer-out.cc1208 hstate.add_flag (TYPE_ARTIFICIAL (t)); in hash_tree()
Dasan.cc3183 TYPE_ARTIFICIAL (ret) = 1; in asan_global_struct()
Dtree.cc779 && !TYPE_ARTIFICIAL (TREE_TYPE (decl)) in need_assembler_name_p()
13189 if (TYPE_ARTIFICIAL (tv)) in verify_type_variant()
13190 verify_variant_match (TYPE_ARTIFICIAL); in verify_type_variant()
Ddwarf2out.cc14003 if (TYPE_ARTIFICIAL (type)) in modified_type_die()
22570 if (TYPE_ARTIFICIAL (type)) in gen_array_type_die()
22862 if (TYPE_ARTIFICIAL (type) in gen_enumeration_type_die()
25931 if (TYPE_ARTIFICIAL (type)) in gen_struct_or_union_type_die()
Dtree.h719 #define TYPE_ARTIFICIAL(NODE) (TYPE_CHECK (NODE)->base.nowarning_flag) macro
DChangeLog-202024949 -Wpadded warning on TYPE_ARTIFICIAL rli->t.
24952 TYPE_ARTIFICIAL.
DChangeLog-201120031 * tree.h (TYPE_ARTIFICIAL): New flag.
20037 * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
DChangeLog-201536910 TYPE_ARTIFICIAL on the .omp_data* types.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1116 compare_values (TYPE_ARTIFICIAL); in compare_tree_sccs_1()