/* Nonzero if NODE represents a declaration. */ #define DECL_P(NODE)\ (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_declaration)