OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ded_fn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
30201
tree
ded_fn
= build_lang_decl_loc (loc,
30204
DECL_ARGUMENTS (
ded_fn
) = fargs;
30205
DECL_ARTIFICIAL (
ded_fn
) = true;
30206
DECL_NONCONVERTING_P (
ded_fn
) = explicit_p;
30207
tree ded_tmpl = build_template_decl (
ded_fn
, tparms, /*member*/false);
30209
DECL_TEMPLATE_INFO (
ded_fn
) = build_template_info (ded_tmpl, targs);
30199
tree
ded_fn
= build_lang_decl_loc (loc,
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
29647
tree
ded_fn
= build_lang_decl_loc (loc,
29650
DECL_ARGUMENTS (
ded_fn
) = fargs;
29651
DECL_ARTIFICIAL (
ded_fn
) = true;
29652
DECL_NONCONVERTING_P (
ded_fn
) = explicit_p;
29653
tree ded_tmpl = build_template_decl (
ded_fn
, tparms, /*member*/false);
29655
DECL_TEMPLATE_INFO (
ded_fn
) = build_template_info (ded_tmpl, targs);
Completed in 58 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026