Searched refs:module_state (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 2570 void find_dependencies (module_state *); 2857 module_state *state; /* Module being imported. */ 2865 trees_in (module_state *); 2973 trees_in::trees_in (module_state *state) in trees_in() 2993 module_state *state; /* The module we are writing. */ 3005 trees_out (allocator *, module_state *, depset::hash &deps, unsigned sec = 0); 3140 trees_out::trees_out (allocator *mem, module_state *state, depset::hash &deps, in trees_out() 3244 bool maybe_propagate (module_state *import, location_t loc); 3253 static vec<module_state *> *ool; 3391 class GTY((chain_next ("%h.parent"), for_user)) module_state { class [all …]
|
H A D | ChangeLog-2021 | 1570 * module.cc (module_state::read_language): Add null check. 2236 (module_state::read_macro_maps): Remove warning suppression. 2237 (module_state::install_macros): Ditto. 2249 * module.cc (module_state::read_macro_maps): Temporarily disable 2251 (module_state::install_macros): Same. 3460 (module_state::write_location): Likewise. 3772 (module_state::intercluster_seed): New. Seed both imports and 3774 (module_state::write_cluster): ... here. Call it. 4213 * module.cc (module_state::write_cluster): Relax binding assert. 4296 (module_state::write_cluster): Don't count pendings here. Bye [all …]
|
H A D | lex.cc | 403 module_state *module; 404 module_state *import; 517 if (module_state *m in resume()
|
H A D | cp-tree.h | 7153 class module_state; /* Forward declare. */ variable 7204 extern module_state *get_module (tree name, module_state *parent = NULL, 7227 extern module_state *preprocess_module (module_state *, location_t, 7232 extern void import_module (module_state *, location_t, bool export_p, 7234 extern void declare_module (module_state *, location_t, bool export_p,
|
H A D | ChangeLog | 2286 * module.cc (module_state::mangle): Adjust. 2864 (module_state::read_cluster): Likewise.
|
H A D | parser.cc | 14494 static module_state * 14505 module_state *parent = NULL; in cp_parser_module_name() 14595 module_state *mod = cp_parser_module_name (parser); in cp_parser_module_declaration() 14641 module_state *mod = cp_parser_module_name (parser); in cp_parser_import_declaration()
|
H A D | ChangeLog-2020 | 81 (elf_in::defrost, module_state::do_import)
|