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

/openbsd-current/gnu/gcc/gcc/
H A Dintegrate.c113 tree local_decl;
115 for (local_decl = BLOCK_VARS (stmt);
116 local_decl != NULL_TREE;
117 local_decl = TREE_CHAIN (local_decl))
118 set_decl_origin_self (local_decl); /* Potential recursion. */
171 tree local_decl;
176 for (local_decl = BLOCK_VARS (stmt);
177 local_decl != NULL_TREE;
178 local_decl
110 tree local_decl; local
167 tree local_decl; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dintegrate.c2924 tree local_decl;
2926 for (local_decl = BLOCK_VARS (stmt);
2927 local_decl != NULL_TREE;
2928 local_decl = TREE_CHAIN (local_decl))
2929 set_decl_origin_self (local_decl); /* Potential recursion. */
2985 tree local_decl;
2990 for (local_decl = BLOCK_VARS (stmt);
2991 local_decl != NULL_TREE;
2992 local_decl
2913 tree local_decl; local
2973 tree local_decl; local
[all...]

Completed in 161 milliseconds