Home
last modified time | relevance | path

Searched refs:get_function_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1737 tf = get_function_type (e1b->isDotVarExp ()->var->type); in visit()
1740 tf = get_function_type (tb); in visit()
1748 tf = get_function_type (tb); in visit()
1756 tf = get_function_type (fd->type); in visit()
1777 tf = get_function_type (tb); in visit()
H A Dd-tree.h590 extern TypeFunction *get_function_type (Type *);
H A Dd-codegen.cc2082 get_function_type (Type *t) in get_function_type() function
2127 return d_build_call (get_function_type (fd->type), in d_build_call_expr()
H A DChangeLog-2021197 (get_function_type): Update for new front-end interface.
H A DChangeLog-2020588 (get_function_type): Likewise.
H A DChangeLog-2013959 (IRState::getFuncType): Replace with get_function_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1815 tf = get_function_type (((DotVarExp *) e1b)->var->type); in visit()
1818 tf = get_function_type (tb); in visit()
1826 tf = get_function_type (tb); in visit()
1834 tf = get_function_type (fd->type); in visit()
1855 tf = get_function_type (tb); in visit()
H A Dd-tree.h566 extern TypeFunction *get_function_type (Type *);
H A Dd-codegen.cc1793 get_function_type (Type *t) in get_function_type() function
1838 return d_build_call (get_function_type (fd->type), in d_build_call_expr()