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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1306 /* Build an array. This function is called from gfc_sym_type().
2108 /* Build a pointer type. This function is called from gfc_sym_type(). */
2292 gfc_sym_type (gfc_symbol * sym, bool is_bind_c)
2301 /* Unset proc_pointer as gfc_get_function_type calls gfc_sym_type. */
3021 gfc_sym_type (el->sym->result), &chain);
3168 type = gfc_sym_type (arg);
3208 type = gfc_sym_type (arg, sym->attr.is_bind_c);
3323 type = gfc_sym_type (sym->result);
3326 type = gfc_sym_type (sym);
2283 gfc_sym_type (gfc_symbol * sym, bool is_bind_c) function
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 1294 /* Build an array. This function is called from gfc_sym_type().
2090 /* Build a pointer type. This function is called from gfc_sym_type(). */
2274 gfc_sym_type (gfc_symbol * sym, bool is_bind_c)
2283 /* Unset proc_pointer as gfc_get_function_type calls gfc_sym_type. */
2999 gfc_sym_type (el->sym->result), &chain);
3145 type = gfc_sym_type (arg);
3185 type = gfc_sym_type (arg, sym->attr.is_bind_c);
3295 type = gfc_sym_type (sym->result);
3298 type = gfc_sym_type (sym);
2265 gfc_sym_type (gfc_symbol * sym, bool is_bind_c) function

Completed in 54 milliseconds