Home
last modified time | relevance | path

Searched refs:from_obj (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs1055 SV *from_obj;
1067 from_obj = find_encoding(aTHX_ from);
1068 if (!SvOK(from_obj))
1073 string = sv_2mortal(call_encoding(aTHX_ "decode", from_obj, octets, NULL));
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c6444 tree from_obj = NULL_TREE; local
6529 from_obj = val;
6629 if (from_obj && from_obj != val)
6631 if (looking_for_typename && TREE_CODE (from_obj) == TYPE_DECL
6633 && ! same_type_p (TREE_TYPE (from_obj), TREE_TYPE (val)))
6637 name, got_object, from_obj, val);
6643 val = from_obj;
6650 else if (from_obj)
6651 val = from_obj;
H A DChangeLog.29783 * decl.c (lookup_name_real): OK, do return the from_obj value
9798 * decl.c (lookup_name_real): Never return the from_obj value.
H A DChangeLog10576 * decl.c (lookup_name_real): Clear val after setting from_obj.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19982995 * decl.c (lookup_name_real): OK, do return the from_obj value
3010 * decl.c (lookup_name_real): Never return the from_obj value.
H A DChangeLog-2000704 * decl.c (lookup_name_real): Clear val after setting from_obj.