Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc3426 enum module_loadedness loadedness : 2; member in module_state
3667 loadedness = ML_NONE; in module_state()
14194 if (imp->loadedness == ML_NONE) in read_imports()
14227 if (imp->loadedness == ML_NONE) in read_imports()
14349 || imp->loadedness != ML_NONE /* that is not yet loaded ... */ in read_partitions()
17650 if (import->loadedness > ML_NONE in write()
17927 if (loadedness == ML_PREPROCESSOR) in read_preprocessor()
17955 loadedness = ML_PREPROCESSOR; in read_preprocessor()
17972 if (loadedness == ML_LANGUAGE) in read_language()
18066 loadedness = ML_LANGUAGE; in read_language()
[all …]