Method: AdLint::Cc1::SignedLongType#arithmetic_type_with
- Defined in:
- lib/adlint/cc1/type.rb
#arithmetic_type_with(type) ⇒ Object
4360 4361 4362 |
# File 'lib/adlint/cc1/type.rb', line 4360 def arithmetic_type_with(type) type._arithmetic_type_with_signed_long(self) end |