Home
last modified time | relevance | path

Searched refs:bp_unpack_enum (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-streamer-in.cc334 built_in_class cl = bp_unpack_enum (bp, built_in_class, BUILT_IN_LAST); in unpack_ts_function_decl_value_fields()
447 = bp_unpack_enum (bp, omp_clause_default_kind, in unpack_ts_omp_clause_value_fields()
452 = bp_unpack_enum (bp, omp_clause_schedule_kind, in unpack_ts_omp_clause_value_fields()
457 = bp_unpack_enum (bp, omp_clause_depend_kind, OMP_CLAUSE_DEPEND_LAST); in unpack_ts_omp_clause_value_fields()
460 OMP_CLAUSE_SET_MAP_KIND (expr, bp_unpack_enum (bp, gomp_map_kind, in unpack_ts_omp_clause_value_fields()
465 = bp_unpack_enum (bp, omp_clause_proc_bind_kind, in unpack_ts_omp_clause_value_fields()
472 = bp_unpack_enum (bp, tree_code, MAX_TREE_CODES); in unpack_ts_omp_clause_value_fields()
548 CALL_EXPR_IFN (expr) = bp_unpack_enum (&bp, internal_fn, IFN_LAST); in streamer_read_tree_bitfields()
563 = bp_unpack_enum (&bp, clobber_kind, CLOBBER_LAST); in streamer_read_tree_bitfields()
Dtree-streamer.h119 bp->stream)->mode_table[bp_unpack_enum (bp, machine_mode, 1 << 8)]; in bp_unpack_machine_mode()
Ddata-streamer.h329 #define bp_unpack_enum(bp,enum_name,enum_last) \ macro
Dlto-cgraph.cc1211 node->resolution = bp_unpack_enum (bp, ld_plugin_symbol_resolution, in input_overwrite_node()
1480 inline_failed = bp_unpack_enum (&bp, cgraph_inline_failed_t, CIF_N_REASONS); in input_edge()
Dvalue-prof.cc368 type = bp_unpack_enum (&bp, hist_type, HIST_TYPE_MAX); in stream_in_histogram_value()
Dlto-streamer-in.cc1991 = bp_unpack_enum (&bp, mode_class, MAX_MODE_CLASS); in lto_input_mode_table()
DChangeLog-201115264 (bp_unpack_enum): Likewise.
24171 (bp_pack_enum, bp_unpack_enum): New macros.