OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatch_decl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
25370
tree
dispatch_decl
= NULL;
25433
dispatch_decl
= make_dispatcher_decl (default_node->decl);
25434
TREE_NOTHROW (
dispatch_decl
) = TREE_NOTHROW (fn);
25436
dispatcher_node = cgraph_node::get_create (
dispatch_decl
);
25448
it_v->dispatcher_resolver =
dispatch_decl
;
25460
return
dispatch_decl
;
25470
const tree
dispatch_decl
,
25490
DECL_EXTERNAL (
dispatch_decl
) = 0;
25506
TREE_PUBLIC (
dispatch_decl
) = 0;
25525
/* Mark
dispatch_decl
as "ifunc" with resolver as resolver_name. *
25320
tree
dispatch_decl
= NULL;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
24935
tree
dispatch_decl
= NULL;
24998
dispatch_decl
= make_dispatcher_decl (default_node->decl);
25000
dispatcher_node = cgraph_node::get_create (
dispatch_decl
);
25012
it_v->dispatcher_resolver =
dispatch_decl
;
25024
return
dispatch_decl
;
25034
const tree
dispatch_decl
,
25054
DECL_EXTERNAL (
dispatch_decl
) = 0;
25070
TREE_PUBLIC (
dispatch_decl
) = 0;
25089
/* Mark
dispatch_decl
as "ifunc" with resolver as resolver_name. */
25090
DECL_ATTRIBUTES (
dispatch_decl
)
24885
tree
dispatch_decl
= NULL;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026