Searched refs:AT_int (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4031 static inline HOST_WIDE_INT AT_int (dw_attr_ref);
4945 AT_int (dw_attr_ref a)
5784 fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, AT_int (a));
6648 size += size_of_sleb128 (AT_int (a));
7123 dw2_asm_output_data_sleb128 (AT_int (a), "%s", name);
4938 AT_int (dw_attr_ref a) function

Completed in 156 milliseconds