Searched refs:constp_ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc218 bool constp_; member in class:ExprVisitor
225 this->constp_ = constp;
1428 tree result = build_expr (e->e1, this->constp_, this->literalp_);
1626 exp = build_expr (e->e1, this->constp_, this->literalp_);
2084 if (this->constp_)
2170 if (this->constp_)
2614 result = build_expr (e->e0, this->constp_, true);
2619 result = compound_expr (result, build_expr (exp, this->constp_, true));
2669 tree value = build_expr (expr, this->constp_, true);
2696 if (tb->ty == TY::Tsarray || this->constp_)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc57 bool constp_; member in class:ExprVisitor
222 this->constp_ = constp;
1465 tree result = build_expr (e->e1, this->constp_);
1717 exp = build_expr (e->e1, this->constp_);
2154 if (this->constp_)
2240 if (this->constp_)
2730 tree value = build_expr (expr, this->constp_);
2757 if (tb->ty == Tsarray || this->constp_)
2884 if (e->useStaticInit && !this->constp_)
2915 tree elem = build_expr (exp, this->constp_);
[all...]

Completed in 188 milliseconds