OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conv_fns
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
call.cc
4426
tree
conv_fns
= NULL_TREE;
local
4463
conv_fns
= lookup_conversions (fromtype);
4527
if (
conv_fns
)
4535
for (;
conv_fns
;
conv_fns
= TREE_CHAIN (
conv_fns
))
4537
tree conversion_path = TREE_PURPOSE (
conv_fns
);
4549
tree convtype = non_reference (TREE_TYPE (
conv_fns
));
4564
add_candidates (TREE_VALUE (
conv_fns
), first_arg, NULL, totype,
/src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc
4141
tree
conv_fns
= NULL_TREE;
local
4178
conv_fns
= lookup_conversions (fromtype);
4242
if (
conv_fns
)
4250
for (;
conv_fns
;
conv_fns
= TREE_CHAIN (
conv_fns
))
4252
tree conversion_path = TREE_PURPOSE (
conv_fns
);
4264
tree convtype = non_reference (TREE_TYPE (
conv_fns
));
4279
add_candidates (TREE_VALUE (
conv_fns
), first_arg, NULL, totype,
Completed in 60 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026