GCC Wikia
Advertisement

このページを編集する際は,編集に関する方針に従ってください.[]

概要[]

引数[]

  • CLASS - 対象となる準コードクラス

実装[]

 151 /* Returns nonzero iff CLASS is the tree-code class of an
 152    expression.  */
153 
154 #define IS_EXPR_CODE_CLASS(CLASS)\
155         ((CLASS) >= [[tcc_reference>enum tree_code_class]] && (CLASS) <= [[tcc_expression>enum tree_code_class]])


リンク元

Advertisement