OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_ATTRS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
196
class GTY((for_user))
reg_attrs
{
231
/* The value of
REG_ATTRS
. */
232
reg_attrs
*attrs;
2634
#define
REG_ATTRS
(RTX) (REG_CHECK (RTX)->attrs)
2673
#define REG_EXPR(RTX) (
REG_ATTRS
(RTX) == 0 ? 0 :
REG_ATTRS
(RTX)->decl)
2677
#define REG_OFFSET(RTX) (
REG_ATTRS
(RTX) == 0 ? 0 :
REG_ATTRS
(RTX)->offset)
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
194
class GTY((for_user))
reg_attrs
{
229
/* The value of
REG_ATTRS
. */
230
reg_attrs
*attrs;
2624
#define
REG_ATTRS
(RTX) (REG_CHECK (RTX)->attrs)
2663
#define REG_EXPR(RTX) (
REG_ATTRS
(RTX) == 0 ? 0 :
REG_ATTRS
(RTX)->decl)
2667
#define REG_OFFSET(RTX) (
REG_ATTRS
(RTX) == 0 ? 0 :
REG_ATTRS
(RTX)->offset)
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026