Lines Matching defs:in
2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
434 // are not set in o.live_.
460 void SetEffect(int arg, ExprEffect in) {
461 if (in.hasGC()) gc_.set(arg);
462 if (in.hasRawDef()) raw_def_.set(arg);
463 if (in.hasRawUse()) raw_use_.set(arg);
464 if (in.env() != NULL) {
466 env_ = in.env();
468 *env_ |= *in.env();
945 Block(const Environment& in,
947 : in_(in),
972 const Environment& in() {
985 Environment a_out = owner_->VisitStmt(a, in());
992 Environment a_out = owner_->VisitStmt(a, in());
1078 Environment in = Environment::Merge(env, block_->in());
1079 Environment after_lhs = VisitStmt(stmt->getLHS(), in);
1084 Environment in = Environment::Merge(env, block_->in());
1085 return VisitStmt(stmt->getSubStmt(), in);