OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_vec
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
1777
case
TREE_VEC
:
3329
gcc_assert (TREE_CODE (t1) ==
TREE_VEC
);
3330
gcc_assert (TREE_CODE (t2) ==
TREE_VEC
);
3736
else if (TREE_CODE (t) ==
TREE_VEC
)
3782
/* Return a
TREE_VEC
for the expansion of __integer_pack(HI). */
3812
int max = ((INT_MAX - sizeof (
tree_vec
)) / sizeof (tree)) + 1;
3832
/* Return a
TREE_VEC
for the expansion of built-in template parameter pack
4925
/* Given a single level of template parameters (a
TREE_VEC
), return it
4943
arguments. The template parameters are represented as a
TREE_VEC
, in
4955
create a
TREE_VEC
of TREE_VECs. Instead, we return a singl
29758
tree
tree_vec
= make_
tree_vec
(hash.elements());
local
[
all
...]
Completed in 19 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026