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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2428 tree cl_chain, in_chain, type
2436 for (cl_chain = objc_static_instances, num_class = 0;
2437 cl_chain; cl_chain = TREE_CHAIN (cl_chain), num_class++)
2439 for (num_inst = 0, in_chain = TREE_PURPOSE (cl_chain);
2446 class = TREE_VALUE (cl_chain);
2452 for (in_chain = TREE_PURPOSE (cl_chain);
2423 tree cl_chain, in_chain, type local
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1862 tree cl_chain, in_chain, type;
1869 for (cl_chain = objc_static_instances, num_class = 0;
1870 cl_chain; cl_chain = TREE_CHAIN (cl_chain), num_class++)
1872 for (num_inst = 0, in_chain = TREE_PURPOSE (cl_chain);
1887 class = TREE_VALUE (cl_chain);
1893 for (in_chain = TREE_PURPOSE (cl_chain);
1856 tree cl_chain, in_chain, type; local

Completed in 184 milliseconds