OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_to_fn_map
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc
82
static name_to_fn_map_type *
name_to_fn_map
;
local
84
if (!
name_to_fn_map
)
86
name_to_fn_map
= new name_to_fn_map_type (IFN_LAST);
88
name_to_fn_map
->put (internal_fn_name (internal_fn (i)),
91
internal_fn *entry =
name_to_fn_map
->get (name);
internal-fn.cc
82
static name_to_fn_map_type *
name_to_fn_map
;
local
84
if (!
name_to_fn_map
)
86
name_to_fn_map
= new name_to_fn_map_type (IFN_LAST);
88
name_to_fn_map
->put (internal_fn_name (internal_fn (i)),
91
internal_fn *entry =
name_to_fn_map
->get (name);
/src/external/gpl3/gcc/dist/gcc/
internal-fn.cc
83
static name_to_fn_map_type *
name_to_fn_map
;
local
85
if (!
name_to_fn_map
)
87
name_to_fn_map
= new name_to_fn_map_type (IFN_LAST);
89
name_to_fn_map
->put (internal_fn_name (internal_fn (i)),
92
internal_fn *entry =
name_to_fn_map
->get (name);
internal-fn.cc
83
static name_to_fn_map_type *
name_to_fn_map
;
local
85
if (!
name_to_fn_map
)
87
name_to_fn_map
= new name_to_fn_map_type (IFN_LAST);
89
name_to_fn_map
->put (internal_fn_name (internal_fn (i)),
92
internal_fn *entry =
name_to_fn_map
->get (name);
Completed in 46 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026