Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc368 return build_delegate_cst (delegate_method (exp), in convert_expr()
825 func = delegate_method (expr); in convert_for_condition()
H A Dd-tree.h518 extern tree delegate_method (tree);
H A Dexpr.cc1343 this->result_ = delegate_method (t1); in visit()
1828 callee = delegate_method (callee); in visit()
H A Dd-codegen.cc380 delegate_method (tree exp) in delegate_method() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc368 return build_delegate_cst (delegate_method (exp), in convert_expr()
919 func = delegate_method (expr); in convert_for_condition()
H A Dd-tree.h534 extern tree delegate_method (tree);
H A DChangeLog-2018211 (delegate_method): Assert that argument type is a delegate.
H A Dexpr.cc1346 this->result_ = delegate_method (t1); in visit()
1750 callee = delegate_method (callee); in visit()
H A Dd-codegen.cc383 delegate_method (tree exp) in delegate_method() function
H A DChangeLog-2013920 (IRState::delegateMethodRef): Replace with delegate_method.