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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 36 The argument 'is_iso_c' signals whether the kind is an ISO_C_BINDING
40 match_kind_param (int *kind, int *is_iso_c)
46 *is_iso_c = 0;
62 *is_iso_c = sym->attr.is_iso_c;
87 The argument 'is_iso_c' signals whether the kind is an ISO_C_BINDING
91 get_kind (int *is_iso_c)
96 *is_iso_c = 0;
101 m = match_kind_param (&kind, is_iso_c);
248 int length, kind, is_iso_c; local
517 int kind, count, seen_dp, seen_digits, is_iso_c, default_exponent; local
1278 int i, kind, is_iso_c; local
    [all...]
decl.cc 2217 sym->ts.is_iso_c |= init->ts.is_iso_c;
2220 sym->attr.is_iso_c |= init->ts.is_iso_c;
2222 if (init->ts.is_iso_c)
3331 ts->is_c_interop = e->ts.is_iso_c;
3416 match_char_kind (int * kind, int * is_iso_c)
3459 *is_iso_c = e->ts.is_iso_c;
3498 int kind, seen_length, is_iso_c; local
    [all...]
gfortran.h 897 unsigned is_iso_c:1; /* Symbol is from iso_c_binding. */ member in struct:__anon16051
1130 int is_iso_c; member in struct:__anon16053
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 36 The argument 'is_iso_c' signals whether the kind is an ISO_C_BINDING
40 match_kind_param (int *kind, int *is_iso_c)
46 *is_iso_c = 0;
62 *is_iso_c = sym->attr.is_iso_c;
87 The argument 'is_iso_c' signals whether the kind is an ISO_C_BINDING
91 get_kind (int *is_iso_c)
96 *is_iso_c = 0;
101 m = match_kind_param (&kind, is_iso_c);
248 int length, kind, is_iso_c; local
517 int kind, count, seen_dp, seen_digits, is_iso_c, default_exponent; local
1270 int i, kind, is_iso_c; local
    [all...]
decl.cc 2235 sym->ts.is_iso_c |= init->ts.is_iso_c;
2238 sym->attr.is_iso_c |= init->ts.is_iso_c;
2240 if (init->ts.is_iso_c)
3368 ts->is_c_interop = e->ts.is_iso_c;
3454 match_char_kind (int * kind, int * is_iso_c)
3497 *is_iso_c = e->ts.is_iso_c;
3536 int kind, seen_length, is_iso_c; local
    [all...]
gfortran.h 905 unsigned is_iso_c:1; /* Symbol is from iso_c_binding. */ member in struct:__anon13616
1140 int is_iso_c; member in struct:__anon13618

Completed in 61 milliseconds