OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GET_NUM_ELEM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
743
#define
GET_NUM_ELEM
(RTVEC) ((RTVEC)->num_elem)
1131
if (_i < 0 || _i >=
GET_NUM_ELEM
(_rtvec)) \
1359
#define XVECLEN(RTX, N)
GET_NUM_ELEM
(XVEC (RTX, N))
1393
#define XCVECLEN(RTX, N, C)
GET_NUM_ELEM
(XCVEC (RTX, N, C))
/src/external/gpl3/gcc/dist/gcc/
rtl.h
745
#define
GET_NUM_ELEM
(RTVEC) ((RTVEC)->num_elem)
1133
if (_i < 0 || _i >=
GET_NUM_ELEM
(_rtvec)) \
1361
#define XVECLEN(RTX, N)
GET_NUM_ELEM
(XVEC (RTX, N))
1395
#define XCVECLEN(RTX, N, C)
GET_NUM_ELEM
(XCVEC (RTX, N, C))
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026