Lines Matching defs:T_PTR
876 #define T_PTR(B) SYM_PTR, 0, 0, &bits_in_pointer, &pointer_alignment, B
925 { &string_ctype, T_PTR(&char_ctype) },
926 { &ptr_ctype, T_PTR(&void_ctype) },
927 { &null_ctype, T_PTR(&void_ctype) },
928 { &label_ctype, T_PTR(&void_ctype) },
929 { &lazy_ptr_ctype, T_PTR(&void_ctype) },
930 { &schar_ptr_ctype, T_PTR(&schar_ctype) },
931 { &short_ptr_ctype, T_PTR(&short_ctype) },
932 { &int_ptr_ctype, T_PTR(&int_ctype) },
933 { &uint_ptr_ctype, T_PTR(&uint_ctype) },
934 { &long_ptr_ctype, T_PTR(&long_ctype) },
935 { &ulong_ptr_ctype, T_PTR(&ulong_ctype) },
936 { &llong_ptr_ctype, T_PTR(&llong_ctype) },
937 { &ullong_ptr_ctype, T_PTR(&ullong_ctype) },
938 { &size_t_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
939 { &intmax_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
940 { &ptrdiff_ptr_ctype, T_PTR(&void_ctype) }, // will be adjusted
941 { &const_ptr_ctype, T_PTR(&const_void_ctype) },
942 { &const_string_ctype, T_PTR(&const_char_ctype) },
943 { &const_wstring_ctype,T_PTR(&const_wchar_ctype) },
949 { &volatile_ptr_ctype, T_PTR(&volatile_void_ctype) },
951 { &volatile_bool_ptr_ctype, T_PTR(&volatile_bool_ctype) },