Home | History | Annotate | Download | only in dhrystone

Lines Matching refs:Ident_3

770 X#define Ident_3 2
775 X typedef enum {Ident_1, Ident_2, Ident_3, Ident_4, Ident_5}
922 X Ptr_Glob->variant.var_1.Enum_Comp = Ident_3;
1261 X /* Enum_Val_Par == Ident_3, Enum_Ref_Par becomes Ident_2 */
1281 X case Ident_3: /* executed */
1286 X *Enum_Ref_Par = Ident_3;
1408 X /* Enum_Par_Val == Ident_3 */
1414 X if (Enum_Loc == Ident_3)