Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.c855 if (!(flags & SearchUnqualifiedModule)) in search()
856 flags &= ~(SearchUnqualifiedModule | SearchLocalsOnly); in search()
H A Ddsymbol.h150 SearchUnqualifiedModule = 0x20, // the module scope search is unqualified, enumerator
H A Ddmodule.d1224 if (!(flags & SearchUnqualifiedModule))
1225 flags &= ~(SearchUnqualifiedModule | SearchLocalsOnly);
H A Ddscope.c385 …flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be ob… in searchScopes()
H A Ddscope.d459 …flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be ob… in searchScopes()
H A Ddsymbol.d214 SearchUnqualifiedModule = 0x20, // the module scope search is unqualified,
H A Dexpression.c644 … flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be obeyed in searchScopes()
H A Dexpressionsem.d404 … flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be obeyed in searchUFCS()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c855 if (!(flags & SearchUnqualifiedModule)) in search()
856 flags &= ~(SearchUnqualifiedModule | SearchLocalsOnly); in search()
H A Ddsymbol.h140 SearchUnqualifiedModule = 0x20, // the module scope search is unqualified, enumerator
H A Ddscope.c385 …flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be ob… in searchScopes()
H A Dexpression.c644 … flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be obeyed in searchScopes()