Lines Matching refs:suffix
253 char *suffix = NULL; in integer_constant() local
295 for (suffix = input_line_pointer; ISALNUM (*suffix); suffix++) in integer_constant()
297 if (*suffix == 'e' || *suffix == 'E') in integer_constant()
301 if (suffix == input_line_pointer) in integer_constant()
304 suffix = NULL; in integer_constant()
308 c = *--suffix; in integer_constant()
313 if ((NUMBERS_WITH_SUFFIX && LOCAL_LABELS_FB ? *suffix : c) == 'B') in integer_constant()
321 else if (suffix[1] == '.' || c == 'E' || flt) in integer_constant()
329 suffix = NULL; in integer_constant()
503 && suffix != NULL in integer_constant()
504 && input_line_pointer - 1 == suffix) in integer_constant()