Searched refs:extract_from_method_call (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 522 extern void extract_from_method_call (tree, tree &, tree &);
|
H A D | d-convert.cc | 820 extract_from_method_call (expr, obj, func); in convert_for_condition()
|
H A D | d-codegen.cc | 446 extract_from_method_call (tree t, tree& callee, tree& object) in extract_from_method_call() function
|
H A D | expr.cc | 1820 extract_from_method_call (callee, callee, object); in visit()
|
/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 532 extern void extract_from_method_call (tree, tree &, tree &);
|
H A D | d-convert.cc | 822 extract_from_method_call (expr, obj, func); in convert_for_condition()
|
H A D | ChangeLog-2013 | 683 (extract_from_method_call): Likewise. 925 extract_from_method_call.
|
H A D | d-codegen.cc | 449 extract_from_method_call (tree t, tree &callee, tree &object) in extract_from_method_call() function
|
H A D | expr.cc | 1746 extract_from_method_call (callee, callee, object); in visit()
|