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

  /src/external/gpl3/gcc/dist/gcc/fortran/
check.cc 636 kind_check (gfc_expr *k, int n, bt type) function
1292 if (!kind_check (kind, 1, type))
1343 if (!kind_check (kind, 1, BT_CHARACTER))
2005 if (!kind_check (kind, 1, BT_CHARACTER))
2095 if (!kind_check (kind, 2, BT_COMPLEX))
2494 if (!kind_check (kind, 2, BT_INTEGER))
3123 if (!kind_check (kind, 1, BT_INTEGER))
3207 if (!kind_check (kind, 3, BT_INTEGER))
3237 if (!kind_check (kind, 1, BT_INTEGER))
3429 if (!kind_check (kind, 2, BT_INTEGER)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc 636 kind_check (gfc_expr *k, int n, bt type) function
1265 if (!kind_check (kind, 1, type))
1316 if (!kind_check (kind, 1, BT_CHARACTER))
1978 if (!kind_check (kind, 1, BT_CHARACTER))
2068 if (!kind_check (kind, 2, BT_COMPLEX))
2467 if (!kind_check (kind, 2, BT_INTEGER))
3096 if (!kind_check (kind, 1, BT_INTEGER))
3180 if (!kind_check (kind, 3, BT_INTEGER))
3210 if (!kind_check (kind, 1, BT_INTEGER))
3402 if (!kind_check (kind, 2, BT_INTEGER)
    [all...]

Completed in 27 milliseconds