Method: AdLint::Cc1::IntType#arithmetic_type_with
- Defined in:
- lib/adlint/cc1/type.rb
#arithmetic_type_with(type) ⇒ Object
4096 4097 4098 |
# File 'lib/adlint/cc1/type.rb', line 4096 def arithmetic_type_with(type) type._arithmetic_type_with_int(self) end |