Searched refs:use_subprograms_ (Results 1 – 3 of 3) sorted by relevance
46 use_subprograms_(ref.use_subprograms_), cur_subprograms_(ref.cur_subprograms_), in ScopeBase()147 for(map<perm_string,SubHeaderList>::const_iterator cur = use_subprograms_.begin(); in find_param_all()148 cur != use_subprograms_.end(); ++cur) { in find_param_all()180 cur = use_subprograms_.find(name); in find_subprogram()181 if (cur != use_subprograms_.end()) in find_subprogram()221 use_subprograms_[cur->first] = cur->second; in do_use_from()275 cur = use_subprograms_.find(name); in match_subprogram()276 if (cur != use_subprograms_.end()) in match_subprogram()409 merge(par->use_subprograms_.begin(), par->use_subprograms_.end(), in ActiveScope()412 use_subprograms_, use_subprograms_.end()) in ActiveScope()
79 if((it = use_subprograms_.find(name)) != use_subprograms_.end() ) in bind_subprogram()153 std::map<perm_string, SubHeaderList> use_subprograms_; //imported variable
153 for (map<perm_string,SubHeaderList>::const_iterator cur = use_subprograms_.begin() in dump_scope()