OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upper_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc
2307
static const char * const
upper_prefix
= ".upper";
2342
return
upper_prefix
;
2354
return
upper_prefix
;
2366
return
upper_prefix
;
2493
else if (startswith (name,
upper_prefix
))
2494
name += strlen (
upper_prefix
);
2298
static const char * const
upper_prefix
= ".upper";
variable
/src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc
2307
static const char * const
upper_prefix
= ".upper";
2342
return
upper_prefix
;
2354
return
upper_prefix
;
2366
return
upper_prefix
;
2493
else if (startswith (name,
upper_prefix
))
2494
name += strlen (
upper_prefix
);
2298
static const char * const
upper_prefix
= ".upper";
variable
Completed in 17 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026