Home
last modified time | relevance | path

Searched refs:ada_modulus (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.h378 extern ULONGEST ada_modulus (struct type *);
H A Dada-typeprint.c831 fprintf_filtered (stream, "mod %ld", (long) ada_modulus (type)); in ada_print_type()
H A Dada-lang.c1682 mod = ada_modulus (VALUE_TYPE (arr)) - 1; in decode_packed_array()
7697 ada_modulus (type_arg)); in ada_evaluate_subexp()
8210 ada_modulus (struct type * type) in ada_modulus() function
H A DChangeLog453 * ada-lang.h (ada_modulus): Change return type to unsigned.
456 (ada_modulus): Return unsigned result.