gcc-8.3/gcc/TREE_ADDRESSABLE()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#p032823d]
#backlinks
*説明 [#y8c80dca]
-パス: [[gcc-8.3/gcc/tree.h]]
-FIXME: これは何?
--説明
**引数 [#ad8ac737]
-tree NODE
--
--[[gcc-8.3/gcc/tree]]
**返り値 [#m17b5a68]
-unsigned int
--
**参考 [#aea81ad3]
*実装 [#ka1cadcd]
/* In VAR_DECL, PARM_DECL and RESULT_DECL nodes, nonzero...
of this is needed. So it cannot be in a register.
In a FUNCTION_DECL it has no meaning.
In LABEL_DECL nodes, it means a goto for this label h...
from a place outside all binding contours that restor...
In an artificial SSA_NAME that points to a stack part...
two variables, it means that at least one variable ha...
In ..._TYPE nodes, it means that objects of this type...
addressable. This means that pieces of this object c...
register parameters, for example. If this a function...
means that the value must be returned in memory.
In CONSTRUCTOR nodes, it means object constructed mus...
In IDENTIFIER_NODEs, this means that some extern decl...
had its address taken. That matters for inline funct...
In a STMT_EXPR, it means we want the result of the en...
#define TREE_ADDRESSABLE(NODE) ((NODE)->base.addressable...
-
-base は tree_base 型
--[[gcc-8.3/gcc/tree_base]]
*コメント [#v2f98198]
終了行:
*参照元 [#p032823d]
#backlinks
*説明 [#y8c80dca]
-パス: [[gcc-8.3/gcc/tree.h]]
-FIXME: これは何?
--説明
**引数 [#ad8ac737]
-tree NODE
--
--[[gcc-8.3/gcc/tree]]
**返り値 [#m17b5a68]
-unsigned int
--
**参考 [#aea81ad3]
*実装 [#ka1cadcd]
/* In VAR_DECL, PARM_DECL and RESULT_DECL nodes, nonzero...
of this is needed. So it cannot be in a register.
In a FUNCTION_DECL it has no meaning.
In LABEL_DECL nodes, it means a goto for this label h...
from a place outside all binding contours that restor...
In an artificial SSA_NAME that points to a stack part...
two variables, it means that at least one variable ha...
In ..._TYPE nodes, it means that objects of this type...
addressable. This means that pieces of this object c...
register parameters, for example. If this a function...
means that the value must be returned in memory.
In CONSTRUCTOR nodes, it means object constructed mus...
In IDENTIFIER_NODEs, this means that some extern decl...
had its address taken. That matters for inline funct...
In a STMT_EXPR, it means we want the result of the en...
#define TREE_ADDRESSABLE(NODE) ((NODE)->base.addressable...
-
-base は tree_base 型
--[[gcc-8.3/gcc/tree_base]]
*コメント [#v2f98198]
ページ名: