*参照元 [#c7e4f6e1]
#backlinks

*説明 [#a8a3355a]
-パス: [[gcc-8.3/gcc/tree.h]]

-FIXME: これは何?
--説明


**引数 [#zbcfba72]
-T
-tree T
--
--[[gcc-8.3/gcc/tree]]
-CODE
--


**返り値 [#vfdb59ed]
-
--

**参考 [#b747d13b]


*実装 [#lf91670c]
 /* When checking is enabled, errors will be generated if a tree node
    is accessed incorrectly. The macros die with a fatal error.  */
 #if defined ENABLE_TREE_CHECKING && (GCC_VERSION >= 2007)
 
 //...
 
 #define TREE_CHECK(T, CODE) \
 (tree_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
 
-
--[[gcc-8.3/gcc/tree_check()]]

 #else /* not ENABLE_TREE_CHECKING, or not gcc */
 
 //...
 
 #define TREE_CHECK(T, CODE)			(T)


*コメント [#ndf1ff46]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS