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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs-libfuncs.cc 702 /* Hashtable callbacks for libfunc_decls. */
720 static GTY (()) hash_table<libfunc_decl_hasher> *libfunc_decls; variable
758 if (libfunc_decls == NULL)
759 libfunc_decls = hash_table<libfunc_decl_hasher>::create_ggc (37);
764 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, INSERT);
792 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, NO_INSERT);
optabs-libfuncs.cc 702 /* Hashtable callbacks for libfunc_decls. */
720 static GTY (()) hash_table<libfunc_decl_hasher> *libfunc_decls; variable
758 if (libfunc_decls == NULL)
759 libfunc_decls = hash_table<libfunc_decl_hasher>::create_ggc (37);
764 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, INSERT);
792 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, NO_INSERT);
  /src/external/gpl3/gcc/dist/gcc/
optabs-libfuncs.cc 704 /* Hashtable callbacks for libfunc_decls. */
722 static GTY (()) hash_table<libfunc_decl_hasher> *libfunc_decls; variable
760 if (libfunc_decls == NULL)
761 libfunc_decls = hash_table<libfunc_decl_hasher>::create_ggc (37);
766 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, INSERT);
794 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, NO_INSERT);
optabs-libfuncs.cc 704 /* Hashtable callbacks for libfunc_decls. */
722 static GTY (()) hash_table<libfunc_decl_hasher> *libfunc_decls; variable
760 if (libfunc_decls == NULL)
761 libfunc_decls = hash_table<libfunc_decl_hasher>::create_ggc (37);
766 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, INSERT);
794 tree *slot = libfunc_decls->find_slot_with_hash (id, hash, NO_INSERT);

Completed in 61 milliseconds