Searched refs:build_delegate_cst (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 520 extern tree build_delegate_cst (tree, tree, Type *);
|
H A D | d-codegen.cc | 405 build_delegate_cst (tree method, tree object, Type *type) in build_delegate_cst() function 438 tree t = build_delegate_cst (callee, object, type); in build_method_call() 479 value = build_delegate_cst (null_pointer_node, null_pointer_node, type); in build_typeof_null_value()
|
H A D | d-convert.cc | 368 return build_delegate_cst (delegate_method (exp), in convert_expr()
|
/netbsd/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 530 extern tree build_delegate_cst (tree, tree, Type *);
|
H A D | d-codegen.cc | 408 build_delegate_cst (tree method, tree object, Type *type) in build_delegate_cst() function 441 tree t = build_delegate_cst (callee, object, type); in build_method_call() 482 value = build_delegate_cst (null_pointer_node, null_pointer_node, type); in build_typeof_null_value()
|
H A D | d-convert.cc | 368 return build_delegate_cst (delegate_method (exp), in convert_expr()
|
H A D | ChangeLog-2013 | 682 (build_delegate_cst): Likewise. 922 (IRState::delegateVal): Replace with build_delegate_cst.
|
H A D | ChangeLog-2021 | 185 (build_delegate_cst): Likewise.
|
H A D | ChangeLog-2017 | 333 * d-codegen.cc (build_delegate_cst): Set TYPE_DELEGATE on internal
|
H A D | ChangeLog-2016 | 995 * d-codegen.cc (build_delegate_cst): Always return valid constructor.
|