Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dfloat.c157 float_type_exists (char *check_type) in float_type_exists() argument
163 if (STREQ (temp->type, check_type) && temp->id && *temp->id) in float_type_exists()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Deval.c564 struct type *check_type = element_type; in evaluate_subexp_standard() local
568 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()
/mirbsd/src/usr.bin/indent/
Dindent.c324 goto check_type; in main()
382 goto check_type; in main()
423 check_type: in main()