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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 841 enum m68k_function_kind func_kind =
843 bool interrupt_handler = func_kind == m68k_fk_interrupt_handler;
844 bool interrupt_thread = func_kind == m68k_fk_interrupt_thread;
836 enum m68k_function_kind func_kind = local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 837 enum m68k_function_kind func_kind =
839 bool interrupt_handler = func_kind == m68k_fk_interrupt_handler;
840 bool interrupt_thread = func_kind == m68k_fk_interrupt_thread;
832 enum m68k_function_kind func_kind = local

Completed in 29 milliseconds