Class: AdLint::Cpp::StdcIec559Macro

Inherits:
SpecialMacro show all
Defined in:
lib/adlint/cpp/macro.rb

Instance Attribute Summary

Attributes inherited from SpecialMacro

#replacement_list

Attributes inherited from Macro

#define_line

Instance Method Summary collapse

Methods inherited from SpecialMacro

#expand

Methods inherited from ObjectLikeMacro

#expand, #function_like?, #replaceable_size

Methods inherited from Macro

#expand, #function_like?, #location, #name, #replacement_list

Methods included from LocationHolder

#analysis_target?

Constructor Details

#initializeStdcIec559Macro

Returns a new instance of StdcIec559Macro.



514
515
516
# File 'lib/adlint/cpp/macro.rb', line 514

def initialize
  super("__STDC_IEC_559__")
end