Home
last modified time | relevance | path

Searched refs:entrypoint_module (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc87 static Module *entrypoint_module = NULL; variable
983 entrypoint_module = entry; in d_add_entrypoint_module()
1327 if ((entrypoint_module != NULL) && (m == entrypoint_root_module)) in d_parse_file()
1328 build_decl_tree (entrypoint_module); in d_parse_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2021233 (entrypoint_module): Remove.