Searched refs:ada_modulus (Results 1 – 3 of 3) sorted by relevance
385 extern ULONGEST ada_modulus (struct type *);
830 fprintf_filtered (stream, "mod %ld", (long) ada_modulus (type)); in ada_print_type()
1687 mod = ada_modulus (value_type (arr)) - 1; in decode_packed_array()7727 ada_modulus (type_arg)); in ada_evaluate_subexp()8240 ada_modulus (struct type * type) in ada_modulus() function