Home
last modified time | relevance | path

Searched refs:build_delegate_cst (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h520 extern tree build_delegate_cst (tree, tree, Type *);
H A Dd-codegen.cc405 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 Dd-convert.cc368 return build_delegate_cst (delegate_method (exp), in convert_expr()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h530 extern tree build_delegate_cst (tree, tree, Type *);
H A Dd-codegen.cc408 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 Dd-convert.cc368 return build_delegate_cst (delegate_method (exp), in convert_expr()
H A DChangeLog-2013682 (build_delegate_cst): Likewise.
922 (IRState::delegateVal): Replace with build_delegate_cst.
H A DChangeLog-2021185 (build_delegate_cst): Likewise.
H A DChangeLog-2017333 * d-codegen.cc (build_delegate_cst): Set TYPE_DELEGATE on internal
H A DChangeLog-2016995 * d-codegen.cc (build_delegate_cst): Always return valid constructor.