Searched refs:code_ptr (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenextract.c48 struct code_ptr *insns;
54 struct code_ptr struct
57 struct code_ptr *next;
94 static struct code_ptr *peepholes;
107 struct code_ptr *link;
131 link = (struct code_ptr *) xmalloc (sizeof (struct code_ptr));
359 struct code_ptr *link;
421 struct code_ptr *link
422 = (struct code_ptr *) xmallo
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenextract.c53 struct code_ptr *insns;
58 struct code_ptr struct
61 struct code_ptr *next;
68 static struct code_ptr *peepholes;
93 struct code_ptr *link;
114 link = XNEW (struct code_ptr);
402 struct code_ptr *link;
421 struct code_ptr *link = XNEW (struct code_ptr);

Completed in 74 milliseconds