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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 5741 bool is_lock_type, is_event_type; local
5760 is_event_type = sym->ts.type == BT_DERIVED
5770 if (is_lock_type || is_event_type)
5792 else if (is_event_type)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 5535 bool is_lock_type, is_event_type; local
5554 is_event_type = sym->ts.type == BT_DERIVED
5564 if (is_lock_type || is_event_type)
5586 else if (is_event_type)

Completed in 40 milliseconds