HomeSort by: relevance | last modified time | path
    Searched defs:imported_decls (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 34 static hash_map<Dsymbol *, tree> *imported_decls; variable
177 /* Build IMPORTED_DECLs for all overloads in a set. */
227 hash_map_maybe_create<hm_ggc> (imported_decls);
229 if (tree *decl = imported_decls->get (d))
242 imported_decls->put (d, isym);

Completed in 25 milliseconds