Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc13226 bool a_export; in binding_cmp() local
13229 a_export = OVL_EXPORT_P (a_ent); in binding_cmp()
13233 a_export = DECL_MODULE_EXPORT_P (TREE_CODE (a_ent) == CONST_DECL in binding_cmp()
13250 if (a_export != b_export) in binding_cmp()
13251 return a_export ? +1 : -1; in binding_cmp()