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

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-tdep.c 1508 When encountering a base element, if FUNDAMENTAL_TYPE is not set then set it
1514 struct type **fundamental_type)
1526 if (*fundamental_type == nullptr)
1527 *fundamental_type = type;
1528 else if (type->length () != (*fundamental_type)->length ()
1529 || type->code () != (*fundamental_type)->code ())
1540 if (*fundamental_type == nullptr)
1541 *fundamental_type = target_type;
1542 else if (target_type->length () != (*fundamental_type)->length ()
1543 || target_type->code () != (*fundamental_type)->code ()
1937 struct type *arg_type, *fundamental_type; local
2535 struct type *fundamental_type; local
2614 struct type *fundamental_type; local
2649 struct type *fundamental_type; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
aarch64-tdep.c 1526 When encountering a base element, if FUNDAMENTAL_TYPE is not set then set it
1532 struct type **fundamental_type)
1544 if (*fundamental_type == nullptr)
1545 *fundamental_type = type;
1546 else if (type->length () != (*fundamental_type)->length ()
1547 || type->code () != (*fundamental_type)->code ())
1558 if (*fundamental_type == nullptr)
1559 *fundamental_type = target_type;
1560 else if (target_type->length () != (*fundamental_type)->length ()
1561 || target_type->code () != (*fundamental_type)->code ()
2004 struct type *arg_type, *fundamental_type; local
2602 struct type *fundamental_type; local
2681 struct type *fundamental_type; local
2716 struct type *fundamental_type; local
    [all...]

Completed in 18 milliseconds