#include "libiberty.h"#include "sort.h"

Go to the source code of this file.
Defines | |
| #define | UCHAR_MAX ((unsigned char)(-1)) |
| #define | DIGIT_MAX (UCHAR_MAX + 1) |
Functions/Subroutines | |
| void | sort_pointers (size_t n, void **pointers, void **work) |
| #define DIGIT_MAX (UCHAR_MAX + 1) |
Referenced by sort_pointers().
| #define UCHAR_MAX ((unsigned char)(-1)) |
Definition at line 41 of file sort.c.
Referenced by c_parse_error(), check_defines(), cprop(), dwarf_add_AT_location_expr(), dwarf_add_AT_unsigned_const(), dwarf_add_fde_inst(), output_internal_insn_latency_func(), sort_pointers(), Targ_Atoc(), and yyerror().
1.5.6