OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctable_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/pru/
pru-pragma.cc
45
tree
ctable_index
, base_addr;
local
48
type = pragma_lex (&
ctable_index
);
49
if (type == CPP_NUMBER && tree_fits_uhwi_p (
ctable_index
))
54
unsigned HOST_WIDE_INT i = tree_to_uhwi (
ctable_index
);
/src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-pragma.cc
45
tree
ctable_index
, base_addr;
local
48
type = pragma_lex (&
ctable_index
);
49
if (type == CPP_NUMBER && tree_fits_uhwi_p (
ctable_index
))
54
unsigned HOST_WIDE_INT i = tree_to_uhwi (
ctable_index
);
Completed in 50 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026