HomeSort by: relevance | last modified time | path
    Searched defs:fixed_underlying_type (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 3676 tree fixed_underlying_type = NULL_TREE;
3742 fixed_underlying_type = TYPE_MAIN_VARIANT (specs->type);
3752 TYPE_MIN_VALUE (fixed_underlying_type);
3754 TYPE_MAX_VALUE (fixed_underlying_type);
3755 TYPE_UNSIGNED (ret.spec) = TYPE_UNSIGNED (fixed_underlying_type);
3756 SET_TYPE_ALIGN (ret.spec, TYPE_ALIGN (fixed_underlying_type));
3759 TYPE_PRECISION (fixed_underlying_type);
3760 ENUM_UNDERLYING_TYPE (ret.spec) = fixed_underlying_type;
3764 && !comptypes (fixed_underlying_type,
3769 fixed_underlying_type = ENUM_UNDERLYING_TYPE (ret.spec)
3674 tree fixed_underlying_type = NULL_TREE; local
    [all...]

Completed in 19 milliseconds