Home | History | Annotate | Download | only in d

Lines Matching refs:result_

37    module and import declarations, where RESULT_ holds the back-end
43 tree result_;
61 this->result_ = NULL_TREE;
66 return this->result_;
82 this->result_ = build_decl (make_location_t (loc), NAMESPACE_DECL,
85 d_keep (this->result_);
88 DECL_EXTERNAL (this->result_) = 1;
90 TREE_PUBLIC (this->result_) = 1;
91 DECL_CONTEXT (this->result_) = NULL_TREE;
99 this->result_ = this->make_import (module);
111 this->result_ = this->make_import (TYPE_STUB_DECL (type));
119 this->result_ = this->make_import (TYPE_STUB_DECL (type));
127 this->result_ = this->make_import (TYPE_STUB_DECL (type));
191 this->result_ = build_tree_list_vec (tset);
217 this->result_ = this->make_import (get_symbol_decl (d));