summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp22
1 files changed, 11 insertions, 11 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 ())