Home | History | Annotate | Download | only in c

Lines Matching defs:extp

1350 	      tree extp = copy_node (p);
1352 DECL_EXTERNAL (extp) = 1;
1353 TREE_STATIC (extp) = 0;
1354 TREE_PUBLIC (extp) = 1;
1355 DECL_INITIAL (extp) = NULL_TREE;
1356 DECL_LANG_SPECIFIC (extp) = NULL;
1357 DECL_CONTEXT (extp) = current_function_decl;
1360 DECL_RESULT (extp) = NULL_TREE;
1361 DECL_SAVED_TREE (extp) = NULL_TREE;
1362 DECL_STRUCT_FUNCTION (extp) = NULL;
1365 DECL_SOURCE_LOCATION (extp) = b->locus;
1366 DECL_CHAIN (extp) = BLOCK_VARS (block);
1367 BLOCK_VARS (block) = extp;