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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 144 static struct type *to_static_fixed_type (struct type *);
787 type = to_static_fixed_type (type);
7239 type = to_static_fixed_type (type);
7950 new_type = to_static_fixed_type (field_type->target_type ());
8389 struct type *static_type = to_static_fixed_type (type);
8543 to_static_fixed_type (struct type *type0)
8594 return to_static_fixed_type (raw_real_type);
10924 return value::zero (to_static_fixed_type (type), not_lval);
11028 type = to_static_fixed_type
11043 to_static_fixed_type (ada_aligned_type (expect_type))
8531 to_static_fixed_type (struct type *type0) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 145 static struct type *to_static_fixed_type (struct type *);
792 type = to_static_fixed_type (type);
7237 type = to_static_fixed_type (type);
7948 new_type = to_static_fixed_type (field_type->target_type ());
8386 struct type *static_type = to_static_fixed_type (type);
8540 to_static_fixed_type (struct type *type0)
8591 return to_static_fixed_type (raw_real_type);
10935 return value::zero (to_static_fixed_type (type), not_lval);
11039 type = to_static_fixed_type
11054 to_static_fixed_type (ada_aligned_type (expect_type))
8528 to_static_fixed_type (struct type *type0) function
    [all...]

Completed in 22 milliseconds