Home
last modified time | relevance | path

Searched refs:scope_name_ (Results 1 – 11 of 11) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_debug.cc89 out << " scope " << scope_name_ << " " << scope_ << endl; in dump()
H A Dexpression.cc786 : scope_name_(scope), scope_(NULL), name_(exp) in ExpScopedName()
806 scope_ = scope->find_scope(scope_name_); in get_scope()
813 return scope_ ? scope_ : scope->find_scope(scope_name_); in get_scope()
H A Dexpression.h835 { return new ExpScopedName(scope_name_, static_cast<ExpName*>(name_->clone())); } in clone()
856 out << scope_name_ << "."; in emit()
878 perm_string scope_name_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dscopes.h106 scope_name_ = scope_name; in NON_EXPORTED_BASE()
536 const AstRawString* scope_name_; in NON_EXPORTED_BASE() local
H A Dscopes.cc326 scope_name_ = nullptr; in SetDefaults()
1701 if (scope_name_ != nullptr && !scope_name_->IsEmpty()) { in Print()
1703 PrintName(scope_name_); in Print()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dscopes.h84 scope_name_ = scope_name;
727 const AstRawString* scope_name_;
H A Dscopes.cc282 scope_name_ = nullptr; in SetDefaults()
1748 if (scope_name_ != nullptr && !scope_name_->IsEmpty()) { in Print()
1750 PrintName(scope_name_); in Print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dscopes.h97 scope_name_ = scope_name;
737 const AstRawString* scope_name_;
H A Dscopes.cc282 scope_name_ = nullptr; in SetDefaults()
1750 if (scope_name_ != nullptr && !scope_name_->IsEmpty()) { in Print()
1752 PrintName(scope_name_); in Print()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dscopes.h97 scope_name_ = scope_name;
771 const AstRawString* scope_name_;
H A Dscopes.cc327 scope_name_ = nullptr; in SetDefaults()
1823 if (scope_name_ != nullptr && !scope_name_->IsEmpty()) { in Print()
1825 PrintName(scope_name_); in Print()