OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intr_vector
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc
2266
tree
intr_vector
= TREE_VALUE (int_attr);
2268
if (
intr_vector
!= NULL_TREE)
2280
intr_vector
= TREE_VALUE (
intr_vector
);
2286
if (TREE_CODE (
intr_vector
) == STRING_CST)
2288
TREE_STRING_POINTER (
intr_vector
));
2289
else /* TREE_CODE (
intr_vector
) == INTEGER_CST */
2291
(unsigned int) TREE_INT_CST_LOW (
intr_vector
));
2257
tree
intr_vector
= TREE_VALUE (int_attr);
local
/src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc
2266
tree
intr_vector
= TREE_VALUE (int_attr);
2268
if (
intr_vector
!= NULL_TREE)
2280
intr_vector
= TREE_VALUE (
intr_vector
);
2286
if (TREE_CODE (
intr_vector
) == STRING_CST)
2288
TREE_STRING_POINTER (
intr_vector
));
2289
else /* TREE_CODE (
intr_vector
) == INTEGER_CST */
2291
(unsigned int) TREE_INT_CST_LOW (
intr_vector
));
2257
tree
intr_vector
= TREE_VALUE (int_attr);
local
Completed in 16 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026