Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dupgrade.t38 foreach my $source_type (@keys) {
43 $vars->{source} = $types{$source_type};
46 print "# Assigning $source_type to $dest_type\n";
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py18 def source_type(filename): function
99 t = source_type(f)
139 if source_type(f)]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c374 can_widen_reference_to (source_type, target_type) in can_widen_reference_to() argument
375 tree source_type, target_type; in can_widen_reference_to()
381 if (TREE_CODE (source_type) == POINTER_TYPE)
382 source_type = TREE_TYPE (source_type);
386 if (source_type == target_type)
407 source_type = TYPE_ARRAY_ELEMENT (source_type);
409 if (source_type == target_type)
411 if (TREE_CODE (source_type) != POINTER_TYPE
418 int source_depth = class_depth (source_type);
443 source_type = TYPE_BINFO_BASETYPE (source_type, 0);
[all …]
H A Dparse.c16760 tree source_type; local
16768 source_type = TREE_TYPE (TREE_TYPE (method_source));
16775 && source_type != TREE_TYPE (TREE_TYPE (method_dest)))
H A Dparse.y13195 tree source_type; local
13203 source_type = TREE_TYPE (TREE_TYPE (method_source));
13210 && source_type != TREE_TYPE (TREE_TYPE (method_dest)))
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c182 static tree source_type (conversion *);
6023 source_type (conversion *t) in source_type() function
6195 tree source = source_type (w->convs[0]); in joust()
H A DChangeLog-19971333 (source_type): New fn.
H A DChangeLog-20042433 source_type, joust): Likewise.
6128 (source_type): Likewise.
H A DChangeLog-2002485 source_type, add_warning, can_convert, can_convert_arg,
H A DChangeLog-19995728 (add_candidate, source_type, add_warning): Add static prototype.
H A DChangeLog-19985365 * call.c (source_type): #if 0 out.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c98 static tree source_type PARAMS ((tree));
5610 source_type (t) in source_type() function
5772 tree source = source_type (TREE_VEC_ELT (w->convs, 0));
H A DChangeLog.25728 (add_candidate, source_type, add_warning): Add static prototype.
12153 * call.c (source_type): #if 0 out.
15004 (source_type): New fn.