Lines Matching defs:enum_ptr
59 static int_enum *enum_ptr;
109 bool_ptr = (typeof(bool_ptr))enum_ptr;
138 char_ptr = (typeof(char_ptr))enum_ptr;
186 schar_ptr = (typeof(schar_ptr))enum_ptr;
215 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
262 short_ptr = (typeof(short_ptr))enum_ptr;
310 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
357 int_ptr = (typeof(int_ptr))enum_ptr;
404 uint_ptr = (typeof(uint_ptr))enum_ptr;
450 long_ptr = (typeof(long_ptr))enum_ptr;
496 ulong_ptr = (typeof(ulong_ptr))enum_ptr;
542 llong_ptr = (typeof(llong_ptr))enum_ptr;
588 ullong_ptr = (typeof(ullong_ptr))enum_ptr;
637 float_ptr = (typeof(float_ptr))enum_ptr;
685 double_ptr = (typeof(double_ptr))enum_ptr;
733 ldouble_ptr = (typeof(ldouble_ptr))enum_ptr;
782 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
831 dcomplex_ptr = (typeof(dcomplex_ptr))enum_ptr;
880 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
909 void_ptr = (typeof(void_ptr))enum_ptr;
956 char_struct_ptr = (typeof(char_struct_ptr))enum_ptr;
1005 double_struct_ptr = (typeof(double_struct_ptr))enum_ptr;
1054 char_union_ptr = (typeof(char_union_ptr))enum_ptr;
1102 double_union_ptr = (typeof(double_union_ptr))enum_ptr;
1108 enum_ptr = (typeof(enum_ptr))bool_ptr;
1109 enum_ptr = (typeof(enum_ptr))char_ptr;
1111 enum_ptr = (typeof(enum_ptr))schar_ptr;
1112 enum_ptr = (typeof(enum_ptr))uchar_ptr;
1114 enum_ptr = (typeof(enum_ptr))short_ptr;
1116 enum_ptr = (typeof(enum_ptr))ushort_ptr;
1117 enum_ptr = (typeof(enum_ptr))int_ptr;
1118 enum_ptr = (typeof(enum_ptr))uint_ptr;
1120 enum_ptr = (typeof(enum_ptr))long_ptr;
1122 enum_ptr = (typeof(enum_ptr))ulong_ptr;
1124 enum_ptr = (typeof(enum_ptr))llong_ptr;
1126 enum_ptr = (typeof(enum_ptr))ullong_ptr;
1128 enum_ptr = (typeof(enum_ptr))float_ptr;
1130 enum_ptr = (typeof(enum_ptr))double_ptr;
1132 enum_ptr = (typeof(enum_ptr))ldouble_ptr;
1134 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1136 enum_ptr = (typeof(enum_ptr))dcomplex_ptr;
1138 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1139 enum_ptr = (typeof(enum_ptr))void_ptr;
1141 enum_ptr = (typeof(enum_ptr))char_struct_ptr;
1143 enum_ptr = (typeof(enum_ptr))double_struct_ptr;
1145 enum_ptr = (typeof(enum_ptr))char_union_ptr;
1147 enum_ptr = (typeof(enum_ptr))double_union_ptr;
1148 enum_ptr = (typeof(enum_ptr))enum_ptr;
1150 enum_ptr = (typeof(enum_ptr))double_array_ptr;
1152 enum_ptr = (typeof(enum_ptr))func_ptr;
1196 double_array_ptr = (typeof(double_array_ptr))enum_ptr;
1247 func_ptr = (typeof(func_ptr))enum_ptr;