OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stanza_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
243
const char *
stanza_name
;
member in struct:stanza_entry
812
stanza_name_to_stanza (const char *
stanza_name
)
815
if (!strcmp (
stanza_name
, stanza_map[i].
stanza_name
))
1907
const char *
stanza_name
= match_to_right_bracket ();
local
1908
if (!
stanza_name
)
1914
curr_bif_stanza = stanza_name_to_stanza (
stanza_name
);
2083
char *
stanza_name
= match_identifier ();
local
2084
if (!
stanza_name
)
2100
stanza->stanza_id =
stanza_name
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
243
const char *
stanza_name
;
member in struct:stanza_entry
812
stanza_name_to_stanza (const char *
stanza_name
)
815
if (!strcmp (
stanza_name
, stanza_map[i].
stanza_name
))
1907
const char *
stanza_name
= match_to_right_bracket ();
local
1908
if (!
stanza_name
)
1914
curr_bif_stanza = stanza_name_to_stanza (
stanza_name
);
2083
char *
stanza_name
= match_identifier ();
local
2084
if (!
stanza_name
)
2100
stanza->stanza_id =
stanza_name
;
[
all
...]
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026