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

  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 2424 enum type_code target_code;
2427 target_code = type->target_type ()->code ();
2429 if (target_code == TYPE_CODE_FUNC || target_code == TYPE_CODE_METHOD)
2501 enum type_code target_code;
2507 target_code = type->target_type ()->code ();
2509 if (target_code == TYPE_CODE_FUNC || target_code == TYPE_CODE_METHOD)
2415 enum type_code target_code; local
2492 enum type_code target_code; local
  /src/external/gpl3/gdb/dist/gdb/
m32c-tdep.c 2425 enum type_code target_code;
2428 target_code = type->target_type ()->code ();
2430 if (target_code == TYPE_CODE_FUNC || target_code == TYPE_CODE_METHOD)
2502 enum type_code target_code;
2508 target_code = type->target_type ()->code ();
2510 if (target_code == TYPE_CODE_FUNC || target_code == TYPE_CODE_METHOD)
2416 enum type_code target_code; local
2493 enum type_code target_code; local

Completed in 40 milliseconds