Home
last modified time | relevance | path

Searched refs:Ptr_Glob (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
Ddhry.c22 Rec_Pointer Ptr_Glob, variable
88 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in main()
90 Ptr_Glob->Ptr_Comp = Next_Ptr_Glob; in main()
91 Ptr_Glob->Discr = Ident_1; in main()
92 Ptr_Glob->variant.var_1.Enum_Comp = Ident_3; in main()
93 Ptr_Glob->variant.var_1.Int_Comp = 40; in main()
94 strcpy (Ptr_Glob->variant.var_1.Str_Comp, in main()
176 Proc_1 (Ptr_Glob); in main()
318 structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
332 Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
D20031108-1.c20 Rec_Pointer Ptr_Glob; variable
27 *Ptr_Val_Par->Ptr_Comp = *Ptr_Glob;