Searched refs:str_cpu_units (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genautomata.cc | 1249 char **str_cpu_units; in gen_cpu_unit() local 1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit() 1255 if (str_cpu_units == NULL) in gen_cpu_unit() 1263 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_cpu_unit() 1280 char **str_cpu_units; in gen_query_cpu_unit() local 1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit() 1287 if (str_cpu_units == NULL) in gen_query_cpu_unit() 1295 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_query_cpu_unit() 1392 char **str_cpu_units; in gen_presence_absence_set() local 1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set() [all …]
|