Lines Matching refs:enum_ptr

62 static int_enum *enum_ptr;
112 bool_ptr = (typeof(bool_ptr))enum_ptr;
141 char_ptr = (typeof(char_ptr))enum_ptr;
189 schar_ptr = (typeof(schar_ptr))enum_ptr;
218 uchar_ptr = (typeof(uchar_ptr))enum_ptr;
265 short_ptr = (typeof(short_ptr))enum_ptr;
313 ushort_ptr = (typeof(ushort_ptr))enum_ptr;
360 int_ptr = (typeof(int_ptr))enum_ptr;
407 uint_ptr = (typeof(uint_ptr))enum_ptr;
455 long_ptr = (typeof(long_ptr))enum_ptr;
503 ulong_ptr = (typeof(ulong_ptr))enum_ptr;
551 llong_ptr = (typeof(llong_ptr))enum_ptr;
599 ullong_ptr = (typeof(ullong_ptr))enum_ptr;
648 float_ptr = (typeof(float_ptr))enum_ptr;
696 double_ptr = (typeof(double_ptr))enum_ptr;
744 ldouble_ptr = (typeof(ldouble_ptr))enum_ptr;
793 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
842 dcomplex_ptr = (typeof(dcomplex_ptr))enum_ptr;
891 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
920 void_ptr = (typeof(void_ptr))enum_ptr;
967 char_struct_ptr = (typeof(char_struct_ptr))enum_ptr;
1016 double_struct_ptr = (typeof(double_struct_ptr))enum_ptr;
1065 char_union_ptr = (typeof(char_union_ptr))enum_ptr;
1113 double_union_ptr = (typeof(double_union_ptr))enum_ptr;
1119 enum_ptr = (typeof(enum_ptr))bool_ptr;
1120 enum_ptr = (typeof(enum_ptr))char_ptr;
1122 enum_ptr = (typeof(enum_ptr))schar_ptr;
1123 enum_ptr = (typeof(enum_ptr))uchar_ptr;
1125 enum_ptr = (typeof(enum_ptr))short_ptr;
1127 enum_ptr = (typeof(enum_ptr))ushort_ptr;
1128 enum_ptr = (typeof(enum_ptr))int_ptr;
1129 enum_ptr = (typeof(enum_ptr))uint_ptr;
1131 enum_ptr = (typeof(enum_ptr))long_ptr;
1133 enum_ptr = (typeof(enum_ptr))ulong_ptr;
1135 enum_ptr = (typeof(enum_ptr))llong_ptr;
1137 enum_ptr = (typeof(enum_ptr))ullong_ptr;
1139 enum_ptr = (typeof(enum_ptr))float_ptr;
1141 enum_ptr = (typeof(enum_ptr))double_ptr;
1143 enum_ptr = (typeof(enum_ptr))ldouble_ptr;
1145 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1147 enum_ptr = (typeof(enum_ptr))dcomplex_ptr;
1149 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1150 enum_ptr = (typeof(enum_ptr))void_ptr;
1152 enum_ptr = (typeof(enum_ptr))char_struct_ptr;
1154 enum_ptr = (typeof(enum_ptr))double_struct_ptr;
1156 enum_ptr = (typeof(enum_ptr))char_union_ptr;
1158 enum_ptr = (typeof(enum_ptr))double_union_ptr;
1159 enum_ptr = (typeof(enum_ptr))enum_ptr;
1161 enum_ptr = (typeof(enum_ptr))double_array_ptr;
1163 enum_ptr = (typeof(enum_ptr))func_ptr;
1207 double_array_ptr = (typeof(double_array_ptr))enum_ptr;
1258 func_ptr = (typeof(func_ptr))enum_ptr;