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

  /src/external/gpl3/gcc/dist/gcc/
genmodes.cc 928 unsigned int max_n_modes = 0; local
932 max_n_modes = MAX (max_n_modes, n_modes[c]);
934 /* Allocate max_n_modes + 1 entries to leave room for the extra null
936 sortbuf = XALLOCAVEC (struct mode_data *, max_n_modes + 1);
  /src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc 926 unsigned int max_n_modes = 0; local
930 max_n_modes = MAX (max_n_modes, n_modes[c]);
932 /* Allocate max_n_modes + 1 entries to leave room for the extra null
934 sortbuf = XALLOCAVEC (struct mode_data *, max_n_modes + 1);

Completed in 19 milliseconds