summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_branch
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_branch')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp22
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp16
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp22
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp18
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp4
6 files changed, 46 insertions, 46 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
index c6a0be19dff..cf156d87d95 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
@@ -74,7 +74,7 @@ be_visitor_union_branch_private_ch::visit_array (be_array *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -124,7 +124,7 @@ be_visitor_union_branch_private_ch::visit_enum (be_enum *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -163,7 +163,7 @@ be_visitor_union_branch_private_ch::visit_interface (be_interface *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -202,7 +202,7 @@ be_visitor_union_branch_private_ch::visit_interface_fwd (be_interface_fwd *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -241,7 +241,7 @@ be_visitor_union_branch_private_ch::visit_valuebox (be_valuebox *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -280,7 +280,7 @@ be_visitor_union_branch_private_ch::visit_valuetype (be_valuetype *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -319,7 +319,7 @@ be_visitor_union_branch_private_ch::visit_valuetype_fwd (be_valuetype_fwd *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -360,7 +360,7 @@ be_visitor_union_branch_private_ch::visit_predefined_type (
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
be_typedef *td = this->ctx_->alias ();
// Check if we are visiting this node via a visit to a typedef node
@@ -428,7 +428,7 @@ be_visitor_union_branch_private_ch::visit_sequence (be_sequence *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -503,7 +503,7 @@ be_visitor_union_branch_private_ch::visit_structure (be_structure *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
@@ -573,7 +573,7 @@ be_visitor_union_branch_private_ch::visit_union (be_union *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node
if (this->ctx_->alias ())
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
index 202730f42c5..b2c29d4029a 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
@@ -112,7 +112,7 @@ be_visitor_union_branch_public_assign_cs::visit_array (be_array *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -212,7 +212,7 @@ be_visitor_union_branch_public_assign_cs::visit_interface (be_interface *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -309,7 +309,7 @@ be_visitor_union_branch_public_assign_cs::visit_interface_fwd (
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -424,7 +424,7 @@ be_visitor_union_branch_public_assign_cs::emit_valuetype_common (be_type *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -494,7 +494,7 @@ be_visitor_union_branch_public_assign_cs::visit_predefined_type (
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -606,7 +606,7 @@ be_visitor_union_branch_public_assign_cs::visit_sequence (be_sequence *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -707,7 +707,7 @@ be_visitor_union_branch_public_assign_cs::visit_structure (be_structure *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -802,7 +802,7 @@ be_visitor_union_branch_public_assign_cs::visit_union (be_union *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
index 5bb3f5c14fa..01f91516988 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
@@ -73,7 +73,7 @@ be_visitor_union_branch_public_ch::visit_array (be_array *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -155,7 +155,7 @@ be_visitor_union_branch_public_ch::visit_enum (be_enum *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -217,7 +217,7 @@ be_visitor_union_branch_public_ch::visit_interface (be_interface *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -260,7 +260,7 @@ be_visitor_union_branch_public_ch::visit_interface_fwd (be_interface_fwd *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -303,7 +303,7 @@ be_visitor_union_branch_public_ch::visit_valuebox (be_valuebox *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -346,7 +346,7 @@ be_visitor_union_branch_public_ch::visit_valuetype (be_valuetype *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -389,7 +389,7 @@ be_visitor_union_branch_public_ch::visit_valuetype_fwd (be_valuetype_fwd *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -432,7 +432,7 @@ be_visitor_union_branch_public_ch::visit_predefined_type (be_predefined_type *no
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
be_typedef *td = this->ctx_->alias ();
// Check if we are visiting this via a visit to a typedef node.
@@ -504,7 +504,7 @@ be_visitor_union_branch_public_ch::visit_sequence (be_sequence *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -622,7 +622,7 @@ be_visitor_union_branch_public_ch::visit_structure (be_structure *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -704,7 +704,7 @@ be_visitor_union_branch_public_ch::visit_union (be_union *node)
{
be_decl *ub = this->ctx_->node ();
be_decl *bu = this->ctx_->scope ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this via a visit to a typedef node.
if (this->ctx_->alias ())
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
index e2ea59b744e..4f34840fb76 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
@@ -75,7 +75,7 @@ be_visitor_union_branch_public_ci::visit_array (be_array *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -208,7 +208,7 @@ be_visitor_union_branch_public_ci::visit_enum (be_enum *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// heck if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -277,7 +277,7 @@ be_visitor_union_branch_public_ci::visit_interface (be_interface *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -365,7 +365,7 @@ be_visitor_union_branch_public_ci::visit_interface_fwd (be_interface_fwd *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -471,7 +471,7 @@ be_visitor_union_branch_public_ci::emit_valuetype_common (be_type *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -548,7 +548,7 @@ be_visitor_union_branch_public_ci::visit_predefined_type (
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -758,7 +758,7 @@ be_visitor_union_branch_public_ci::visit_sequence (be_sequence *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -1007,7 +1007,7 @@ be_visitor_union_branch_public_ci::visit_structure (be_structure *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -1163,7 +1163,7 @@ be_visitor_union_branch_public_ci::visit_union (be_union *node)
{
be_union_branch *ub = this->ctx_->be_node_as_union_branch ();
be_union *bu = this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
index c225deac5b0..ba09ab2867a 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
@@ -80,7 +80,7 @@ be_visitor_union_branch_public_constructor_cs::visit_array (be_array *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -152,7 +152,7 @@ be_visitor_union_branch_public_constructor_cs::visit_predefined_type (
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -198,7 +198,7 @@ be_visitor_union_branch_public_constructor_cs::visit_sequence (be_sequence *node
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -235,7 +235,7 @@ be_visitor_union_branch_public_constructor_cs::visit_structure (be_structure *no
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
@@ -297,7 +297,7 @@ be_visitor_union_branch_public_constructor_cs::visit_union (be_union *node)
this->ctx_->be_node_as_union_branch (); // get union branch
be_union *bu =
this->ctx_->be_scope_as_union (); // get the enclosing union backend
- be_type *bt;
+ be_type *bt = 0;
// Check if we are visiting this node via a visit to a typedef node.
if (this->ctx_->alias ())
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
index da84bfa0b13..c29b1a933ac 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
@@ -97,7 +97,7 @@ be_visitor_union_branch_public_reset_cs::visit_array (be_array *node)
this->ctx_->be_node_as_union_branch ();
be_union *bu =
this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
if (this->ctx_->alias ())
{
@@ -454,7 +454,7 @@ be_visitor_union_branch_public_reset_cs::visit_structure (be_structure *node)
this->ctx_->be_node_as_union_branch ();
be_union *bu =
this->ctx_->be_scope_as_union ();
- be_type *bt;
+ be_type *bt = 0;
if (this->ctx_->alias ())
{