HomeSort by: relevance | last modified time | path
    Searched refs:get_function_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h 590 extern TypeFunction *get_function_type (Type *);
expr.cc 1737 tf = get_function_type (e1b->isDotVarExp ()->var->type);
1740 tf = get_function_type (tb);
1748 tf = get_function_type (tb);
1756 tf = get_function_type (fd->type);
1777 tf = get_function_type (tb);
d-codegen.cc 2082 get_function_type (Type *t) function
2127 return d_build_call (get_function_type (fd->type),

Completed in 39 milliseconds