Method: AdLint::Cc1::ExtendedBigIntType#integer_promoted_type

Defined in:
lib/adlint/cc1/type.rb

#integer_promoted_typeObject



7166
7167
7168
7169
7170
# File 'lib/adlint/cc1/type.rb', line 7166

def integer_promoted_type
  # NOTE: ExtendedBigIntType is very big integer.
  #       So, it is not compatible with int or unsigned int.
  self
end