Lines Matching refs:DW_ATE

635 DW_ATE (DW_ATE_address, 0x1)
636 DW_ATE (DW_ATE_boolean, 0x2)
637 DW_ATE (DW_ATE_complex_float, 0x3)
638 DW_ATE (DW_ATE_float, 0x4)
639 DW_ATE (DW_ATE_signed, 0x5)
640 DW_ATE (DW_ATE_signed_char, 0x6)
641 DW_ATE (DW_ATE_unsigned, 0x7)
642 DW_ATE (DW_ATE_unsigned_char, 0x8)
644 DW_ATE (DW_ATE_imaginary_float, 0x9)
645 DW_ATE (DW_ATE_packed_decimal, 0xa)
646 DW_ATE (DW_ATE_numeric_string, 0xb)
647 DW_ATE (DW_ATE_edited, 0xc)
648 DW_ATE (DW_ATE_signed_fixed, 0xd)
649 DW_ATE (DW_ATE_unsigned_fixed, 0xe)
650 DW_ATE (DW_ATE_decimal_float, 0xf)
652 DW_ATE (DW_ATE_UTF, 0x10)
658 DW_ATE (DW_ATE_HP_float80, 0x80) /* Floating-point (80 bit). */
659 DW_ATE (DW_ATE_HP_complex_float80, 0x81) /* Complex floating-point (80 bit). */
660 DW_ATE (DW_ATE_HP_float128, 0x82) /* Floating-point (128 bit). */
661 DW_ATE (DW_ATE_HP_complex_float128, 0x83) /* Complex fp (128 bit). */
662 DW_ATE (DW_ATE_HP_floathpintel, 0x84) /* Floating-point (82 bit IA64). */
663 DW_ATE (DW_ATE_HP_imaginary_float80, 0x85)
664 DW_ATE (DW_ATE_HP_imaginary_float128, 0x86)
665 DW_ATE (DW_ATE_HP_VAX_float, 0x88) /* F or G floating. */
666 DW_ATE (DW_ATE_HP_VAX_float_d, 0x89) /* D floating. */
667 DW_ATE (DW_ATE_HP_packed_decimal, 0x8a) /* Cobol. */
668 DW_ATE (DW_ATE_HP_zoned_decimal, 0x8b) /* Cobol. */
669 DW_ATE (DW_ATE_HP_edited, 0x8c) /* Cobol. */
670 DW_ATE (DW_ATE_HP_signed_fixed, 0x8d) /* Cobol. */
671 DW_ATE (DW_ATE_HP_unsigned_fixed, 0x8e) /* Cobol. */
672 DW_ATE (DW_ATE_HP_VAX_complex_float, 0x8f) /* F or G floating complex. */
673 DW_ATE (DW_ATE_HP_VAX_complex_float_d, 0x90) /* D floating complex. */