HomeSort by: relevance | last modified time | path
    Searched defs:literalp_ (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 219 bool literalp_; member in class:ExprVisitor
226 this->literalp_ = literalp;
1428 tree result = build_expr (e->e1, this->constp_, this->literalp_);
1626 exp = build_expr (e->e1, this->constp_, this->literalp_);
2722 if (!this->constp_ && !this->literalp_)
2919 else if (!this->literalp_)

Completed in 24 milliseconds