HomeSort by: relevance | last modified time | path
    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