Searched refs:seen_ (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc2563 constant_(constant), type_(NULL), seen_(false)
2630 mutable bool seen_; member in class:Const_expression
2673 if (this->seen_)
2678 this->seen_ = true;
2682 this->seen_ = false;
2701 if (this->seen_)
2706 this->seen_ = true;
2708 this->seen_ = false;
2723 if (this->seen_ || nc->lowering())
2730 this->seen_
6682 mutable bool seen_; member in class:Builtin_call_expression
[all...]
H A Dtypes.h2675 seen_(false)
2830 mutable bool seen_; member in class:Interface_type
2850 seen_(false), seen_in_compare_is_identity_(false),
3143 mutable bool seen_; member in class:Named_type
3144 // Like seen_, but used only by do_compare_is_identity.
3146 // Like seen_, but used only by do_get_backend.
H A Dtypes.cc7947 if (methods != NULL && !this->seen_)
7949 this->seen_ = true;
7975 this->seen_ = false;
8367 if (this->seen_)
8369 this->seen_ = true;
8371 this->seen_ = false;
8378 if (this->seen_)
8380 this->seen_ = true;
8382 this->seen_ = false;
8392 if (this->seen_)
[all...]
H A Dgogo.cc5764 seen_(false), init_is_lowered_(false), init_is_flattened_(false),
5807 if (this->seen_)
5813 this->seen_ = true;
5824 this->seen_ = false;
5842 if (this->seen_)
5848 this->seen_ = true;
5874 this->seen_ = false;
6042 if (this->seen_)
6052 this->seen_ = true;
6076 this->seen_
[all...]
H A Dgogo.h1618 bool seen_ : 1;

Completed in 255 milliseconds