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

  /src/external/gpl3/gcc/dist/gcc/
cprop.cc 135 #define GOBNEW(T) ((T *) cprop_alloc (sizeof (T)))
201 cur_expr = GOBNEW (struct cprop_expr);
235 cur_occr = GOBNEW (struct cprop_occr);
gcse.cc 531 #define GOBNEW(T) ((T *) gcse_alloc (sizeof (T)))
1158 cur_expr = GOBNEW (struct gcse_expr);
1196 antic_occr = GOBNEW (struct gcse_occr);
1221 avail_occr = GOBNEW (struct gcse_occr);
  /src/external/gpl3/gcc.old/dist/gcc/
cprop.cc 135 #define GOBNEW(T) ((T *) cprop_alloc (sizeof (T)))
201 cur_expr = GOBNEW (struct cprop_expr);
235 cur_occr = GOBNEW (struct cprop_occr);
gcse.cc 531 #define GOBNEW(T) ((T *) gcse_alloc (sizeof (T)))
1157 cur_expr = GOBNEW (struct gcse_expr);
1195 antic_occr = GOBNEW (struct gcse_occr);
1220 avail_occr = GOBNEW (struct gcse_occr);

Completed in 24 milliseconds