Searched refs:check_type (Results 1 – 3 of 3) sorted by relevance
157 float_type_exists (char *check_type) in float_type_exists() argument163 if (STREQ (temp->type, check_type) && temp->id && *temp->id) in float_type_exists()
564 struct type *check_type = element_type; in evaluate_subexp_standard() local568 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE || in evaluate_subexp_standard()569 TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()570 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()608 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()609 (TYPE_CODE (check_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()610 range_low_type != check_type)) in evaluate_subexp_standard()
324 goto check_type; in main()382 goto check_type; in main()423 check_type: in main()