OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:template_parameter_pack_p
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc
1527
bool variadic_concept_p =
template_parameter_pack_p
(proto);
1528
bool declared_pack_p =
template_parameter_pack_p
(decl);
1718
if (
template_parameter_pack_p
(proto))
pt.cc
3424
if (
template_parameter_pack_p
(decl1) !=
template_parameter_pack_p
(decl2))
3535
template_parameter_pack_p
(const_tree parm)
function
5505
if (
template_parameter_pack_p
(p))
5524
if (!
template_parameter_pack_p
(parm))
5636
&& !
template_parameter_pack_p
(TREE_VALUE (parm)))
5651
&&
template_parameter_pack_p
(TREE_VALUE (parm))
7937
if (!
template_parameter_pack_p
(TREE_VALUE (o)))
8572
if (
template_parameter_pack_p
(parm) && ARGUMENT_PACK_P (orig_arg))
8952
if (
template_parameter_pack_p
(TREE_VALUE (parm))
[
all
...]
cxx-pretty-print.cc
1663
||
template_parameter_pack_p
(t))
parser.cc
1807
bool
template_parameter_pack_p
= false)
1820
parameter->
template_parameter_pack_p
=
template_parameter_pack_p
;
17920
if (parameter_declarator->
template_parameter_pack_p
)
24729
bool
template_parameter_pack_p
= false;
24847
template_parameter_pack_p
= true;
24895
template_parameter_pack_p
= true;
24946
||
template_parameter_pack_p
25007
template_parameter_pack_p
);
[
all
...]
cp-tree.h
6325
bool
template_parameter_pack_p
;
7358
extern bool
template_parameter_pack_p
(const_tree);
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
3399
if (
template_parameter_pack_p
(decl1) !=
template_parameter_pack_p
(decl2))
3499
template_parameter_pack_p
(const_tree parm)
function
5534
if (
template_parameter_pack_p
(p))
5553
if (!
template_parameter_pack_p
(parm))
5665
&& !
template_parameter_pack_p
(TREE_VALUE (parm)))
5680
&&
template_parameter_pack_p
(TREE_VALUE (parm))
8043
if (!
template_parameter_pack_p
(TREE_VALUE (o)))
8712
if (
template_parameter_pack_p
(parm) && ARGUMENT_PACK_P (orig_arg))
9117
if (
template_parameter_pack_p
(TREE_VALUE (parm))
[
all
...]
constraint.cc
1601
bool variadic_concept_p =
template_parameter_pack_p
(proto);
1602
bool declared_pack_p =
template_parameter_pack_p
(decl);
1795
if (
template_parameter_pack_p
(proto))
cxx-pretty-print.cc
1689
||
template_parameter_pack_p
(t))
mangle.cc
1832
if (
template_parameter_pack_p
(decl))
1893
if (
template_parameter_pack_p
(decl))
cp-tree.h
6487
bool
template_parameter_pack_p
;
7569
extern bool
template_parameter_pack_p
(const_tree);
parser.cc
1974
bool
template_parameter_pack_p
= false)
1987
parameter->
template_parameter_pack_p
=
template_parameter_pack_p
;
18673
if (parameter_declarator->
template_parameter_pack_p
)
25666
bool
template_parameter_pack_p
= false;
25785
template_parameter_pack_p
= true;
25844
template_parameter_pack_p
= true;
25913
||
template_parameter_pack_p
25993
template_parameter_pack_p
);
[
all
...]
Completed in 96 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026