OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lower_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc
2306
static const char * const
lower_prefix
= ".lower";
2339
return
lower_prefix
;
2351
return
lower_prefix
;
2363
return
lower_prefix
;
2491
if (startswith (name,
lower_prefix
))
2492
name += strlen (
lower_prefix
);
2297
static const char * const
lower_prefix
= ".lower";
variable
/src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc
2306
static const char * const
lower_prefix
= ".lower";
2339
return
lower_prefix
;
2351
return
lower_prefix
;
2363
return
lower_prefix
;
2491
if (startswith (name,
lower_prefix
))
2492
name += strlen (
lower_prefix
);
2297
static const char * const
lower_prefix
= ".lower";
variable
Completed in 36 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026