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

  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 1582 type *type_arg2 = check_typedef (arg2->type ()); local
1583 if (type_arg2->code () != TYPE_CODE_INT)
1606 type *type_arg2 = check_typedef (arg2->type ()); local
1607 if (type_arg2->code () != TYPE_CODE_INT)
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 1582 type *type_arg2 = check_typedef (arg2->type ()); local
1583 if (type_arg2->code () != TYPE_CODE_INT)
1606 type *type_arg2 = check_typedef (arg2->type ()); local
1607 if (type_arg2->code () != TYPE_CODE_INT)

Completed in 27 milliseconds