HomeSort by: relevance | last modified time | path
    Searched defs:to_val (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2985 tree to_val = decl; local
3009 to_val = old;
3068 to_val = ovl_insert (decl, old, -int (hiding));
3073 to_val = name_lookup::ambiguous (decl, old);
3114 to_val = NULL_TREE;
3121 if (to_val)
3126 update_local_overload (binding, to_val);
3140 STAT_DECL (*slot) = to_val;
3146 *slot = stat_hack (to_val, to_type);
3153 *slot = to_val;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2804 tree to_val = decl; local
2828 to_val = old;
2887 to_val = ovl_insert (decl, old, -int (hiding));
2931 to_val = NULL_TREE;
2938 if (to_val)
2943 update_local_overload (binding, to_val);
2957 STAT_DECL (*slot) = to_val;
2963 *slot = stat_hack (to_val, to_type);
2970 *slot = to_val;
2976 binding->value = to_val;
    [all...]

Completed in 27 milliseconds