HomeSort by: relevance | last modified time | path
    Searched defs:fun_or_res (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 1551 bool fun_or_res; local
1616 fun_or_res = byref && (sym->attr.result
1618 if ((sym->attr.dummy && ! sym->attr.function) || fun_or_res)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 1542 bool fun_or_res; local
1607 fun_or_res = byref && (sym->attr.result
1609 if ((sym->attr.dummy && ! sym->attr.function) || fun_or_res)

Completed in 31 milliseconds