Searched refs:source_type (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | upgrade.t | 38 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 D | lldbinline.py | 18 def source_type(filename): function 99 t = source_type(f) 139 if source_type(f)]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | expr.c | 374 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 D | parse.c | 16760 tree source_type; local 16768 source_type = TREE_TYPE (TREE_TYPE (method_source)); 16775 && source_type != TREE_TYPE (TREE_TYPE (method_dest)))
|
H A D | parse.y | 13195 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 D | call.c | 182 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 D | ChangeLog-1997 | 1333 (source_type): New fn.
|
H A D | ChangeLog-2004 | 2433 source_type, joust): Likewise. 6128 (source_type): Likewise.
|
H A D | ChangeLog-2002 | 485 source_type, add_warning, can_convert, can_convert_arg,
|
H A D | ChangeLog-1999 | 5728 (add_candidate, source_type, add_warning): Add static prototype.
|
H A D | ChangeLog-1998 | 5365 * call.c (source_type): #if 0 out.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 98 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 D | ChangeLog.2 | 5728 (add_candidate, source_type, add_warning): Add static prototype. 12153 * call.c (source_type): #if 0 out. 15004 (source_type): New fn.
|