Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc14135 int exportedness = 0; in write_imports() local
14137 exportedness = +1; in write_imports()
14139 exportedness = -1; in write_imports()
14140 sec.i (exportedness); in write_imports()
14167 int exportedness = 0; in read_imports() local
14186 exportedness = sec.i (); in read_imports()
14220 if (exportedness > 0) in read_imports()
14239 if (lmaps && exportedness >= 0) in read_imports()
14240 set_import (imp, bool (exportedness)); in read_imports()
14242 : exportedness > 0 ? "exported " in read_imports()
[all …]