Method: AdLint::Cc1::ArrayValue#&
- Defined in:
- lib/adlint/cc1/value.rb
#&(rhs_val) ⇒ Object
1042 1043 1044 1045 1046 1047 |
# File 'lib/adlint/cc1/value.rb', line 1042 def &(rhs_val) # NOTE: When an array variable appears in expressions, object-specifier # of an array variable should be evaluated into a pointer to the # array body. dup # NOTREACHED end |