OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XVECEXP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
1360
#define
XVECEXP
(RTX, N, M) RTVEC_ELT (XVEC (RTX, N), M)
1438
return
XVECEXP
(this, 0, index);
1443
return as_a <rtx_insn *> (
XVECEXP
(this, 0, index));
3128
since
XVECEXP
(X, 0) and
XVECEXP
(Y, 0) list all the elements anyway. */
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
1358
#define
XVECEXP
(RTX, N, M) RTVEC_ELT (XVEC (RTX, N), M)
1436
return
XVECEXP
(this, 0, index);
1441
return as_a <rtx_insn *> (
XVECEXP
(this, 0, index));
3113
since
XVECEXP
(X, 0) and
XVECEXP
(Y, 0) list all the elements anyway. */
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026