Method: AdLint::Cc1::LongType#arithmetic_type_with
- Defined in:
- lib/adlint/cc1/type.rb
#arithmetic_type_with(type) ⇒ Object
4316 4317 4318 |
# File 'lib/adlint/cc1/type.rb', line 4316 def arithmetic_type_with(type) type._arithmetic_type_with_long(self) end |