Searched refs:TYPE_NUM (Results 1 – 1 of 1) sorted by relevance
357 TYPE_NUM = 1, enumerator375 [SYM_BITFIELD] = TYPE_NUM | TYPE_BITFIELD, in classify_type()376 [SYM_RESTRICT] = TYPE_NUM | TYPE_RESTRICT, in classify_type()377 [SYM_FOULED] = TYPE_NUM | TYPE_RESTRICT | TYPE_FOULED, in classify_type()393 return TYPE_NUM; in classify_type()395 return TYPE_NUM | TYPE_FLOAT; in classify_type()400 #define is_int(class) ((class & (TYPE_NUM | TYPE_FLOAT)) == TYPE_NUM)944 if (lclass & rclass & TYPE_NUM) { in evaluate_binop()1070 if (lclass & rclass & TYPE_NUM) { in evaluate_compare()1198 if (lclass & rclass & TYPE_NUM) { in evaluate_conditional_expression()[all …]