latent_entropy_decl 82 scripts/gcc-plugins/latent_entropy_plugin.c static GTY(()) tree latent_entropy_decl; latent_entropy_decl 371 scripts/gcc-plugins/latent_entropy_plugin.c add_referenced_var(latent_entropy_decl); latent_entropy_decl 372 scripts/gcc-plugins/latent_entropy_plugin.c mark_sym_for_renaming(latent_entropy_decl); latent_entropy_decl 373 scripts/gcc-plugins/latent_entropy_plugin.c assign = gimple_build_assign(temp, latent_entropy_decl); latent_entropy_decl 384 scripts/gcc-plugins/latent_entropy_plugin.c assign = gimple_build_assign(latent_entropy_decl, temp); latent_entropy_decl 464 scripts/gcc-plugins/latent_entropy_plugin.c add_referenced_var(latent_entropy_decl); latent_entropy_decl 465 scripts/gcc-plugins/latent_entropy_plugin.c mark_sym_for_renaming(latent_entropy_decl); latent_entropy_decl 466 scripts/gcc-plugins/latent_entropy_plugin.c assign = gimple_build_assign(tmp, latent_entropy_decl); latent_entropy_decl 487 scripts/gcc-plugins/latent_entropy_plugin.c if (latent_entropy_decl != NULL_TREE) latent_entropy_decl 500 scripts/gcc-plugins/latent_entropy_plugin.c latent_entropy_decl = var; latent_entropy_decl 504 scripts/gcc-plugins/latent_entropy_plugin.c return latent_entropy_decl != NULL_TREE; latent_entropy_decl 561 scripts/gcc-plugins/latent_entropy_plugin.c latent_entropy_decl = build_decl(UNKNOWN_LOCATION, VAR_DECL, id, type); latent_entropy_decl 563 scripts/gcc-plugins/latent_entropy_plugin.c TREE_STATIC(latent_entropy_decl) = 1; latent_entropy_decl 564 scripts/gcc-plugins/latent_entropy_plugin.c TREE_PUBLIC(latent_entropy_decl) = 1; latent_entropy_decl 565 scripts/gcc-plugins/latent_entropy_plugin.c TREE_USED(latent_entropy_decl) = 1; latent_entropy_decl 566 scripts/gcc-plugins/latent_entropy_plugin.c DECL_PRESERVE_P(latent_entropy_decl) = 1; latent_entropy_decl 567 scripts/gcc-plugins/latent_entropy_plugin.c TREE_THIS_VOLATILE(latent_entropy_decl) = 1; latent_entropy_decl 568 scripts/gcc-plugins/latent_entropy_plugin.c DECL_EXTERNAL(latent_entropy_decl) = 1; latent_entropy_decl 569 scripts/gcc-plugins/latent_entropy_plugin.c DECL_ARTIFICIAL(latent_entropy_decl) = 1; latent_entropy_decl 570 scripts/gcc-plugins/latent_entropy_plugin.c lang_hooks.decls.pushdecl(latent_entropy_decl); latent_entropy_decl 590 scripts/gcc-plugins/latent_entropy_plugin.c .base = &latent_entropy_decl, latent_entropy_decl 592 scripts/gcc-plugins/latent_entropy_plugin.c .stride = sizeof(latent_entropy_decl),