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;
355 int_ptr = (typeof(int_ptr))enum_ptr;
400 uint_ptr = (typeof(uint_ptr))enum_ptr;
445 long_ptr = (typeof(long_ptr))enum_ptr;
490 ulong_ptr = (typeof(ulong_ptr))enum_ptr;
538 llong_ptr = (typeof(llong_ptr))enum_ptr;
586 ullong_ptr = (typeof(ullong_ptr))enum_ptr;
635 float_ptr = (typeof(float_ptr))enum_ptr;
682 double_ptr = (typeof(double_ptr))enum_ptr;
729 ldouble_ptr = (typeof(ldouble_ptr))enum_ptr;
777 fcomplex_ptr = (typeof(fcomplex_ptr))enum_ptr;
825 dcomplex_ptr = (typeof(dcomplex_ptr))enum_ptr;
873 lcomplex_ptr = (typeof(lcomplex_ptr))enum_ptr;
902 void_ptr = (typeof(void_ptr))enum_ptr;
949 char_struct_ptr = (typeof(char_struct_ptr))enum_ptr;
998 double_struct_ptr = (typeof(double_struct_ptr))enum_ptr;
1047 char_union_ptr = (typeof(char_union_ptr))enum_ptr;
1095 double_union_ptr = (typeof(double_union_ptr))enum_ptr;
1101 enum_ptr = (typeof(enum_ptr))bool_ptr;
1102 enum_ptr = (typeof(enum_ptr))char_ptr;
1104 enum_ptr = (typeof(enum_ptr))schar_ptr;
1105 enum_ptr = (typeof(enum_ptr))uchar_ptr;
1107 enum_ptr = (typeof(enum_ptr))short_ptr;
1109 enum_ptr = (typeof(enum_ptr))ushort_ptr;
1110 enum_ptr = (typeof(enum_ptr))int_ptr;
1111 enum_ptr = (typeof(enum_ptr))uint_ptr;
1112 enum_ptr = (typeof(enum_ptr))long_ptr;
1113 enum_ptr = (typeof(enum_ptr))ulong_ptr;
1115 enum_ptr = (typeof(enum_ptr))llong_ptr;
1117 enum_ptr = (typeof(enum_ptr))ullong_ptr;
1119 enum_ptr = (typeof(enum_ptr))float_ptr;
1121 enum_ptr = (typeof(enum_ptr))double_ptr;
1123 enum_ptr = (typeof(enum_ptr))ldouble_ptr;
1125 enum_ptr = (typeof(enum_ptr))fcomplex_ptr;
1127 enum_ptr = (typeof(enum_ptr))dcomplex_ptr;
1129 enum_ptr = (typeof(enum_ptr))lcomplex_ptr;
1130 enum_ptr = (typeof(enum_ptr))void_ptr;
1132 enum_ptr = (typeof(enum_ptr))char_struct_ptr;
1134 enum_ptr = (typeof(enum_ptr))double_struct_ptr;
1136 enum_ptr = (typeof(enum_ptr))char_union_ptr;
1138 enum_ptr = (typeof(enum_ptr))double_union_ptr;
1139 enum_ptr = (typeof(enum_ptr))enum_ptr;
1141 enum_ptr = (typeof(enum_ptr))double_array_ptr;
1143 enum_ptr = (typeof(enum_ptr))func_ptr;
1186 double_array_ptr = (typeof(double_array_ptr))enum_ptr;
1237 func_ptr = (typeof(func_ptr))enum_ptr;