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

  /src/external/gpl3/gcc/dist/gcc/
genhooks.cc 56 struct s_hook struct
65 const struct s_hook *s_hook = (const struct s_hook *)p; local
66 return htab_hash_string (s_hook->name);
72 return (strcmp (((const struct s_hook *) p1)->name,
73 ((const struct s_hook *) p2)->name) == 0);
118 struct s_hook *shp;
124 shp = XNEW (struct s_hook);
130 *(struct s_hook **) p = shp
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genhooks.cc 53 struct s_hook struct
62 const struct s_hook *s_hook = (const struct s_hook *)p; local
63 return htab_hash_string (s_hook->name);
69 return (strcmp (((const struct s_hook *) p1)->name,
70 ((const struct s_hook *) p2)->name) == 0);
115 struct s_hook *shp;
121 shp = XNEW (struct s_hook);
127 *(struct s_hook **) p = shp
    [all...]

Completed in 23 milliseconds