Searched refs:bp_unpack_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | data-streamer-in.cc | 104 bp_unpack_string (class data_in *data_in, struct bitpack_d *bp) in bp_unpack_string() function
|
H A D | data-streamer.h | 84 const char *bp_unpack_string (class data_in *, struct bitpack_d *);
|
H A D | lto-streamer-in.cc | 547 const char *pwd = bp_unpack_string (data_in, bp); in input_location_and_block() 556 bp_unpack_string (data_in, bp)); in input_location_and_block()
|
H A D | tree-streamer-in.cc | 430 TRANSLATION_UNIT_LANGUAGE (expr) = xstrdup (bp_unpack_string (data_in, bp)); in unpack_ts_translation_unit_decl_value_fields()
|
H A D | ipa-modref.cc | 3942 sum->fnspec = xstrdup (bp_unpack_string (data_in, &bp)); in read_section() 3951 sum->fnspec = xstrdup (bp_unpack_string (data_in, &bp)); in read_section()
|
H A D | ChangeLog-2012 | 7860 (bp_unpack_string): Likewise. 7864 (bp_unpack_string): Likewise.
|
H A D | ChangeLog-2019 | 21598 (bp_unpack_string): Same.
|
H A D | ChangeLog-2014 | 29072 * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | data-streamer-in.c | 104 bp_unpack_string (class data_in *data_in, struct bitpack_d *bp) in bp_unpack_string() function
|
H A D | data-streamer.h | 83 const char *bp_unpack_string (class data_in *, struct bitpack_d *);
|
H A D | lto-streamer-in.c | 547 const char *pwd = bp_unpack_string (data_in, bp); 556 bp_unpack_string (data_in, bp));
|
H A D | tree-streamer-in.c | 424 TRANSLATION_UNIT_LANGUAGE (expr) = xstrdup (bp_unpack_string (data_in, bp)); in unpack_ts_translation_unit_decl_value_fields()
|