summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
index e61f3800d68..d96d2747f6e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
@@ -73,7 +73,7 @@ be_visitor_valuetype_field_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 ())
@@ -156,7 +156,7 @@ be_visitor_valuetype_field_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 ())
@@ -215,7 +215,7 @@ be_visitor_valuetype_field_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 ())
@@ -258,7 +258,7 @@ be_visitor_valuetype_field_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 ())
@@ -301,7 +301,7 @@ be_visitor_valuetype_field_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 ())
@@ -344,7 +344,7 @@ be_visitor_valuetype_field_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 ())
@@ -393,7 +393,7 @@ be_visitor_valuetype_field_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 ())
@@ -442,7 +442,7 @@ be_visitor_valuetype_field_ch::visit_predefined_type (be_predefined_type *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 ())
@@ -516,7 +516,7 @@ be_visitor_valuetype_field_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 ())
@@ -657,7 +657,7 @@ be_visitor_valuetype_field_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 ())
@@ -742,7 +742,7 @@ be_visitor_valuetype_field_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 ())